Remove superfluous comment
This commit is contained in:
@@ -64,7 +64,6 @@ class Trials extends CI_Controller {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if ($this->form_validation->run('trials/create') === true) {
|
if ($this->form_validation->run('trials/create') === true) {
|
||||||
// TODO: Handle file upload
|
|
||||||
$config = array(
|
$config = array(
|
||||||
'upload_path' => '/tmp',
|
'upload_path' => '/tmp',
|
||||||
'allowed_types' => '*',
|
'allowed_types' => '*',
|
||||||
|
|||||||
Reference in New Issue
Block a user