changeset 97:2f3fd26babed

Helpful comment about how important it is to check the default site settings.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 18 Oct 2013 20:30:12 +0300
parents 9959a8075aad
children 0f00192e64af
files mconfig.inc.php.example
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mconfig.inc.php.example	Fri Oct 18 20:29:46 2013 +0300
+++ b/mconfig.inc.php.example	Fri Oct 18 20:30:12 2013 +0300
@@ -1,5 +1,7 @@
 <?
-// Site configuration
+// Site configuration, important settings that MUST be reviewed and set
+// correctly, and generally should not be changed afterwards ...
+// Apart from the debug, and timeout settings.
 $siteSettings = array(
 //  "admPassword"     => "xxx",
   "sqlDB"           => "sqlite:fap.sqlite3",