Use SSL from the beginning if the installer is called with SSL

This commit is contained in:
Kijin Sung 2016-01-10 15:23:26 +09:00
parent 43098721b1
commit 545a47448b
4 changed files with 56 additions and 22 deletions

View file

@ -100,7 +100,7 @@ class installController extends install
// Save rewrite and time zone settings
if(!Context::get('install_config'))
{
$config_info = Context::gets('use_rewrite','time_zone');
$config_info = Context::gets('use_rewrite','time_zone', 'use_ssl');
if($config_info->use_rewrite!='Y') $config_info->use_rewrite = 'N';
if(!$this->makeEtcConfigFile($config_info))
{