Elgg
Version 6.1
|
Go to the source code of this file.
Variables | |
$ts = elgg()->csrf->getCurrentTime()->getTimestamp() | |
CSRF security token view for use with secure forms. More... | |
$token = elgg()->csrf->generateActionToken($ts) | |
Definition at line 9 of file securitytoken.php.
CSRF security token view for use with secure forms.
It is still recommended that you use input/form.
Definition at line 8 of file securitytoken.php.