From f91d9970017aebc6ad2d6ff897e04f5faedf0549 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Mon, 9 Apr 2012 01:03:01 +0200 Subject: c/file: remove old comment It doesn't really apply anymore. Signed-off-by: Florian Pritz --- application/controllers/file.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'application/controllers') 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(); -- cgit v1.2.3-24-g4f1b