mirror of
https://github.com/pi-hole/web.git
synced 2026-05-08 09:39:05 +01:00
Add missing Parentheses
Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
+1
-1
@@ -32,7 +32,7 @@ if (isset($_GET['status']) && $auth) {
|
||||
}
|
||||
}
|
||||
|
||||
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');
|
||||
|
||||
Reference in New Issue
Block a user