Ignore:
Timestamp:
Feb 28, 2016 9:18:02 PM (8 years ago)
Author:
anonymous
Message:

Removed assumption of localhost for mysql server. Removed exception for proxy.aol.com.

File:
1 edited

Legend:

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

    r502 r563  
    260260            $user_in_trusted_network = true;
    261261            $app->logMsg(sprintf('User %s accessing from trusted network %s', $_SESSION['_auth_file'][$this->_ns]['username'], $trusted_net), LOG_DEBUG, __FILE__, __LINE__);
    262         } else if (preg_match('/proxy.aol.com$/i', getRemoteAddr(true))) {
    263             $user_in_trusted_network = true;
    264             $app->logMsg(sprintf('User %s accessing from trusted network proxy.aol.com', $_SESSION['_auth_file'][$this->_ns]['username']), LOG_DEBUG, __FILE__, __LINE__);
    265262        } else {
    266263            $user_in_trusted_network = false;
Note: See TracChangeset for help on using the changeset viewer.