Ignore:
Timestamp:
08/07/09 11:55:59 (15 years ago)
Author:
rodsouza
Message:

Ticket #607 - desfazendo alteracoes pertinentes ao ticket em questao devido as conclusoes atingidas com o mesmo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/phpgwapi/inc/class.sessions.inc.php

    r1282 r1292  
    661661 
    662662                        /* jakjr: Clean phpgw_access_log with a crontab event. 
    663                          **/ 
    664663                        if ($GLOBALS['phpgw_info']['server']['max_access_log_age']) 
    665664                        { 
     
    668667                                $GLOBALS['phpgw']->db->query("DELETE FROM phpgw_access_log WHERE li < $max_age"); 
    669668                        } 
     669                        */ 
    670670                } 
    671671 
     
    680680                { 
    681681                        /*jakjr: Disable this protection. When block an proxy server ip, all the sub-network will be blocking.*/ 
    682                         //return false; 
     682                        return false; 
    683683 
    684684                        $blocked = False; 
Note: See TracChangeset for help on using the changeset viewer.