2951570799ebd6ad5769768c634c7f684b967815
[living-lab-site.git] / application / controllers / admin.php
1 <?php
2
3 /**
4  * Class Admin controls site administration features
5  *
6  * @category    Controller
7  * @author              Călin-Andrei Burloiu
8  */
9 class Admin extends CI_Controller {
10         
11         public function index()
12         {
13                 
14         }
15 }
16
17 /* End of file admin.php */
18 /* Location: ./application/controllers/admin.php */