diff options
Diffstat (limited to 'user_guide')
-rw-r--r-- | user_guide/libraries/file_uploading.html | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/user_guide/libraries/file_uploading.html b/user_guide/libraries/file_uploading.html index 69fa2dfc2..71b330f19 100644 --- a/user_guide/libraries/file_uploading.html +++ b/user_guide/libraries/file_uploading.html @@ -163,8 +163,6 @@ class Upload extends Controller { function do_upload()
{
- $this->load->library('upload');
-
$config['upload_path'] = './uploads/';
$config['allowed_types'] = 'gif|jpg|png';
$config['max_size'] = '100';
|