mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-23 05:09:56 +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
|
|
@ -48,6 +48,16 @@
|
|||
</div>
|
||||
</div>
|
||||
<p class="install_help">{$lang->about_time_zone}</p>
|
||||
<div class="x_control-group">
|
||||
<label class="x_control-label">{$lang->use_ssl}</label>
|
||||
<div class="x_controls">
|
||||
<select name="use_ssl">
|
||||
<!--@foreach($lang->ssl_options as $key => $val)-->
|
||||
<option value="{$key}" selected="selected"|cond="$use_ssl==$key" />{$val}</option>
|
||||
<!--@endforeach-->
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="buttons">
|
||||
<div class="align-left">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue