From 823177e877675a11fdf46ba200a23b7c25a0321d Mon Sep 17 00:00:00 2001 From: pblasquez Date: Wed, 17 Feb 2016 13:06:46 -0800 Subject: [PATCH] Update graph.php --- html/graph.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/graph.php b/html/graph.php index a3a7db5293..0eff18fc3a 100644 --- a/html/graph.php +++ b/html/graph.php @@ -40,7 +40,7 @@ require_once '../includes/dbFacile.php'; require_once '../includes/rewrites.php'; require_once 'includes/functions.inc.php'; require_once '../includes/rrdtool.inc.php'; -if($config['allow_unauth_graphs'] == 0) { +if($config['allow_unauth_graphs'] != true) { require_once 'includes/authenticate.inc.php'; } require 'includes/graphs/graph.inc.php';