From 096fdfc61b5381bd3f7918a7c5f6004461354f32 Mon Sep 17 00:00:00 2001 From: redmatrix Date: Thu, 26 May 2016 16:33:01 -0700 Subject: consolidate all the sys_boot functionality that is common between the web server and the cli daemon manager. Get rid of yet another global variable ($default_timezone) whilst doing so. --- view/nb-no/htconfig.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view/nb-no') diff --git a/view/nb-no/htconfig.tpl b/view/nb-no/htconfig.tpl index d0a799cf6..802b31b49 100644 --- a/view/nb-no/htconfig.tpl +++ b/view/nb-no/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? -- cgit v1.2.3