summaryrefslogtreecommitdiffstats
path: root/app/model
diff options
context:
space:
mode:
authorM <m@lfurio.us>2015-12-06 03:27:39 -0500
committerM <m@lfurio.us>2015-12-06 03:27:39 -0500
commitb7dfa1cbde0eb56a3251e48692e5757559bf604a (patch)
treec77c19d1d59d353ace4416839c33965c941eed09 /app/model
parent366e538edd1a63143ddc229679d3d8be285a9ec3 (diff)
downloadscrott-b7dfa1cbde0eb56a3251e48692e5757559bf604a.tar.gz
scrott-b7dfa1cbde0eb56a3251e48692e5757559bf604a.zip
+ Adding a TODO note for later
Diffstat (limited to 'app/model')
-rw-r--r--app/model/sysconf.mod.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/model/sysconf.mod.php b/app/model/sysconf.mod.php
index d86f589..30ebd58 100644
--- a/app/model/sysconf.mod.php
+++ b/app/model/sysconf.mod.php
@@ -32,6 +32,8 @@ class SysconfModel extends MasterModel
return;
}
+ /* TODO -- test database connection before proceeding */
+
$f = fopen($this->CONF_FILE, "w");
if (!$f)