added support for environment configuration files.
This commit is contained in:
@@ -15,8 +15,9 @@
|
||||
define('BASE_PATH', realpath('../').'/');
|
||||
define('APP_PATH', realpath('../application').'/');
|
||||
define('SYS_PATH', realpath('../system').'/');
|
||||
define('PUBLIC_PATH', realpath(__DIR__.'/'));
|
||||
define('CONFIG_PATH', APP_PATH.'config/');
|
||||
define('PACKAGE_PATH', APP_PATH.'packages/');
|
||||
define('PUBLIC_PATH', realpath(__DIR__.'/'));
|
||||
|
||||
// --------------------------------------------------------------
|
||||
// Define the PHP file extension.
|
||||
|
||||
Reference in New Issue
Block a user