mirror of
https://github.com/glmdev/eecs448-lab10
synced 2026-03-02 03:39:24 +00:00
Initial commit
This commit is contained in:
11
configuration.php
Normal file
11
configuration.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?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';
|
||||
Reference in New Issue
Block a user