#11217 Comment CSRF Validator
This commit is contained in:
parent
f5bbc7984c
commit
0505d24828
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue