Fix unauth graphs again (#14268)

$auth = false; was in the wrong place
This commit is contained in:
Tony Murray
2022-09-01 02:50:46 -05:00
committed by GitHub
parent 6f5cf7727a
commit f85064bdea

View File

@@ -32,7 +32,6 @@ $prev_from = ($from - $period);
$graph_image_type = $vars['graph_type'] ?? Config::get('webui.graph_type');
$rrd_options = '';
$auth = false;
require Config::get('install_dir') . "/includes/html/graphs/$type/auth.inc.php";
//set default graph title