diff --git a/www/cats/cats_import.php b/www/cats/cats_import.php index ec73b1b..acc58c2 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.21.48.90'); +define ('ALLOWED_IP', '213.154.225.228'); define ('CONFIG_FILEPATH', '/www/'); $remote_addr = (isset($_SERVER['REMOTE_ADDR']))?$_SERVER['REMOTE_ADDR']:UNDEFINED;