Home
last modified time | relevance | path

Searched defs:csrfCheck (Results 1 – 10 of 10) sorted by relevance

/dports/www/phpmyfaq/phpmyfaq/admin/
H A Dpwd.change.php40 $csrfCheck = false; variable
42 $csrfCheck = true; variable
H A Dglossary.main.php44 $csrfCheck = false; variable
46 $csrfCheck = true; variable
H A Dbackup.import.php30 $csrfCheck = false; variable
32 $csrfCheck = true; variable
H A Dnews.php29 $csrfCheck = false; variable
31 $csrfCheck = true; variable
H A Dcategory.main.php53 $csrfCheck = false; variable
55 $csrfCheck = true; variable
/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/www/tikiwiki/tiki-21.2/
H A Dtiki-send_newsletters.php422 && $csrfCheck = $access->checkCsrf(null, $unsetTicket)) variable
466 $csrfCheck = ! empty($_SESSION['tickets']['newsletter']['iterations']) variable
/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/multimedia/zoneminder/zoneminder-1.36.5/web/api/lib/Cake/Controller/Component/
H A DSecurityComponent.php165 public $csrfCheck = true; variable in SecurityComponent
/dports/www/tikiwiki/tiki-21.2/lib/newsletters/
H A Dnllib.php1542 public function send($nl_info, $info, $browser = true, &$sent, &$errors, &$logFileName, $csrfCheck)