Home
last modified time | relevance | path

Searched refs:csrfCheck (Results 1 – 14 of 14) sorted by relevance

/dports/www/phpmyfaq/phpmyfaq/admin/
H A Dglossary.main.php44 $csrfCheck = false; variable
46 $csrfCheck = true; variable
59 …glossary' == $action && $user->perm->checkRight($user->getUserId(), 'addglossary') && $csrfCheck) {
74 'editglossary') && $csrfCheck) {
H A Dpwd.change.php40 $csrfCheck = false; variable
42 $csrfCheck = true; variable
45 if (!is_null($save) && $csrfCheck) {
H A Dbackup.import.php30 $csrfCheck = false; variable
32 $csrfCheck = true; variable
42 if ($user->perm->checkRight($user->getUserId(), 'restore') && $csrfCheck) {
H A Dnews.php29 $csrfCheck = false; variable
31 $csrfCheck = true; variable
549 if ($csrfCheck) {
H A Dcategory.main.php53 $csrfCheck = false; variable
55 $csrfCheck = true; variable
65 if ($user->perm->checkRight($user->getUserId(), 'editcateg') && $csrfCheck) {
/dports/multimedia/zoneminder/zoneminder-1.36.5/web/api/lib/Cake/Test/Case/Controller/Component/
H A DSecurityComponentTest.php176 $this->Security->csrfCheck = false;
1385 $this->Security->csrfCheck = true;
1400 $this->Security->csrfCheck = true;
1417 $this->Security->csrfCheck = true;
1437 $this->Security->csrfCheck = true;
1461 $this->Security->csrfCheck = true;
1480 $this->Security->csrfCheck = true;
1503 $this->Security->csrfCheck = true;
1522 $this->Security->csrfCheck = true;
1549 $this->Security->csrfCheck = true;
[all …]
/dports/www/tikiwiki/tiki-21.2/
H A Dtiki-send_newsletters.php422 && $csrfCheck = $access->checkCsrf(null, $unsetTicket)) variable
441 $nllib->send($nl_info, $_REQUEST, true, $sent, $errors, $logFileName, $csrfCheck);
466 $csrfCheck = ! empty($_SESSION['tickets']['newsletter']['iterations']) variable
470 $nllib->send($nl_info, $edition_info, true, $sent, $errors, $logFileName, $csrfCheck);
/dports/multimedia/zoneminder/zoneminder-1.36.5/web/api/lib/Cake/Controller/Component/
H A DSecurityComponent.php165 public $csrfCheck = true; variable in SecurityComponent
249 if ($this->csrfCheck) {
/dports/www/tikiwiki/tiki-21.2/lib/core/Services/File/
H A DFinderController.php377 public function csrfCheck($cmd, &$args, $elfinder, $volume) function in Services_File_FinderController
/dports/deskutils/egroupware/egroupware/api/src/Etemplate/
H A DRequest.php243 public static function csrfCheck($id, $caller, $args=[]) function in EGroupware\\Api\\Etemplate\\Request
/dports/deskutils/egroupware/egroupware/admin/inc/
H A Dclass.admin_account.inc.php393 Api\Etemplate\Request::csrfCheck($etemplate_exec_id, __METHOD__, func_get_args());
H A Dclass.admin_acl.inc.php345 Api\Etemplate\Request::csrfCheck($etemplate_exec_id, __METHOD__, func_get_args());
H A Dclass.admin_customfields.inc.php302 Api\Etemplate\Request::csrfCheck($etemplate_exec_id, __METHOD__, func_get_args());
/dports/www/tikiwiki/tiki-21.2/lib/newsletters/
H A Dnllib.php1542 public function send($nl_info, $info, $browser = true, &$sent, &$errors, &$logFileName, $csrfCheck) argument
1637 if ($csrfCheck) {