Skip to content
Snippets Groups Projects
Commit 0ca0ed17 authored by Eric Rasmussen's avatar Eric Rasmussen
Browse files

[gh-277] Merging test into staging -c1375

git-svn-id: file:///tmp/wdn_thm_drupal/branches/drupal-7.x/staging@1376 20a16fea-79d4-4915-8869-1ea9d5ebf173
parent 43b0bf92
No related branches found
No related tags found
No related merge requests found
Developed for Google Chrome on Mac OS X
Most recent version checked:
13.0.782.112
14.0.835.202 on 10.7.2
I haven't done a good enough job making the name references in the theme generic so you must use these:
......
......@@ -20,7 +20,7 @@ function net_match($network, $ip) {
}
if (isset($_SERVER['REMOTE_ADDR'])) {
$validIPs = array('129.93.0.0/16','65.123.32.0/19','64.39.240.0/20','216.128.208.0/20');
$validIPs = array('129.93.0.0/16','65.123.32.0/19','64.39.240.0/20','216.128.208.0/20','67.208.34.248/249');
foreach ($validIPs as $range) {
if (net_match($range, $_SERVER['REMOTE_ADDR'])) {
$result = file_get_contents($_GET['u']);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment