2010-07-25 14:21:05 +00:00
|
|
|
<?
|
|
|
|
|
|
2010-08-01 14:17:06 +00:00
|
|
|
if(is_numeric($id) && device_permitted($id))
|
|
|
|
|
{
|
2010-07-25 14:21:05 +00:00
|
|
|
$device = device_by_id_cache($id);
|
2010-08-01 14:17:06 +00:00
|
|
|
$title = generatedevicelink($device);
|
|
|
|
|
$auth = TRUE;
|
2010-07-25 14:21:05 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
?>
|