diff options
author | Florian Pritz <bluewind@xinu.at> | 2012-04-09 01:03:01 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2012-04-09 20:48:12 +0200 |
commit | f91d9970017aebc6ad2d6ff897e04f5faedf0549 (patch) | |
tree | a40e1d075947232273e169d4119b851e529c49f8 /application | |
parent | 7b2eefe75f6ae07b2f8bc7ce32487c0a17bb9374 (diff) |
c/file: remove old comment
It doesn't really apply anymore.
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'application')
-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(); |