mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 09:41:40 +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">
|
||||
<select id="domain_security" name="domain_security">
|
||||
<!--@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-->
|
||||
</select>
|
||||
<div class="x_help-block">{lang('admin.about_use_ssl')}</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue