Ignore:
Timestamp:
Oct 29, 2009, 12:36:48 PM (15 years ago)
Author:
cljosse
Message:

[mail_supervisor] modification of Black list

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Mail_supervisor/include/fonctions.php

    r4146 r4150  
    190190                               
    191191        if (kill_list() && $user['status'] == 'guest')
     192       
    192193        if (!isset($_GET['admin'])) {
    193           die('blacklist Hacking attempt!');
     194          // die('blacklist Hacking attempt!');
    194195          }else{
    195196          if   ($_GET['admin'] != 'piwigo')
    196197                        {
    197                         die('blacklist Hacking attempt!');
     198                //      die('blacklist Hacking attempt!');
    198199                        }
    199200          }
Note: See TracChangeset for help on using the changeset viewer.