From 3070b26e858f41985e582fcdd9d8e838ce4cfde9 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Mon, 9 Apr 2012 00:34:46 +0200 Subject: upload_form(): don't require a user Signed-off-by: Florian Pritz --- application/controllers/file.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'application/controllers/file.php') diff --git a/application/controllers/file.php b/application/controllers/file.php index ca58c8c0e..031c00db6 100644 --- a/application/controllers/file.php +++ b/application/controllers/file.php @@ -96,8 +96,6 @@ class File extends CI_Controller { function upload_form() { - $this->muser->require_access(); - $this->data['title'] .= ' - Upload'; $this->data['small_upload_size'] = $this->config->item('small_upload_size'); $this->data['max_upload_size'] = $this->config->item('upload_max_size'); -- cgit v1.2.3-24-g4f1b