From 97200b8462c93dd26de1e6b6946cbad351a0de6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20K=C3=B6nig?= Date: Thu, 3 Nov 2022 22:37:39 +0100 Subject: [PATCH] Add missing Parentheses MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christian König --- api_FTL.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api_FTL.php b/api_FTL.php index f25c514d7..7e7fb1fa2 100644 --- a/api_FTL.php +++ b/api_FTL.php @@ -32,7 +32,7 @@ } } -if (isset($_GET['summary']) || isset($_GET['summaryRaw']) || !count($_GET) && $auth) { +if ((isset($_GET['summary']) || isset($_GET['summaryRaw']) || !count($_GET)) && $auth) { require_once 'scripts/pi-hole/php/gravity.php'; $return = callFTLAPI('stats');