Skip to content

Instantly share code, notes, and snippets.

@SecureCloud-biz
Created July 12, 2014 23:54
Show Gist options
  • Save SecureCloud-biz/81a0a8aae644a65f89e8 to your computer and use it in GitHub Desktop.
Save SecureCloud-biz/81a0a8aae644a65f89e8 to your computer and use it in GitHub Desktop.
Manual CSRF token in CodeIgniter
<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