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.

This commit is contained in:
redmatrix
2016-05-26 16:33:01 -07:00
parent 8e4889bdf1
commit 096fdfc61b
16 changed files with 82 additions and 100 deletions

View File

@@ -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?