uiisc/support.php

11 lines
235 B
PHP
Raw Normal View History

2019-06-05 10:05:31 +00:00
<?php
define('IN_SYS', true);
require_once "core.php";
2019-06-24 07:32:46 +00:00
include("core/controllers/support.php");
2019-06-05 10:05:31 +00:00
2019-06-24 07:32:46 +00:00
include("core/views/header.php");
include("core/views/navbar.php");
include("core/views/support.php");
include("core/views/footer.php");