mirror of
https://github.com/pi-hole/web.git
synced 2026-04-27 12:15:00 +01:00
Merge branch 'devel' into new/nonfatal-dnsmasq-warnings
Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
@@ -319,7 +319,7 @@ if (isset($_GET['getGraphData']) && $auth)
|
||||
if(isset($_GET["interval"]))
|
||||
{
|
||||
$q = intval($_GET["interval"]);
|
||||
if($q > 10)
|
||||
if($q >= 10)
|
||||
$interval = $q;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user