New IP address

This commit is contained in:
root 2008-09-16 19:21:37 +00:00
parent 6abbfd2c48
commit 146d41696a

View file

@ -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;