[pLog-svn] r4105 - plog/trunk/install

oscar at devel.lifetype.net oscar at devel.lifetype.net
Sun Oct 8 21:24:13 GMT 2006


Author: oscar
Date: 2006-10-08 21:24:12 +0000 (Sun, 08 Oct 2006)
New Revision: 4105

Modified:
   plog/trunk/install/defaultconfig.properties.php
Log:
I should have checked these changes in a while ago...


Modified: plog/trunk/install/defaultconfig.properties.php
===================================================================
--- plog/trunk/install/defaultconfig.properties.php	2006-10-08 21:01:31 UTC (rev 4104)
+++ plog/trunk/install/defaultconfig.properties.php	2006-10-08 21:24:12 UTC (rev 4105)
@@ -122,5 +122,6 @@
 $Inserts['http_cache_lifetime'] 							= "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('http_cache_lifetime', '1800', 1 );";
 $Inserts['blog_does_not_exist_url'] 						= "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('blog_does_not_exist_url','{plog_base_url}',3);";
 $Inserts['default_global_article_category_id'] 				= "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('default_global_article_category_id','1',1);";
-
+$Inserts['hard_show_posts_max']                             = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('hard_show_posts_max','50',1);";
+$Inserts['hard_recent_posts_max']                           = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('hard_recent_posts_max','25',1);";
 ?>
\ No newline at end of file



More information about the pLog-svn mailing list