diff options
author | Benny Baumann <BenBE@geshi.org> | 2013-06-09 20:58:37 +0200 |
---|---|---|
committer | Benny Baumann <BenBE@geshi.org> | 2013-06-09 20:58:37 +0200 |
commit | 7576822c55bb625194481bc2da8748c11969d843 (patch) | |
tree | 15e8b0642e29a9af85dec78c8dbcb7b25c888fb7 | |
parent | e618f6d3540fe5a11e4f7bebe58c0fb894ed373f (diff) | |
parent | 3c0f27b09c427827133d9122bf67a531458fa4fc (diff) | |
download | cacert-devel-7576822c55bb625194481bc2da8748c11969d843.tar.gz cacert-devel-7576822c55bb625194481bc2da8748c11969d843.tar.xz cacert-devel-7576822c55bb625194481bc2da8748c11969d843.zip |
Merge branch 'testserver-stable' of ssh://git-cacert.it-sls.de/var/cache/git/cacert-devel into testserver-stable
-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; |