diff options
author | Michael Tänzer <neo@nhng.de> | 2013-05-29 02:29:10 +0200 |
---|---|---|
committer | Michael Tänzer <neo@nhng.de> | 2013-05-29 02:29:10 +0200 |
commit | f594f66707c489c888d6a8f712b21867056da812 (patch) | |
tree | 4eac435aea106e39806321a7fdd2f7a657d4bba3 | |
parent | 8bd80350a7024663d32bb70065c7e998051a8483 (diff) | |
download | cacert-devel-f594f66707c489c888d6a8f712b21867056da812.tar.gz cacert-devel-f594f66707c489c888d6a8f712b21867056da812.tar.xz cacert-devel-f594f66707c489c888d6a8f712b21867056da812.zip |
Adjust CATS IP addresses after testserver move
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 e4e83c5..eefbb85 100644 --- a/www/cats/cats_import.php +++ b/www/cats/cats_import.php @@ -32,9 +32,9 @@ function sanitize_string($buffer) { define ('UNDEFINED', 'nd'); // Specific for testserver: Accept Test-CATS-Server -define ('ALLOWED_IP', '10.38.6.88'); +define ('ALLOWED_IP', '192.109.159.27'); //define ('ALLOWED_IP', '213.154.225.243'); -define ('ALLOWED_IP2', '172.16.2.27'); +define ('ALLOWED_IP2', '192.109.159.28'); define ('CONFIG_FILEPATH', '/www/'); $remote_addr = (isset($_SERVER['REMOTE_ADDR']))?$_SERVER['REMOTE_ADDR']:UNDEFINED; |