Move configurations.php to configurations/index.php
This commit is contained in:
@@ -7,7 +7,7 @@ class Fields extends CI_Controller {
|
||||
}
|
||||
|
||||
public function upload_csv() {
|
||||
|
||||
$this->load-view('web/configurations/upload_csv');
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,2 +1,4 @@
|
||||
<?php echo $this->load->view('web/header'); ?>
|
||||
|
||||
<?=form_open_multipart();?>
|
||||
<?=form_close();?>
|
||||
Reference in New Issue
Block a user