summaryrefslogtreecommitdiffstats
path: root/application/core/MY_Controller.php
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2016-09-27 19:23:21 +0200
committerFlorian Pritz <bluewind@xinu.at>2016-11-01 17:29:04 +0100
commit6d550f9b6ad5a544d0cd3234a7c016a5572386a5 (patch)
tree1882300f22302788552294c8dd24568de68f3e58 /application/core/MY_Controller.php
parent21f62592671029c65cf9405de787e06bb3f78a65 (diff)
Remove cli client upload handler
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'application/core/MY_Controller.php')
-rw-r--r--application/core/MY_Controller.php2
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"])) {