phpcs run

This commit is contained in:
Paul Gear
2015-06-16 08:27:57 +10:00
parent 942e5047e5
commit 6038f11db9
+1 -1
View File
@@ -4,7 +4,7 @@ if ($auth || device_permitted($device['device_id']))
{
$title = generate_device_link($device);
$graph_title = $device['hostname'];
$auth = TRUE;
$auth = true;
}
?>