summaryrefslogtreecommitdiffstats
path: root/app/view/common/setting.modal.view.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/view/common/setting.modal.view.php')
-rw-r--r--app/view/common/setting.modal.view.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/view/common/setting.modal.view.php b/app/view/common/setting.modal.view.php
index 0735e3f..909eead 100644
--- a/app/view/common/setting.modal.view.php
+++ b/app/view/common/setting.modal.view.php
@@ -95,21 +95,21 @@
<label>HTTP(S)</label>
<div class="radio">
<label>
- <input type="radio" name="input[settSSL]" value="force" />
+ <input type="radio" name="input[settSSL]" value="force" <?=$mod->common_settingAdminSettSSLChecked['force']?> <?=$mod->common_settingAdminSettSSLDisabled?> />
Always Force SSL
</label>
</div>
<div class="radio">
<label>
- <input type="radio" name="input[settSSL]" value="neither" />
+ <input type="radio" name="input[settSSL]" value="neither" <?=$mod->common_settingAdminSettSSLChecked['neither']?> <?=$mod->common_settingAdminSettSSLDisabled?> />
Neither
</label>
</div>
<div class="radio">
<label>
- <input type="radio" name="input[settSSL]" value="forbid" />
+ <input type="radio" name="input[settSSL]" value="forbid" <?=$mod->common_settingAdminSettSSLChecked['forbid']?> <?=$mod->common_settingAdminSettSSLDisabled?> />
Always Forbid SSL
</label>
</div>
@@ -118,7 +118,7 @@
<label>Access</label>
<div class="checkbox">
<label>
- <input type="checkbox" name="input[allowPublicSignup]" value="true" /> Allow anyone to create an account
+ <input type="checkbox" name="input[allowPublicSignup]" value="true" <?=$mod->common_settingAdminAllowPublicSignupChecked?> /> Allow anyone to create an account
</label>
</div>