summaryrefslogtreecommitdiffstats
path: root/application/controllers/file.php
diff options
context:
space:
mode:
Diffstat (limited to 'application/controllers/file.php')
-rw-r--r--application/controllers/file.php2
1 files changed, 0 insertions, 2 deletions
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');