cis notified web server of a job completion; upload form interface and validation...
[living-lab-site.git] / application / controllers / tmp.php
1 <?php
2
3 /**
4  * Class Tmp controls video hierarchy and searching
5  *
6  * @category    Controller
7  * @author              Călin-Andrei Burloiu
8  */
9 class Tmp extends CI_Controller {
10         
11         public function index()
12         {
13                 
14         }
15 }
16
17 /* End of file tmp.php */
18 /* Location: ./application/controllers/tmp.php */