diff --git a/platform/heroku.php b/platform/heroku.php index 4b8a2dc..d243a0a 100644 --- a/platform/heroku.php +++ b/platform/heroku.php @@ -107,6 +107,7 @@ function install() if ($_POST['admin']!='') { $tmp['admin'] = $_POST['admin']; $tmp['language'] = $_POST['language']; + $tmp['timezone'] = $_COOKIE['timezone']; $APIKey = getConfig('APIKey'); if ($APIKey=='') { $APIKey = $_POST['APIKey']; @@ -147,6 +148,12 @@ language:
';