mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-17 10:04:41 +00:00
(legacy) fix empty message box in services_unbound_acls.php
This commit is contained in:
parent
a56a7a8385
commit
847b6fffc6
@ -90,7 +90,7 @@ if ($act == "edit") {
|
||||
}
|
||||
|
||||
if ($_POST) {
|
||||
unset($input_errors);
|
||||
$input_errors = array();
|
||||
$pconfig = $_POST;
|
||||
|
||||
if ($_POST['apply']) {
|
||||
@ -186,9 +186,6 @@ include("head.inc");
|
||||
<div class="row">
|
||||
|
||||
<?php
|
||||
if (!$savemsg)
|
||||
$savemsg = "";
|
||||
|
||||
if (isset($input_errors) && count($input_errors) > 0)
|
||||
print_input_errors($input_errors);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user