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

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Tue Dec 19 03:01:21 GMT 2006


Author: jondaley
Date: 2006-12-19 03:01:20 +0000 (Tue, 19 Dec 2006)
New Revision: 4405

Modified:
   plog/trunk/config/config.properties.php
Log:
removed random information

Modified: plog/trunk/config/config.properties.php
===================================================================
--- plog/trunk/config/config.properties.php	2006-12-19 02:58:39 UTC (rev 4404)
+++ plog/trunk/config/config.properties.php	2006-12-19 03:01:20 UTC (rev 4405)
@@ -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'] = 'root';
+$config['db_host'] = '';
+$config['db_username'] = '';
 $config['db_password'] = '';
-$config['db_database'] = 'lt_trunk';
+$config['db_database'] = '';
 $config["db_persistent"] = true;
 $config['db_character_set'] = 'latin1';
 



More information about the pLog-svn mailing list