Function __global->csrf_filter_active
Definitions
sources/csrf_filter.php
- Whether CSRF-checks are active for the current zone/page.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: bool
Returns
- Whether they are
- Type: boolean
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Whether CSRF-checks are active for the current zone/page.
*
* @return boolean Whether they are
*/
function csrf_filter_active() : bool
* Whether CSRF-checks are active for the current zone/page.
*
* @return boolean Whether they are
*/
function csrf_filter_active() : bool
