@@ -266,8 +266,9 @@ |
||
266 | 266 | $res = array_count_values($_GET['res']); |
267 | 267 | if (isset($res['FAILURE']) && $res[] > 0) { |
268 | 268 | echo '<br>'; |
269 | - if ($res['FAILURE'] == 2) |
|
270 | - echo ' <span style="color: red;">' . _("Activation failure.") . '</span>'; |
|
269 | + if ($res['FAILURE'] == 2) { |
|
270 | + echo ' <span style="color: red;">' . _("Activation failure.") . '</span>'; |
|
271 | + } |
|
271 | 272 | } else { |
272 | 273 | if (isset($_GET['res'][1]) && $_GET['res']['1'] == 'FAILURE') { |
273 | 274 | echo ' <span style="color: red;">' . _("Activation failure for your primary RADIUS server.") . '</span>'; |