first commit
This commit is contained in:
15
application/controllers/Kids.php
Executable file
15
application/controllers/Kids.php
Executable file
@@ -0,0 +1,15 @@
|
||||
<?php if (!defined('BASEPATH')) {
|
||||
exit('No direct script access allowed');
|
||||
}
|
||||
|
||||
class Kids extends MY_Controller
|
||||
{
|
||||
|
||||
public function __construct()
|
||||
{
|
||||
parent::__construct();
|
||||
}
|
||||
|
||||
public function index()
|
||||
{ }
|
||||
}
|
||||
Reference in New Issue
Block a user