Home
last modified time | relevance | path

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

/plugin/siteexport/inc/
H A Dfunctions.php756 * @param null|boolean $softfail if a message is to be thrown.
759 public function checkSecurityToken($token = null, $softfail = true) { argument
764 … if ( $softfail !== true ) msg('Security Token did not match. Possible CSRF attack.', -1);