From a3b963cae98da1c3bee3976877a7f8a2ecb1de1d Mon Sep 17 00:00:00 2001 From: Adam Amstrong Date: Thu, 26 May 2011 14:36:43 +0000 Subject: [PATCH] change string git-svn-id: http://www.observium.org/svn/observer/trunk@2364 61d68cd4-352d-0410-923a-c4978735b2b8 --- html/includes/graphs/graph.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/includes/graphs/graph.inc.php b/html/includes/graphs/graph.inc.php index f8a0bc949..3d612f02d 100644 --- a/html/includes/graphs/graph.inc.php +++ b/html/includes/graphs/graph.inc.php @@ -38,7 +38,7 @@ $id = mres($_GET['id']); if (!$config['allow_unauth_graphs']) { - if (!$_SESSION['authenticated']) { graph_error("Not authenticated"); exit; } + if (!$_SESSION['authenticated']) { graph_error("Session not authenticated"); exit; } } preg_match('/^(?P[A-Za-z0-9]+)_(?P.+)/', mres($_GET['type']), $graphtype);