You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
412 B

<?php
error_reporting(E_ALL);
ini_set('display_errors', 1);
!defined('SYSTEM_URL') && define('SYSTEM_URL', 'https://people.eecs.ku.edu/~g582m300/eecs448-lab10');
include_once dirname(__FILE__).'/common/functions_debugging.php';
include_once dirname(__FILE__).'/common/functions_system.php';
include_once dirname(__FILE__).'/common/functions_config.php';
include_once dirname(__FILE__).'/common/autoload.php';