Files
_resources/it114105/itp4513/Assignment/19-20/controllers/Index.php
louiscklaw 04dbefcbaf update,
2025-02-01 01:58:47 +08:00

10 lines
109 B
PHP

<?php
class Index extends Controller{
function __construct(){
parent::__construct("Index");
}
}
?>