mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-27 07:44:35 +02:00
Merge branch 'ent-5468-parsear-campos-exec-server-por-si-hay-espacios-sobre-todo-ip' into 'develop'
Ent 5468 parsear campos exec server por si hay espacios sobre todo ip See merge request artica/pandorafms!3334
This commit is contained in:
commit
fbb251f358
@ -140,8 +140,8 @@ 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 = get_parameter_post('address');
|
$address = trim(get_parameter_post('address'), ' ');
|
||||||
$description = 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');
|
||||||
$port = get_parameter_post('port');
|
$port = get_parameter_post('port');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user