Changeset 1282


Ignore:
Timestamp:
08/06/09 10:37:56 (15 years ago)
Author:
rodsouza
Message:

Ticket #607 - desfazendo as mudanças para que seja possivel identificar os fatos adversos

File:
1 edited

Legend:

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

    r1057 r1282  
    659659                                        . $sessionid . "'",__LINE__,__FILE__); 
    660660                        } 
     661 
    661662                        /* jakjr: Clean phpgw_access_log with a crontab event. 
     663                         **/ 
    662664                        if ($GLOBALS['phpgw_info']['server']['max_access_log_age']) 
    663665                        { 
     
    665667 
    666668                                $GLOBALS['phpgw']->db->query("DELETE FROM phpgw_access_log WHERE li < $max_age"); 
    667                         }*/ 
     669                        } 
    668670                } 
    669671 
     
    678680                { 
    679681                        /*jakjr: Disable this protection. When block an proxy server ip, all the sub-network will be blocking.*/ 
    680                         return false; 
     682                        //return false; 
     683 
    681684                        $blocked = False; 
    682685                        $block_time = time() - $GLOBALS['phpgw_info']['server']['block_time'] * 60; 
Note: See TracChangeset for help on using the changeset viewer.