diff options
author | Eric Barnes <eric@ericlbarnes.com> | 2011-01-17 05:36:46 +0100 |
---|---|---|
committer | Eric Barnes <eric@ericlbarnes.com> | 2011-01-17 05:36:46 +0100 |
commit | 8af74554043be56daa9fb278e60ee79a53be4b76 (patch) | |
tree | 7aca85e9e6dc26b6af32fd0eb3408e1b1c24cdf0 /application/config | |
parent | 9805ecce97dbd3f60891c19f27111f75851bd666 (diff) |
Accidentally left csrf to turned on in last commit
Diffstat (limited to 'application/config')
-rw-r--r-- | application/config/config.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/config/config.php b/application/config/config.php index e22199685..dc029a94b 100644 --- a/application/config/config.php +++ b/application/config/config.php @@ -291,7 +291,7 @@ $config['global_xss_filtering'] = FALSE; | '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; |