Adam Amstrong 1d4c41f5b3 fix cust graphs
git-svn-id: http://www.observium.org/svn/observer/trunk@1711 61d68cd4-352d-0410-923a-c4978735b2b8
2010-09-21 13:55:46 +00:00

11 lines
170 B
PHP
Executable File

<?php
if ($_SESSION['userlevel'] >= "5" || $config['allow_unauth_graphs'])
{
$id = mres($_GET['id']);
$title = generate_device_link($device);
$auth = TRUE;
}
?>