[pLog-svn] r4634 - plog/branches/lifetype-1.2/config

reto at devel.lifetype.net reto at devel.lifetype.net
Tue Jan 30 16:47:30 EST 2007


Author: reto
Date: 2007-01-30 16:47:30 -0500 (Tue, 30 Jan 2007)
New Revision: 4634

Modified:
   plog/branches/lifetype-1.2/config/config.properties.php
Log:
sorry, this was of course not ment for the repository.


Modified: plog/branches/lifetype-1.2/config/config.properties.php
===================================================================
--- plog/branches/lifetype-1.2/config/config.properties.php	2007-01-30 21:45:39 UTC (rev 4633)
+++ plog/branches/lifetype-1.2/config/config.properties.php	2007-01-30 21:47:30 UTC (rev 4634)
@@ -26,12 +26,12 @@
 #   (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'] = 'devel';
-$config['db_password'] = '1234';
-$config['db_database'] = 'lt_trunk';
+$config['db_host'] = '';
+$config['db_username'] = '';
+$config['db_password'] = '';
+$config['db_database'] = '';
 $config["db_persistent"] = true;
-$config['db_character_set'] = 'utf8';
+$config['db_character_set'] = '';
 
 #
 # the database prefix will be appended to the name of each database tables in case you want
@@ -40,5 +40,5 @@
 # coexist in the same unique database. If you change this after the initial configuration done
 # with the installation wizard, please make sure that you also rename the tables.
 #
-$config['db_prefix'] = 'lt_';
-?>
\ No newline at end of file
+$config['db_prefix'] = '';
+?>



More information about the pLog-svn mailing list