diff --git a/api_FTL.php b/api_FTL.php index 5e92787c..a4fcb766 100644 --- a/api_FTL.php +++ b/api_FTL.php @@ -229,7 +229,7 @@ if(isset($_GET["recentBlocked"])) unset($data); } -if (isset($_GET['overTimeDataForwards'])) +if (isset($_GET['overTimeDataForwards']) && $auth) { sendRequestFTL("ForwardedoverTime"); $return = getResponseFTL();