mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-17 09:24:17 +09:00
Improve default domain handling
This commit is contained in:
parent
d5959a91bb
commit
393a90c022
2 changed files with 4 additions and 2 deletions
|
|
@ -557,6 +557,7 @@ class adminAdminView extends admin
|
|||
// Other settings
|
||||
Context::set('use_rewrite', Rhymix\Framework\Config::get('use_rewrite'));
|
||||
Context::set('use_sso', Rhymix\Framework\Config::get('use_sso'));
|
||||
Context::set('use_ssl', Rhymix\Framework\Config::get('url.ssl'));
|
||||
Context::set('delay_session', Rhymix\Framework\Config::get('session.delay'));
|
||||
Context::set('use_session_keys', Rhymix\Framework\Config::get('session.use_keys'));
|
||||
Context::set('use_session_ssl', Rhymix\Framework\Config::get('session.use_ssl'));
|
||||
|
|
@ -705,7 +706,7 @@ class adminAdminView extends admin
|
|||
}
|
||||
else
|
||||
{
|
||||
$index_module_srl = 0;
|
||||
$index_module_srl = '';
|
||||
}
|
||||
Context::set('module_list', $module_list);
|
||||
Context::set('index_module_srl', $index_module_srl);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue