Move the autoloader, startup script, and functions to 'common' folder

This commit is contained in:
Kijin Sung 2016-01-16 11:15:28 +09:00
parent b50dc8f340
commit f9dabb06f4
8 changed files with 370 additions and 459 deletions

View file

@ -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