mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 17:21:39 +09:00
Add scheme (http: or https:) to member module URL input area
This commit is contained in:
parent
b2bc724715
commit
9682f7de54
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@
|
|||
<label class="x_control-label" for="member_mid">{$lang->url}</label>
|
||||
<div class="x_controls">
|
||||
<span class="baseurl" style="display:inline-block;transform:translateY(2px)">
|
||||
{$site_module_info->domain}{\RX_BASEURL}<!--@if(!config('url.rewrite'))-->index.php?mid=<!--@endif-->
|
||||
{$site_module_info->security === 'always' ? 'https://' : 'http://'}{$site_module_info->domain}{\RX_BASEURL}<!--@if(!config('url.rewrite'))-->index.php?mid=<!--@endif-->
|
||||
</span>
|
||||
<input type="text" name="member_mid" id="member_mid" value="{$config->mid ?? 'member'}" />
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue