From 6d550f9b6ad5a544d0cd3234a7c016a5572386a5 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Tue, 27 Sep 2016 19:23:21 +0200 Subject: Remove cli client upload handler Signed-off-by: Florian Pritz --- application/core/MY_Controller.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'application/core') 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"])) { -- cgit v1.2.3-24-g4f1b