From 3ff43542f947c2a63f474f05572250eba1570da1 Mon Sep 17 00:00:00 2001 From: DL6ER Date: Fri, 24 Mar 2017 23:49:49 +0100 Subject: [PATCH] Require auth for API command overTimeDataForwards --- api_FTL.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();