From 9380768e9c4d31e942c65ba317daf1ec0d0b830f Mon Sep 17 00:00:00 2001 From: Git Date: Sat, 17 May 2014 08:00:28 +0000 Subject: [PATCH] Empty commit --- sections/tools/managers/ocelot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }