Require auth for API command overTimeDataForwards

This commit is contained in:
DL6ER
2017-03-24 23:49:49 +01:00
parent 84f3d437bb
commit 3ff43542f9
+1 -1
View File
@@ -229,7 +229,7 @@ if(isset($_GET["recentBlocked"]))
unset($data);
}
if (isset($_GET['overTimeDataForwards']))
if (isset($_GET['overTimeDataForwards']) && $auth)
{
sendRequestFTL("ForwardedoverTime");
$return = getResponseFTL();