Remove image_lib debuf stuff.
This commit is contained in:
parent
1352b57704
commit
78e1f28d27
1 changed files with 0 additions and 5 deletions
|
@ -40,11 +40,6 @@ class Upload extends CI_Controller {
|
||||||
);
|
);
|
||||||
|
|
||||||
$this->load->library('image_lib',$config);
|
$this->load->library('image_lib',$config);
|
||||||
|
|
||||||
if($this->image_lib->resize() != true) echo 'dead to me.';
|
|
||||||
|
|
||||||
echo $this->image_lib->display_errors();
|
|
||||||
|
|
||||||
$message = array('type'=>'success','status'=>'Uploaded successfully', 'file'=>base_url($file_name));
|
$message = array('type'=>'success','status'=>'Uploaded successfully', 'file'=>base_url($file_name));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue