adjusted front controller.
This commit is contained in:
parent
69ec79c987
commit
ae1acfddda
|
@ -18,6 +18,11 @@
|
|||
// --------------------------------------------------------------
|
||||
define('SYS_PATH', realpath($system = '../system').'/');
|
||||
|
||||
// --------------------------------------------------------------
|
||||
// The path to the public directory.
|
||||
// --------------------------------------------------------------
|
||||
define('PUBLIC_PATH', realpath(__DIR__).'/');
|
||||
|
||||
// --------------------------------------------------------------
|
||||
// The path to the packages directory.
|
||||
// --------------------------------------------------------------
|
||||
|
@ -33,11 +38,6 @@
|
|||
// --------------------------------------------------------------
|
||||
define('STORAGE_PATH', realpath('../storage').'/');
|
||||
|
||||
// --------------------------------------------------------------
|
||||
// The path to the public directory.
|
||||
// --------------------------------------------------------------
|
||||
define('PUBLIC_PATH', realpath(__DIR__).'/');
|
||||
|
||||
// --------------------------------------------------------------
|
||||
// The path to the directory containing the system directory.
|
||||
// --------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue