mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-20 10:52:14 +09:00
Use SSL from the beginning if the installer is called with SSL
This commit is contained in:
parent
43098721b1
commit
545a47448b
4 changed files with 56 additions and 22 deletions
|
|
@ -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))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue