mirror of
https://github.com/flextype/flextype.git
synced 2025-08-05 04:37:43 +02:00
feat(core): rename constant START_TIME to FLEXTYPE_START_TIME
This commit is contained in:
@@ -24,7 +24,7 @@ use function str_replace;
|
||||
/**
|
||||
* 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