|
@@ -15,8 +15,9 @@
|
|
define('BASE_PATH', realpath('../').'/');
|
|
define('BASE_PATH', realpath('../').'/');
|
|
define('APP_PATH', realpath('../application').'/');
|
|
define('APP_PATH', realpath('../application').'/');
|
|
define('SYS_PATH', realpath('../system').'/');
|
|
define('SYS_PATH', realpath('../system').'/');
|
|
-define('PUBLIC_PATH', realpath(__DIR__.'/'));
|
|
|
|
|
|
+define('CONFIG_PATH', APP_PATH.'config/');
|
|
define('PACKAGE_PATH', APP_PATH.'packages/');
|
|
define('PACKAGE_PATH', APP_PATH.'packages/');
|
|
|
|
+define('PUBLIC_PATH', realpath(__DIR__.'/'));
|
|
|
|
|
|
// --------------------------------------------------------------
|
|
// --------------------------------------------------------------
|
|
// Define the PHP file extension.
|
|
// Define the PHP file extension.
|