Empty commit

This commit is contained in:
Git 2014-05-17 08:00:28 +00:00
parent 947a3ddab4
commit 9380768e9c

View File

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