phpcs run

This commit is contained in:
Paul Gear 2015-06-13 20:49:02 +10:00
parent 942e5047e5
commit 6038f11db9

View File

@ -2,9 +2,9 @@
if ($auth || device_permitted($device['device_id']))
{
$title = generate_device_link($device);
$graph_title = $device['hostname'];
$auth = TRUE;
$title = generate_device_link($device);
$graph_title = $device['hostname'];
$auth = true;
}
?>