1
0
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:
Awilum
2022-07-04 11:43:03 +03:00
parent e812177050
commit ab72bf19c8
66 changed files with 163 additions and 163 deletions

View File

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