Revert "Fix coding style old files (part 2)"

This commit is contained in:
Daniel Preussker
2015-07-15 08:09:10 +00:00
parent 4ebabc634a
commit ba90b85f9f
731 changed files with 33750 additions and 37288 deletions
+6 -3
View File
@@ -1,7 +1,10 @@
<?php
if ($auth || device_permitted($device['device_id'])) {
$title = generate_device_link($device);
if ($auth || device_permitted($device['device_id']))
{
$title = generate_device_link($device);
$graph_title = $device['hostname'];
$auth = true;
$auth = true;
}
?>