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

oscar at devel.plogworld.net oscar at devel.plogworld.net
Wed Dec 29 12:35:39 GMT 2004


Author: oscar
Date: 2004-12-29 12:35:38 +0000 (Wed, 29 Dec 2004)
New Revision: 594

Modified:
   plog/trunk/config/config.properties.php
Log:
this is the new default config.properties.php file. It must have empty values so that the wizard can detect whether this is a new installation or an upgrade... Basically the way to detect whther we're upgrading or freshly installing is by taking a look at this file. If it has some values, then it is an upgrade and if not, it is an installation.


Modified: plog/trunk/config/config.properties.php
===================================================================
--- plog/trunk/config/config.properties.php	2004-12-29 00:59:12 UTC (rev 593)
+++ plog/trunk/config/config.properties.php	2004-12-29 12:35:38 UTC (rev 594)
@@ -2,9 +2,9 @@
 #
 # database settings
 #
-$config["db_host"] = "localhost";
-$config["db_username"] = "root";
-$config["db_password"] = "1796sz";
-$config["db_database"] = "plog_10";
-$config["db_prefix"] = "plog_";
+$config["db_host"] = "";
+$config["db_username"] = "";
+$config["db_password"] = "";
+$config["db_database"] = "";
+$config["db_prefix"] = "";
 ?>




More information about the pLog-svn mailing list