Ignore:
Timestamp:
Nov 15, 2021 10:58:50 PM (2 years ago)
Author:
anonymous
Message:

Minor backporting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.1dev/lib/AuthSQL.inc.php

    r753 r754  
    377377            $remote_ip_is_matched = (isset($_SESSION[$this->_auth_name]['remote_ip']) && $_SESSION[$this->_auth_name]['remote_ip'] == getRemoteAddr() || $user_in_trusted_network);
    378378        } else {
    379             logMsg(sprintf('%s%s exempt from remote_ip match.',
    380                 ucfirst($this->_params['auth_name']),
    381                 ($this->getVal('user_id') ? ' ' . $this->getVal('user_id') . ' (' .  $this->getVal('username') . ')' : '')
    382             ), LOG_DEBUG, __FILE__, __LINE__);
     379            // logMsg(sprintf('%s%s exempt from remote_ip match.',
     380            //     ucfirst($this->_params['auth_name']),
     381            //     ($this->getVal('user_id') ? ' ' . $this->getVal('user_id') . ' (' .  $this->getVal('username') . ')' : '')
     382            // ), LOG_DEBUG, __FILE__, __LINE__);
    383383            $remote_ip_is_matched = true;
    384384        }
Note: See TracChangeset for help on using the changeset viewer.