Move configurations.php to configurations/index.php

This commit is contained in:
Eike Foken
2011-05-26 17:42:24 +02:00
parent 24ce65fcc8
commit 7311a8fb31
3 changed files with 3 additions and 1 deletions

View File

@@ -7,7 +7,7 @@ class Fields extends CI_Controller {
} }
public function upload_csv() { public function upload_csv() {
$this->load-view('web/configurations/upload_csv');
} }
} }

View File

@@ -1,2 +1,4 @@
<?php echo $this->load->view('web/header'); ?> <?php echo $this->load->view('web/header'); ?>
<?=form_open_multipart();?>
<?=form_close();?>