[pLog-svn] r1246 - plog/trunk/release

oscar at devel.plogworld.net oscar at devel.plogworld.net
Mon Feb 28 17:44:25 GMT 2005


Author: oscar
Date: 2005-02-28 17:44:25 +0000 (Mon, 28 Feb 2005)
New Revision: 1246

Modified:
   plog/trunk/release/config.properties.php.dist
Log:
This is how the default file should look like now!

Modified: plog/trunk/release/config.properties.php.dist
===================================================================
--- plog/trunk/release/config.properties.php.dist	2005-02-28 17:18:32 UTC (rev 1245)
+++ plog/trunk/release/config.properties.php.dist	2005-02-28 17:44:25 UTC (rev 1246)
@@ -2,10 +2,10 @@
 #
 # database settings
 #
-$config["db_host"] = "your_db_host";
-$config["db_username"] = "your_db_user";
-$config["db_password"] = "your_db_password";
-$config["db_database"] = "your_database";
+$config["db_host"] = "";
+$config["db_username"] = "";
+$config["db_password"] = "";
+$config["db_database"] = "";
 #
 # the database prefix will be appended to the name of each database tables in case you want
 # to have more than one version of plog running at the same time, such as the stable and
@@ -13,5 +13,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"] = "plog_";
+$config["db_prefix"] = "";
 ?>




More information about the pLog-svn mailing list