Ignore:
Timestamp:
Sep 11, 2003, 12:24:03 AM (21 years ago)
Author:
z0rglub
Message:

Mail notification for admins

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/config.inc.php

    r57 r85  
    5050$conf['picture_ext']        = array('jpg','JPG','gif','GIF','png','PNG');
    5151$conf['document_ext']       = array('doc','pdf','zip');
    52 $conf['top_number']         = 20;
     52$conf['top_number']         = 5;
    5353$conf['anti-flood_time']    = 60; // seconds between 2 comments : 0 to disable
    5454
     
    6565                'upload_maxheight', 'upload_maxwidth_thumbnail',
    6666                'upload_maxheight_thumbnail','log','comments_validation',
    67                 'comments_forall','authorize_cookies' );
     67                'comments_forall','authorize_cookies','mail_notification' );
    6868
    6969$query  = 'SELECT ';
Note: See TracChangeset for help on using the changeset viewer.