mirror of
https://github.com/flextype/flextype.git
synced 2025-08-10 15:14:20 +02:00
feat(core): use FLEXTYPE_
prefix for all core constants
This commit is contained in:
@@ -18,7 +18,7 @@ namespace Flextype;
|
||||
/**
|
||||
* Define the Flextype start time in current unix timestamp (microseconds).
|
||||
*/
|
||||
define('START_TIME', microtime(true));
|
||||
define('FLEXTYPE_START_TIME', microtime(true));
|
||||
|
||||
/**
|
||||
* Define the PATH to the root directory (without trailing slash).
|
||||
|
Reference in New Issue
Block a user