Changeset 206 for branches/1.1dev/config


Ignore:
Timestamp:
Aug 30, 2006 8:54:43 AM (18 years ago)
Author:
scdev
Message:

Q - Modified paths to new mailman binaries.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.1dev/config/defaults.inc.php

    r204 r206  
    117117setDefault($CFG->trusted_networks, array());
    118118
     119// Array of usernames which are exempt from abuse detection.
     120setDefault($CFG->login_abuse_exempt_usernames, array());
     121
    119122// Array of usernames which are exempt from remote_ip matching. Users behind
    120123// proxy servers should be appended to this array so their shifting remote IP
    121124// will not log them out.
    122 setDefault($CFG->login_abuse_exempt_usernames, array());
    123 
     125setDefault($CFG->match_remote_ip_exempt_usernames, array());
    124126
    125127/******************************************************************************
Note: See TracChangeset for help on using the changeset viewer.