diff options
Diffstat (limited to 'application/controllers')
-rw-r--r-- | application/controllers/file.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/application/controllers/file.php b/application/controllers/file.php index 031c00db6..0252e96e8 100644 --- a/application/controllers/file.php +++ b/application/controllers/file.php @@ -59,8 +59,6 @@ class File extends CI_Controller { function index() { // Try to guess what the user would like to do. - // File uploads should be checked first because they are usually big and - // take quite some time to upload. $id = $this->uri->segment(1); if(isset($_FILES['file'])) { $this->do_upload(); |