mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-11 13:02:15 +09:00
Force new domains to follow the main domain's SSL option
This commit is contained in:
parent
3ca551e5f2
commit
3cec3baf33
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@
|
||||||
<div class="x_controls">
|
<div class="x_controls">
|
||||||
<select id="domain_security" name="domain_security">
|
<select id="domain_security" name="domain_security">
|
||||||
<!--@foreach($lang->ssl_options as $key => $val)-->
|
<!--@foreach($lang->ssl_options as $key => $val)-->
|
||||||
<option value="{$key}" selected="selected"|cond="$domain_info && $domain_info->security == $key" />{$val}</option>
|
<option value="{$key}" selected="selected"|cond="($domain_info && $domain_info->security == $key) || (!$domain_info && config('url.ssl') == $key)" />{$val}</option>
|
||||||
<!--@endforeach-->
|
<!--@endforeach-->
|
||||||
</select>
|
</select>
|
||||||
<div class="x_help-block">{lang('admin.about_use_ssl')}</div>
|
<div class="x_help-block">{lang('admin.about_use_ssl')}</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue