mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 09:41:40 +09:00
Move the autoloader, startup script, and functions to 'common' folder
This commit is contained in:
parent
b50dc8f340
commit
f9dabb06f4
8 changed files with 370 additions and 459 deletions
10
index.php
10
index.php
|
|
@ -32,13 +32,9 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* @brief Declare constants for generic use and for checking to avoid a direct call from the Web
|
||||
**/
|
||||
define('__XE__', TRUE);
|
||||
/**
|
||||
* @brief Include the necessary configuration files
|
||||
**/
|
||||
require dirname(__FILE__) . '/config/config.inc.php';
|
||||
* Include the autoloader.
|
||||
*/
|
||||
require dirname(__FILE__) . '/common/autoload.php';
|
||||
|
||||
/**
|
||||
* @brief Initialize by creating Context object
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue