Accidentally left csrf to turned on in last commit
diff --git a/application/config/config.php b/application/config/config.php
index e221996..dc029a9 100644
--- a/application/config/config.php
+++ b/application/config/config.php
@@ -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;