Merge branch 'ent-6495-campo-ip-de-servidores-se-limita-a-la-hora-de-guardarlo' into 'develop'
fixed error 6495 See merge request artica/pandorafms!3539
This commit is contained in:
commit
495decdf5f
|
@ -140,7 +140,7 @@ if (isset($_GET['server'])) {
|
||||||
ui_print_error_message(__('There was a problem deleting the server'));
|
ui_print_error_message(__('There was a problem deleting the server'));
|
||||||
}
|
}
|
||||||
} else if (isset($_GET['update'])) {
|
} else if (isset($_GET['update'])) {
|
||||||
$address = trim(get_parameter_post('address'), ' ');
|
$address = trim(io_safe_output(get_parameter_post('address')), ' ');
|
||||||
$description = trim(get_parameter_post('description'), ' ');
|
$description = trim(get_parameter_post('description'), ' ');
|
||||||
$id_server = get_parameter_post('server');
|
$id_server = get_parameter_post('server');
|
||||||
$exec_proxy = get_parameter_post('exec_proxy');
|
$exec_proxy = get_parameter_post('exec_proxy');
|
||||||
|
|
Loading…
Reference in New Issue