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

oscar at devel.lifetype.net oscar at devel.lifetype.net
Mon Dec 11 21:50:46 GMT 2006


Author: oscar
Date: 2006-12-11 21:50:45 +0000 (Mon, 11 Dec 2006)
New Revision: 4384

Modified:
   plog/trunk/install/defaultconfig.properties.php
Log:
added one new configuration parameter


Modified: plog/trunk/install/defaultconfig.properties.php
===================================================================
--- plog/trunk/install/defaultconfig.properties.php	2006-12-11 21:49:15 UTC (rev 4383)
+++ plog/trunk/install/defaultconfig.properties.php	2006-12-11 21:50:45 UTC (rev 4384)
@@ -124,4 +124,5 @@
 $Inserts['hard_recent_posts_max']                           = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('hard_recent_posts_max','25',1);";
 $Inserts['show_comments_max']                               = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('show_comments_max','20',1);";
 $Inserts['hard_show_comments_max']                          = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('hard_show_comments_max','50',1);";
+$Inserts['upload_allowed_files']                            = "INSERT INTO {dbprefix}config (config_key, config_value, value_type) VALUES ('upload_allowed_files','', 3);";
 ?>
\ No newline at end of file



More information about the pLog-svn mailing list