diff --git a/www/cats/cats_import.php b/www/cats/cats_import.php index b57d6f3..ec73b1b 100644 --- a/www/cats/cats_import.php +++ b/www/cats/cats_import.php @@ -29,7 +29,7 @@ function sanitize_string($buffer) { } define ('UNDEFINED', 'nd'); -define ('ALLOWED_IP', '72.232.44.194'); +define ('ALLOWED_IP', '72.21.48.90'); define ('CONFIG_FILEPATH', '/www/'); $remote_addr = (isset($_SERVER['REMOTE_ADDR']))?$_SERVER['REMOTE_ADDR']:UNDEFINED;