Changeset 1413 for trunk/wifidog-auth/wifidog/auth/index.php
- Timestamp:
- 08/06/09 09:55:30 (3 years ago)
- Files:
-
- 1 modified
-
trunk/wifidog-auth/wifidog/auth/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wifidog-auth/wifidog/auth/index.php
r1412 r1413 159 159 else 160 160 { 161 /* TODO: This is a bit hackish, i s'ta 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. */ 162 162 $abuseControlFault = User::isAbuseControlViolated(User::getObject($info['user_id']), $info['user_mac'], Node::getObject($info['node_id'])); 163 163 if($abuseControlFault) {
