2012-05-11 13:26:14 +00:00

13 lines
188 B
PHP
Executable File

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