diff options
Diffstat (limited to 'view/sv')
-rw-r--r-- | view/sv/htconfig.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/sv/htconfig.tpl b/view/sv/htconfig.tpl index 97155ea42..5456d12c1 100644 --- a/view/sv/htconfig.tpl +++ b/view/sv/htconfig.tpl @@ -28,7 +28,7 @@ define( 'UNO', {{$uno}} ); // Choose a legal default timezone. If you are unsure, use "America/Los_Angeles". // It can be changed later and only applies to timestamps for anonymous viewers. -$default_timezone = '{{$timezone}}'; +App::$config['system']['timezone'] = '{{$timezone}}'; // What is your site name? |