mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 08:45:12 +02:00
#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) {
|
} else if ($disable_user !== false) {
|
||||||
// CSRF Validator.
|
// CSRF Validator.
|
||||||
if (html_print_csrf_error()) {
|
/*
|
||||||
|
if (html_print_csrf_error()) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
// Disable_user.
|
// Disable_user.
|
||||||
$id_user = get_parameter('id', 0);
|
$id_user = get_parameter('id', 0);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user