Fix allow_unauth_graphs (#12829)

This commit is contained in:
Denny Friebe
2021-05-04 14:49:16 +02:00
committed by GitHub
parent bb39b4ad83
commit 1734e3af04
2 changed files with 1 additions and 1 deletions

View File

@@ -10,6 +10,7 @@
use LibreNMS\Data\Store\Datastore;
use LibreNMS\Util\Debug;
$auth = false;
$start = microtime(true);
$init_modules = ['web', 'graphs', 'auth'];

View File

@@ -31,7 +31,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";