fix cust graphs

git-svn-id: http://www.observium.org/svn/observer/trunk@1711 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2010-09-21 13:55:46 +00:00
parent 16a6047642
commit 1d4c41f5b3

View File

@@ -1,6 +1,6 @@
<?php
if ($_SESSION['userlevel'] >= "5" || $config['allow_unauth_graphs'];)
if ($_SESSION['userlevel'] >= "5" || $config['allow_unauth_graphs'])
{
$id = mres($_GET['id']);
$title = generate_device_link($device);