diff --git a/sections/tools/managers/ocelot.php b/sections/tools/managers/ocelot.php index a3966ac5..45c1d6ab 100644 --- a/sections/tools/managers/ocelot.php +++ b/sections/tools/managers/ocelot.php @@ -2,7 +2,7 @@ $Key = $_REQUEST['key']; $Type = $_REQUEST['type']; -if (($Key != TRACKER_SECRET) || ($_SERVER['REMOTE_ADDR'] != TRACKER_HOST && $_SERVER['REMOTE_HOST'] != TRACKER_HOST)) { +if (($Key != TRACKER_SECRET) || $_SERVER['REMOTE_ADDR'] != TRACKER_HOST) { error(403); }