uiisc/contact.php
2019-06-24 15:32:46 +08:00

10 lines
236 B
PHP

<?php
define('IN_SYS', true);
require_once("core.php");
include("core/controllers/contact.php");
include("core/views/header.php");
include("core/views/navbar.php");
include("core/views/contact.php");
include("core/views/footer.php");