You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do not have/use twig so I tried calling it using
A. generateToken('form.php')
B. $csrf=$AntiCSRF->generateToken('form.php'); and added the $csrf to the form.
C. insertToken('form.php')
In any case it simply prints the function name.
The text was updated successfully, but these errors were encountered:
A. generateToken('form.php')
B. $csrf=$AntiCSRF->generateToken('form.php'); and added the $csrf to the form.
C. insertToken('form.php')
In any case it simply prints the function name.
The text was updated successfully, but these errors were encountered: