mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Fix some if-else-codeblocks according to codingstyle
This commit is contained in:
@@ -6,7 +6,8 @@ if (is_numeric($vars['id']) && ($auth || application_permitted($vars['id']))) {
|
||||
if ($app['app_type'] != 'proxmox') {
|
||||
$title = generate_device_link($device);
|
||||
$title .= $graph_subtype;
|
||||
} else {
|
||||
}
|
||||
else {
|
||||
$title = $vars['port'].'@'.$vars['hostname'].' on '.generate_device_link($device);
|
||||
}
|
||||
$auth = true;
|
||||
|
Reference in New Issue
Block a user