mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Remove $_GET from graphs (#14554)
Fixes issues setting variables in other contexts
This commit is contained in:
@@ -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';
|
||||
|
||||
|
Reference in New Issue
Block a user