13 lines
163 B
PHP
Raw Normal View History

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