comparison mconfig.inc.php.example @ 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 6edd7d623eab
children 5837b9333964
comparison
equal deleted inserted replaced
96:9959a8075aad 97:2f3fd26babed
1 <? 1 <?
2 // Site configuration 2 // Site configuration, important settings that MUST be reviewed and set
3 // correctly, and generally should not be changed afterwards ...
4 // Apart from the debug, and timeout settings.
3 $siteSettings = array( 5 $siteSettings = array(
4 // "admPassword" => "xxx", 6 // "admPassword" => "xxx",
5 "sqlDB" => "sqlite:fap.sqlite3", 7 "sqlDB" => "sqlite:fap.sqlite3",
6 8
7 "debug" => false, 9 "debug" => false,