Show
Ignore:
Timestamp:
08/06/09 09:55:30 (3 years ago)
Author:
benoitg
Message:
  • Experimental fix for #596
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/wifidog-auth/wifidog/auth/index.php

    r1412 r1413  
    159159                    else 
    160160                    { 
    161                         /* TODO:  This is a bit hackish, is't a shortcut untill the Token architecture uniform connection limit calculations are in place. */ 
     161                        /* TODO:  This is a bit hackish, it's a shortcut untill the Token architecture uniform connection limit calculations are in place. */ 
    162162                        $abuseControlFault = User::isAbuseControlViolated(User::getObject($info['user_id']), $info['user_mac'], Node::getObject($info['node_id'])); 
    163163                        if($abuseControlFault) {