10 lines
109 B
PHP
10 lines
109 B
PHP
<?php
|
|
class Index extends Controller{
|
|
|
|
function __construct(){
|
|
parent::__construct("Index");
|
|
}
|
|
|
|
}
|
|
?>
|