2010-08-22 22:12:32 +00:00

11 lines
171 B
PHP
Executable File

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