summaryrefslogtreecommitdiff
path: root/www/cats
diff options
context:
space:
mode:
authorMichael Tänzer <neo@nhng.de>2012-06-12 22:11:54 +0200
committerMichael Tänzer <neo@nhng.de>2012-06-12 22:11:54 +0200
commitfbd8753eaefa54c9ddfff57647f6bb5405281177 (patch)
tree6f1e70f2c750831a8c4bdc1d9dca29f9759d482b /www/cats
parent5f13d8f7b344b1d806a423eb1daca56724e78ddd (diff)
downloadcacert-devel-fbd8753eaefa54c9ddfff57647f6bb5405281177.tar.gz
cacert-devel-fbd8753eaefa54c9ddfff57647f6bb5405281177.tar.xz
cacert-devel-fbd8753eaefa54c9ddfff57647f6bb5405281177.zip
Source code taken from cacert-20120610.tar.bz2
Diffstat (limited to 'www/cats')
-rw-r--r--www/cats/cats_import.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/cats/cats_import.php b/www/cats/cats_import.php
index 56dd0cf..feb92d4 100644
--- a/www/cats/cats_import.php
+++ b/www/cats/cats_import.php
@@ -31,8 +31,8 @@ function sanitize_string($buffer) {
}
define ('UNDEFINED', 'nd');
-define ('ALLOWED_IP', '213.154.225.228');
-define ('ALLOWED_IP2', '193.238.157.112');
+define ('ALLOWED_IP', '213.154.225.243');
+define ('ALLOWED_IP2', '172.16.2.27');
define ('CONFIG_FILEPATH', '/www/');
$remote_addr = (isset($_SERVER['REMOTE_ADDR']))?$_SERVER['REMOTE_ADDR']:UNDEFINED;