[pLog-svn] r7005 - in plog/branches/lifetype-1.2: . config

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Fri Jul 30 18:53:09 EDT 2010


Author: jondaley
Date: 2010-07-30 18:53:09 -0400 (Fri, 30 Jul 2010)
New Revision: 7005

Modified:
   plog/branches/lifetype-1.2/.htaccess
   plog/branches/lifetype-1.2/config/config.properties.php
Log:
ugh.  someday I'll take these out of svn, so I don't do this every time.

Modified: plog/branches/lifetype-1.2/.htaccess
===================================================================
--- plog/branches/lifetype-1.2/.htaccess	2010-07-30 22:52:22 UTC (rev 7004)
+++ plog/branches/lifetype-1.2/.htaccess	2010-07-30 22:53:09 UTC (rev 7005)
@@ -2,17 +2,12 @@
 deny from all 
 </Files> 
 
-#<Files *>
-#Deny from 117.193.172.135
-#</Files>
-
-
 <Files config.properties.php> 
 deny from all 
 </Files>
 
-#Options -Indexes
-#Options +FollowSymLinks
+Options -Indexes
+Options +FollowSymLinks
 
 <IfModule mod_rewrite.c>
 

Modified: plog/branches/lifetype-1.2/config/config.properties.php
===================================================================
--- plog/branches/lifetype-1.2/config/config.properties.php	2010-07-30 22:52:22 UTC (rev 7004)
+++ plog/branches/lifetype-1.2/config/config.properties.php	2010-07-30 22:53:09 UTC (rev 7005)
@@ -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"] = "lifetype";
-$config["db_password"] = "Dracu4HEp38DRe6a";
-$config["db_database"] = "lifetype_main";
-$config["db_character_set"] = "latin1";
+$config['db_host'] = '';
+$config['db_username'] = '';
+$config['db_password'] = '';
+$config['db_database'] = '';
 $config["db_persistent"] = true;
+$config['db_character_set'] = '';
 
 #
 # the database prefix will be appended to the name of each database tables in case you want
@@ -40,14 +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"] = "plog_";
-
-#
-# This array is used to pass driver-specific parameters. Currently the only supported
-# one is enable_fulltext_search, that informs the MySQL driver that FULLTEXT indexes
-# can be used to speed up searches. It's disabled by default as it does not work with
-# languages such as Chinese or Japanese. In all other cases, you probably want to enable
-# this for performance reasons (searches are lot faster if using the FULLTEXT indexes)
-#
-$config["db_options"] = Array( "enable_mysql_fulltext_search" => true );
+$config['db_prefix'] = '';
 ?>



More information about the pLog-svn mailing list