started some input validation code and unit tests for it
[gwvp.git] / www / config-dist.php
index 7a57d2a..1ff1c14 100644 (file)
@@ -1,5 +1,8 @@
 <?php
 
+// this config file is going to reduce down to just db connectivity - thats all
+// all other config will be kept in the db, but not just yet
+
 // the config file, this is as exciting as it gets really
 $repo_base = "/some/path/to/a/location/where/repos/are/stored";
 $lib_base = "../gwvplib/"; // generally this will be correct