summaryrefslogtreecommitdiffstats
path: root/application/core/MY_Controller.php
diff options
context:
space:
mode:
Diffstat (limited to 'application/core/MY_Controller.php')
-rw-r--r--application/core/MY_Controller.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/application/core/MY_Controller.php b/application/core/MY_Controller.php
index 6e0d9d0a2..ce8e0e948 100644
--- a/application/core/MY_Controller.php
+++ b/application/core/MY_Controller.php
@@ -123,6 +123,5 @@ class MY_Controller extends CI_Controller {
}
$this->security->__construct('UTF-8');
- $this->security->csrf_verify();
}
}