Skip to content

Commit

Permalink
Accidentally left csrf to turned on in last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ericlbarnes committed Jan 17, 2011
1 parent 9805ecc commit 8af7455
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@
| 'csrf_cookie_name' = The cookie name
| 'csrf_expire' = The number in seconds the token should expire.
*/
$config['csrf_protection'] = TRUE;
$config['csrf_protection'] = FALSE;
$config['csrf_token_name'] = 'csrf_test_name';
$config['csrf_cookie_name'] = 'csrf_cookie_name';
$config['csrf_expire'] = 7200;
Expand Down

0 comments on commit 8af7455

Please sign in to comment.