[pLog-svn] r2076 - plog/branches/plog-1.0.2/config

jondaley at devel.plogworld.net jondaley at devel.plogworld.net
Tue May 24 20:59:03 GMT 2005


Author: jondaley
Date: 2005-05-24 20:59:03 +0000 (Tue, 24 May 2005)
New Revision: 2076

Modified:
   plog/branches/plog-1.0.2/config/config.properties.php
Log:
removed oscar's database settings

Modified: plog/branches/plog-1.0.2/config/config.properties.php
===================================================================
--- plog/branches/plog-1.0.2/config/config.properties.php	2005-05-24 18:29:13 UTC (rev 2075)
+++ plog/branches/plog-1.0.2/config/config.properties.php	2005-05-24 20:59:03 UTC (rev 2076)
@@ -2,9 +2,9 @@
 #
 # database settings
 #
-$config["db_host"] = "localhost";
-$config["db_username"] = "root";
-$config["db_password"] = "1796sz";
-$config["db_database"] = "plog_101";
-$config["db_prefix"] = "plog_";
-?>
+$config["db_host"] = "";
+$config["db_username"] = "";
+$config["db_password"] = "";
+$config["db_database"] = "";
+$config["db_prefix"] = "";
+?>
\ No newline at end of file


Property changes on: plog/branches/plog-1.0.2/config/config.properties.php
___________________________________________________________________
Name: svn:executable
   - *




More information about the pLog-svn mailing list