ent 9149 password mail validation

This commit is contained in:
edu.corral 2022-09-14 16:20:13 +02:00
parent 3a1ec66bfb
commit 881e0914f0
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ check_login();
if (is_ajax()) { if (is_ajax()) {
$test_address = get_parameter('test_address', ''); $test_address = get_parameter('test_address', '');
$params = get_parameter('params', ''); $params = io_safe_output(get_parameter('params', ''));
$res = send_test_email( $res = send_test_email(
$test_address, $test_address,