diff options
author | z0rglub <z0rglub@piwigo.org> | 2003-09-10 22:24:03 +0000 |
---|---|---|
committer | z0rglub <z0rglub@piwigo.org> | 2003-09-10 22:24:03 +0000 |
commit | 637cdd1e23a6faadfea3988da80ee3648cf8999a (patch) | |
tree | 4b86f1e1ed353fb1f9c5a390b3e98f2396525b1b /include/config.inc.php | |
parent | 122ac485f7330a9544504e2355fbdf53124e5702 (diff) |
Mail notification for admins
git-svn-id: http://piwigo.org/svn/trunk@85 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'include/config.inc.php')
-rw-r--r-- | include/config.inc.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/config.inc.php b/include/config.inc.php index 14ae8a1bc..9f5b84a07 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'] = 20; +$conf['top_number'] = 5; $conf['anti-flood_time'] = 60; // seconds between 2 comments : 0 to disable database_connection(); @@ -64,7 +64,7 @@ $infos = array( 'prefix_thumbnail', 'webmaster', 'mail_webmaster', 'access', 'upload_available', 'upload_maxfilesize', 'upload_maxwidth', 'upload_maxheight', 'upload_maxwidth_thumbnail', 'upload_maxheight_thumbnail','log','comments_validation', - 'comments_forall','authorize_cookies' ); + 'comments_forall','authorize_cookies','mail_notification' ); $query = 'SELECT '; foreach ( $infos as $i => $info ) { |