#11217 Comment CSRF Validator

This commit is contained in:
miguel angel rasteu 2023-05-12 12:48:53 +02:00
parent f5bbc7984c
commit 0505d24828
1 changed files with 4 additions and 3 deletions

View File

@ -413,10 +413,11 @@ if ($delete_user === true) {
);
} else if ($disable_user !== false) {
// CSRF Validator.
if (html_print_csrf_error()) {
/*
if (html_print_csrf_error()) {
return;
}
}
*/
// Disable_user.
$id_user = get_parameter('id', 0);