Updates
This commit is contained in:
parent
76cdea6ac8
commit
bf9fc2f3c5
|
@ -193,10 +193,12 @@ function install($adminPassword, $email, $timezoneOffset)
|
||||||
|
|
||||||
$stdOut = array();
|
$stdOut = array();
|
||||||
|
|
||||||
$currentDate = Date::current(DB_DATE_FORMAT);
|
|
||||||
|
|
||||||
$timezone = timezone_name_from_abbr("", $timezoneOffset, 0);
|
$timezone = timezone_name_from_abbr("", $timezoneOffset, 0);
|
||||||
|
|
||||||
|
date_default_timezone_set($timezone);
|
||||||
|
|
||||||
|
$currentDate = Date::current(DB_DATE_FORMAT);
|
||||||
|
|
||||||
// ============================================================================
|
// ============================================================================
|
||||||
// Create directories
|
// Create directories
|
||||||
// ============================================================================
|
// ============================================================================
|
||||||
|
|
Loading…
Reference in New Issue