mirror of
https://github.com/pi-hole/web.git
synced 2024-12-06 19:36:21 +01:00
Fix part of issue pi-hole/FTL#1319
Signed-off-by: Pingger Shikkoken <Pingger@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
6c320a4257
commit
e1747964c4
+1
-1
@@ -384,7 +384,7 @@ if (isset($_GET['getGraphData']) && $auth)
|
||||
$data = array_merge($data, $result);
|
||||
}
|
||||
|
||||
if (isset($_GET['status']))
|
||||
if (isset($_GET['status']) && $auth)
|
||||
{
|
||||
$extra = ";";
|
||||
if(isset($_GET["ignore"]) && $_GET["ignore"] === 'DNSMASQ_WARN')
|
||||
|
||||
Reference in New Issue
Block a user