diff options
author | Florian Pritz <bluewind@xinu.at> | 2016-09-27 19:23:21 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2016-11-01 17:29:04 +0100 |
commit | 6d550f9b6ad5a544d0cd3234a7c016a5572386a5 (patch) | |
tree | 1882300f22302788552294c8dd24568de68f3e58 /application/core | |
parent | 21f62592671029c65cf9405de787e06bb3f78a65 (diff) |
Remove cli client upload handler
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'application/core')
-rw-r--r-- | application/core/MY_Controller.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/application/core/MY_Controller.php b/application/core/MY_Controller.php index bf81afa14..a354ba656 100644 --- a/application/core/MY_Controller.php +++ b/application/core/MY_Controller.php @@ -67,8 +67,6 @@ class MY_Controller extends CI_Controller { * and we don't want to annoy them when they upload a big file and the * CSRF check fails. */ - "file/do_upload", - "file/do_paste", ), ); if (in_array($uri_start, $csrf_whitelisted_handlers["always"])) { |