Signed-off-by: Pingger Shikkoken <Pingger@users.noreply.github.com>
This commit is contained in:
Pingger Shikkoken
2022-06-13 13:41:53 +02:00
committed by GitHub
parent 6c320a4257
commit e1747964c4
+1 -1
View File
@@ -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')