Browse Source

Set default timezone

pull/9/head
Franz Liedke 9 years ago
parent
commit
2208271c77
  1. 2
      flarum/bootstrap.php

2
flarum/bootstrap.php

@ -37,6 +37,8 @@ if (file_exists($configFile = __DIR__.'/../config.php')) {
$app->instance('flarum.config', include $configFile);
}
date_default_timezone_set('UTC');
$app->instance('config', $config = new ConfigRepository([
'view' => [
'paths' => [

Loading…
Cancel
Save