die louder if CSRF is missing for admin actions
This commit is contained in:
@ -58,6 +58,8 @@ class AdminPage extends Extension
|
|||||||
shm_set_timeout(null);
|
shm_set_timeout(null);
|
||||||
$database->set_timeout(null);
|
$database->set_timeout(null);
|
||||||
send_event($aae);
|
send_event($aae);
|
||||||
|
} else {
|
||||||
|
throw new SCoreException("Invalid CSRF token");
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($aae->redirect) {
|
if ($aae->redirect) {
|
||||||
|
Reference in New Issue
Block a user