mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Added contesting controller the start of #347
This commit is contained in:
16
application/controllers/Contesting.php
Normal file
16
application/controllers/Contesting.php
Normal file
@@ -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';
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user