Fix some if-else-codeblocks according to codingstyle

This commit is contained in:
Mark Schouten
2015-08-29 21:26:29 +02:00
parent 34abb859df
commit 8543ca3d46
4 changed files with 11 additions and 5 deletions

View File

@@ -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;