From 637cdd1e23a6faadfea3988da80ee3648cf8999a Mon Sep 17 00:00:00 2001 From: z0rglub Date: Wed, 10 Sep 2003 22:24:03 +0000 Subject: Mail notification for admins git-svn-id: http://piwigo.org/svn/trunk@85 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/config.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/config.inc.php') 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 ) { -- cgit v1.2.3