@@ -158,12 +158,12 @@ |
||
158 | 158 | } |
159 | 159 | if (isset($_POST['command'])) { |
160 | 160 | switch ($_POST['command']) { |
161 | - case web\lib\common\FormElements::BUTTON_CLOSE: |
|
162 | - header("Location: overview_org.php?inst_id=" . $my_inst->identifier) . '#profilebox_' . $deployment->identifier; |
|
163 | - exit(0); |
|
164 | - default: |
|
165 | - header("Location: overview_org.php?inst_id=" . $my_inst->identifier . '#profilebox_' . $deployment->identifier); |
|
166 | - exit(0); |
|
161 | + case web\lib\common\FormElements::BUTTON_CLOSE: |
|
162 | + header("Location: overview_org.php?inst_id=" . $my_inst->identifier) . '#profilebox_' . $deployment->identifier; |
|
163 | + exit(0); |
|
164 | + default: |
|
165 | + header("Location: overview_org.php?inst_id=" . $my_inst->identifier . '#profilebox_' . $deployment->identifier); |
|
166 | + exit(0); |
|
167 | 167 | } |
168 | 168 | } |
169 | 169 | $vlan = $deployment->getAttributes("managedsp:vlan")[0]['value'] ?? NULL; |