]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
big scarygram warning in config.php.sample about using DB_DataObject's debug mode
authorEvan Prodromou <evan@prodromou.name>
Sun, 24 Aug 2008 17:12:02 +0000 (13:12 -0400)
committerEvan Prodromou <evan@prodromou.name>
Sun, 24 Aug 2008 17:12:02 +0000 (13:12 -0400)
darcs-hash:20080824171202-84dde-fd3ed2b9645f2c2ec5439824dbc6f6a765c0a622.gz

config.php.sample

index a0768636dc83c822b8bea261b73f81ced3eb28dc..e5dfdbae2abb7a082d978b95ffb9cb6a9d830baa 100644 (file)
@@ -35,6 +35,11 @@ $config['site']['path'] = 'laconica';
 
 $config['db']['database'] = 'mysql://laconica:microblog@localhost/laconica';
 #$config['db']['ini_your_db_name'] = $config['db']['schema_location'].'/stoica.ini';
+# *** WARNING *** WARNING *** WARNING *** WARNING ***
+# Setting debug to a non-zero value will expose your DATABASE PASSWORD to Web users.
+# !!!!!! DO NOT SET THIS ON PRODUCTION SERVERS !!!!!! DB_DataObject's bug, btw, not
+# ours.
+# *** WARNING *** WARNING *** WARNING *** WARNING ***
 #$config['db']['debug'] = 0;
 #$config['db']['db_driver'] = 'MDB2';