mirror of
https://github.com/Mibew/mibew.git
synced 2025-02-07 08:14:42 +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');
|
require_once('../libs/groups.php');
|
||||||
|
|
||||||
$operator = check_login();
|
$operator = check_login();
|
||||||
|
csrfchecktoken();
|
||||||
|
|
||||||
$page = array('grid' => '');
|
$page = array('grid' => '');
|
||||||
$errors = array();
|
$errors = array();
|
||||||
|
Loading…
Reference in New Issue
Block a user