diff options
author | z0rglub <z0rglub@piwigo.org> | 2003-10-05 13:21:10 +0000 |
---|---|---|
committer | z0rglub <z0rglub@piwigo.org> | 2003-10-05 13:21:10 +0000 |
commit | 6bba415df19b65064c608abe086de197026ffaee (patch) | |
tree | 02ba4bc91282f0f09aa4983fa94e95cf4ea2d52d | |
parent | 458b548ef6bc1d41745785b44b1e1e5e57863ec7 (diff) |
Top number passes from 5 to 10
git-svn-id: http://piwigo.org/svn/trunk@178 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r-- | include/config.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/config.inc.php b/include/config.inc.php index fe12f9d36..9c5317914 100644 --- a/include/config.inc.php +++ b/include/config.inc.php @@ -49,7 +49,7 @@ $conf['site_url'] = 'http://www.phpwebgallery.net'; $conf['forum_url'] = 'http://forum.phpwebgallery.net'; $conf['picture_ext'] = array('jpg','JPG','gif','GIF','png','PNG'); $conf['document_ext'] = array('doc','pdf','zip'); -$conf['top_number'] = 5; +$conf['top_number'] = 10; $conf['anti-flood_time'] = 60; // seconds between 2 comments : 0 to disable database_connection(); |