From 9682f7de5475cf0d5b91d2e03b3ab09564b85bc5 Mon Sep 17 00:00:00 2001 From: Kijin Sung Date: Tue, 20 Jun 2023 20:42:31 +0900 Subject: [PATCH] Add scheme (http: or https:) to member module URL input area --- modules/member/tpl/default_config.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/member/tpl/default_config.html b/modules/member/tpl/default_config.html index 9b33f4d18..395802305 100644 --- a/modules/member/tpl/default_config.html +++ b/modules/member/tpl/default_config.html @@ -9,7 +9,7 @@
- {$site_module_info->domain}{\RX_BASEURL}index.php?mid= + {$site_module_info->security === 'always' ? 'https://' : 'http://'}{$site_module_info->domain}{\RX_BASEURL}index.php?mid=