From e812177050e5bc2521f3a002dbf39a2c549a3ee1 Mon Sep 17 00:00:00 2001 From: Awilum Date: Mon, 4 Jul 2022 11:40:13 +0300 Subject: [PATCH] feat(core): rename constant START_TIME to FLEXTYPE_START_TIME --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 9c949770..c38dbc50 100755 --- a/index.php +++ b/index.php @@ -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).