Skip to content

Commit

Permalink
Add missing Parentheses
Browse files Browse the repository at this point in the history
Signed-off-by: Christian König <ckoenig@posteo.de>
  • Loading branch information
yubiuser committed Nov 3, 2022
1 parent 08a6b46 commit 97200b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api_FTL.php
Expand Up @@ -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');
Expand Down

0 comments on commit 97200b8

Please sign in to comment.