Created
July 12, 2014 23:54
-
-
Save SecureCloud-biz/81a0a8aae644a65f89e8 to your computer and use it in GitHub Desktop.
Manual CSRF token in CodeIgniter
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<input type="hidden" name="<?php echo $this->security->get_csrf_token_name(); ?>" value="<?php echo $this->security->get_csrf_hash(); ?>"> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment