Added contesting controller the start of #347
这个提交包含在:
父节点
4e618d42a2
当前提交
5412fcb3ac
共有 1 个文件被更改,包括 16 次插入 和 0 次删除
|
|
@ -0,0 +1,16 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
if ( ! defined('BASEPATH')) exit('No direct script access allowed');
|
||||||
|
|
||||||
|
|
||||||
|
/*
|
||||||
|
This controller will contain features for contesting
|
||||||
|
*/
|
||||||
|
|
||||||
|
class Contesting extends CI_Controller {
|
||||||
|
|
||||||
|
public function index()
|
||||||
|
{
|
||||||
|
echo 'Functions to come';
|
||||||
|
}
|
||||||
|
}
|
||||||
正在加载…
在新工单中引用