mirror of
https://github.com/flextype/flextype.git
synced 2025-08-12 16:14:16 +02:00
feat(core): use FLEXTYPE_
prefix for all core constants
This commit is contained in:
@@ -29,7 +29,7 @@ define('FLEXTYPE_START_TIME', microtime(true));
|
||||
/**
|
||||
* Define the PATH to the root directory (without trailing slash).
|
||||
*/
|
||||
define('ROOT_DIR', str_replace(DIRECTORY_SEPARATOR, '/', getcwd()));
|
||||
define('FLEXTYPE_ROOT_DIR', str_replace(DIRECTORY_SEPARATOR, '/', getcwd()));
|
||||
|
||||
/**
|
||||
* Ensure vendor libraries exist
|
||||
|
Reference in New Issue
Block a user