Remove $_GET from graphs (#14554)

Fixes issues setting variables in other contexts
This commit is contained in:
Tony Murray
2022-11-02 08:24:42 -05:00
committed by GitHub
parent 624ebf8d55
commit 95a0050074
31 changed files with 52 additions and 76 deletions

View File

@@ -5,7 +5,7 @@ $scale_max = '100';
require 'includes/html/graphs/common.inc.php';
$previous = $_GET['previous'] ?? 'no';
$previous = $graph_params->visible('previous');
$rrd_options .= ' -b 1024';