Move Eike's config-stuff to a new folder so he can deal with it later.

This commit is contained in:
Karsten Heiken
2011-07-22 16:07:38 +02:00
parent 3395b43b5d
commit a6b0eaab5e
3 changed files with 49 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
<?php
class Fields extends CI_Controller {
public function __construct() {
parent::__construct();
}
public function upload_csv() {
$this->load-view('web/configurations/upload_csv');
}
}