feat: define FLARUM_START constant (#4082)

This commit is contained in:
Sami Mazouz 2024-10-21 11:49:43 +01:00 committed by GitHub
parent 57879974ca
commit b9b52d85a7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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