Ignore:
Timestamp:
Sep 15, 2014 9:44:27 PM (10 years ago)
Author:
anonymous
Message:

Beginning the process of adapting codebase to foundation styles.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/Auth_SQL.inc.php

    r484 r497  
    471471         * (2) If this number exceeds the login_abuse_max_ips, assume multiple people are logging in under the same account.
    472472        **/
     473        // TODO: make this ipv6 compatible. At the moment, ipv6 addresses are converted into zero for remote_ip_binary.
     474        // http://www.highonphp.com/5-tips-for-working-with-ipv6-in-php
     475        // https://stackoverflow.com/questions/444966/working-with-ipv6-addresses-in-php
    473476        if ($this->getParam('abuse_detection') && !$this->get('login_abuse_exempt')) {
    474477            $qid = $db->query("
Note: See TracChangeset for help on using the changeset viewer.