From 5280d57c36dbd611e3730eb778b14ee5273621ff Mon Sep 17 00:00:00 2001 From: root Date: Sun, 10 Jun 2012 09:10:54 +0000 Subject: [PATCH] cats fix 1072 --- www/cats/cats_import.php | 4 ++-- 1 file 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;