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/fr/htconfig.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view/fr/htconfig.tpl') diff --git a/view/fr/htconfig.tpl b/view/fr/htconfig.tpl index 029c472f7..d49448ac2 100644 --- a/view/fr/htconfig.tpl +++ b/view/fr/htconfig.tpl @@ -29,7 +29,7 @@ define( 'UNO', {{$uno}} ); // Choisissez votre emplacement géographique. Si vous n'êtes pas certain, utilisez "America/Los_Angeles". // Vous pourrez le changer plus tard et ce réglage n'affecte que les visiteurs anonymes. -$default_timezone = '{{$timezone}}'; +App::$config['system']['timezone'] = '{{$timezone}}'; // Quel sera le nom de votre site? -- cgit v1.2.3