[pLog-svn] r6043 - plog/trunk/config

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Thu Nov 15 10:17:48 EST 2007


Author: jondaley
Date: 2007-11-15 10:17:48 -0500 (Thu, 15 Nov 2007)
New Revision: 6043

Modified:
   plog/trunk/config/config.properties.php
Log:
you all didn't really want my password, did you?

Modified: plog/trunk/config/config.properties.php
===================================================================
--- plog/trunk/config/config.properties.php	2007-11-15 15:16:45 UTC (rev 6042)
+++ plog/trunk/config/config.properties.php	2007-11-15 15:17:48 UTC (rev 6043)
@@ -26,10 +26,10 @@
 #   (note, if upgrading between minor releases:
 #   1.0 to 1.0.1, etc. you shouldn't run the wizard)
 
-$config['db_host'] = 'localhost';
-$config['db_username'] = 'jondaley';
-$config['db_password'] = 'ploGG!y5';
-$config['db_database'] = 'lifetype_test';
+$config['db_host'] = '';
+$config['db_username'] = '';
+$config['db_password'] = '';
+$config['db_database'] = '';
 $config['db_driver'] = '';
 $config["db_persistent"] = true;
 $config['db_character_set'] = '';



More information about the pLog-svn mailing list