mirror of
https://github.com/Mibew/mibew.git
synced 2025-02-07 00:14:40 +03:00
Add missed CSRF check
This commit is contained in:
parent
12f4cebe31
commit
dc006e0a50
@ -20,6 +20,7 @@ require_once('../libs/operator.php');
|
||||
require_once('../libs/groups.php');
|
||||
|
||||
$operator = check_login();
|
||||
csrfchecktoken();
|
||||
|
||||
$page = array('grid' => '');
|
||||
$errors = array();
|
||||
|
Loading…
Reference in New Issue
Block a user