diff --git a/framework/core/src/Foundation/Site.php b/framework/core/src/Foundation/Site.php index 3eca6db0e..62308a01c 100644 --- a/framework/core/src/Foundation/Site.php +++ b/framework/core/src/Foundation/Site.php @@ -18,6 +18,8 @@ class Site { $paths = new Paths($paths); + define('FLARUM_START', microtime(true)); + date_default_timezone_set('UTC'); if (! static::hasConfigFile($paths->base)) {