1
0
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:
Awilum
2022-07-04 11:40:13 +03:00
parent 80b6a8625c
commit e812177050

View File

@@ -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).