added PUBLIC_PATH
This commit is contained in:
parent
e467c831cc
commit
79c09381cb
|
@ -20,6 +20,7 @@
|
||||||
define('APP_PATH', realpath('../application').'/');
|
define('APP_PATH', realpath('../application').'/');
|
||||||
define('SYS_PATH', realpath('../system').'/');
|
define('SYS_PATH', realpath('../system').'/');
|
||||||
define('BASE_PATH', realpath('../').'/');
|
define('BASE_PATH', realpath('../').'/');
|
||||||
|
define('PUBLIC_PATH', realpath(__DIR__.'/'));
|
||||||
|
|
||||||
// --------------------------------------------------------------
|
// --------------------------------------------------------------
|
||||||
// Define the PHP file extension.
|
// Define the PHP file extension.
|
||||||
|
|
Loading…
Reference in New Issue