]> jfr.im git - z_archive/KronOS.git/blame - application/controllers/test.php
Restoring.
[z_archive/KronOS.git] / application / controllers / test.php
CommitLineData
89c9b7ba
CS
1<?php
2class Test extends CI_Controller {
3
4 function __constuct() {
5 parent::__construct();
6 }
7 function index() {
8 echo "Test";
9 }
10}
11?>