diff options
author | Michael Tänzer <neo@nhng.de> | 2012-06-09 22:52:04 +0200 |
---|---|---|
committer | Michael Tänzer <neo@nhng.de> | 2012-06-09 22:52:04 +0200 |
commit | 042c5b32c12de2122170c0849b4fd6417427b923 (patch) | |
tree | b73fcac1885b791d31470ceaa1432f36597f1127 | |
parent | 83841a905be04357a065d929a59a9fa314f36415 (diff) | |
download | cacert-devel-042c5b32c12de2122170c0849b4fd6417427b923.tar.gz cacert-devel-042c5b32c12de2122170c0849b4fd6417427b923.tar.xz cacert-devel-042c5b32c12de2122170c0849b4fd6417427b923.zip |
bug 1072: Change IP addressesbug-1072
Signed-off-by: Michael Tänzer <neo@nhng.de>
-rw-r--r-- | www/cats/cats_import.php | 4 |
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; |