Add missed CSRF check

This commit is contained in:
Fedor A. Fetisov 2013-10-29 02:25:51 +04:00
parent 12f4cebe31
commit dc006e0a50

View File

@ -20,6 +20,7 @@ require_once('../libs/operator.php');
require_once('../libs/groups.php');
$operator = check_login();
csrfchecktoken();
$page = array('grid' => '');
$errors = array();