Index: trunk/extensions/NetworkAuth/NetworkAuth.php |
— | — | @@ -9,17 +9,8 @@ |
10 | 10 | exit(1); |
11 | 11 | } |
12 | 12 | |
13 | | -$wgNetworkAuthUsers[] = array( |
14 | | - 'iprange' => '68.112.142.161/32', |
15 | | - 'ippattern' => '/68\.112\.142\.16+/', |
16 | | - 'user' => 'TimsComputer'); |
| 13 | +$wgNetworkAuthUsers[] = array(); |
17 | 14 | |
18 | | -$wgNetworkAuthUsers[] = array( |
19 | | - 'iprange' => '199.17.29.0/24', |
20 | | - 'hostpattern' => '/mc-mobile.*\.stcloudstate.edu/i', |
21 | | - 'user' => 'HelpdeskComputer'); |
22 | | - |
23 | | - |
24 | 15 | $wgExtensionCredits['other'][] = array( |
25 | 16 | 'name' => 'NetworkAuth', |
26 | 17 | 'version' => '1.0', |