summaryrefslogtreecommitdiffstats
path: root/application
diff options
context:
space:
mode:
Diffstat (limited to 'application')
-rw-r--r--application/core/MY_Controller.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/application/core/MY_Controller.php b/application/core/MY_Controller.php
index 3b928945b..47083035c 100644
--- a/application/core/MY_Controller.php
+++ b/application/core/MY_Controller.php
@@ -75,6 +75,7 @@ class MY_Controller extends CI_Controller {
"file/delete",
"file/upload_history",
"user/create_apikey",
+ "file/get_max_size",
),
);
if (in_array($uri_start, $csrf_whitelisted_handlers["always"])) {