Files
louiscklaw 6c60a73f30 update,
2025-01-31 19:15:17 +08:00

10 lines
109 B
PHP

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