Cloudlog/application/controllers/Contesting.php
2019-09-11 17:38:09 +01:00

16 行
无行尾
247 B
PHP

<?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';
}
}