diff options
Diffstat (limited to 'system/application/controllers')
-rw-r--r-- | system/application/controllers/file.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/application/controllers/file.php b/system/application/controllers/file.php index 601cf80e1..e2d30c069 100644 --- a/system/application/controllers/file.php +++ b/system/application/controllers/file.php @@ -50,6 +50,7 @@ class File extends Controller { $data = array(); $data['title'] = 'Upload'; $data['small_upload_size'] = $this->config->item('small_upload_size'); + $data['max_upload_size'] = $this->config->item('upload_max_size'); $this->load->view('file/header', $data); $this->load->view('file/upload_form', $data); |