summaryrefslogtreecommitdiffstats
path: root/settings
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2013-10-12 01:41:30 -0700
committerThomas Müller <thomas.mueller@tmit.eu>2013-10-12 01:41:30 -0700
commitfce198874f228b96016224460658114bed2373bb (patch)
tree7937537ae5d72c0e6eb3a40b2da039a1cbc815e2 /settings
parent46dd273b9c154a45a6190af716fef0261f05926f (diff)
parent01d3536a76a053aaae398fbc10ee6a1e61dc0898 (diff)
downloadnextcloud-server-fce198874f228b96016224460658114bed2373bb.tar.gz
nextcloud-server-fce198874f228b96016224460658114bed2373bb.zip
Merge pull request #5272 from mrflix/master
fix label to checkbox binding in admin -> force-https
Diffstat (limited to 'settings')
-rw-r--r--settings/templates/admin.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/templates/admin.php b/settings/templates/admin.php
index 6450cd62d95..c4782606e28 100644
--- a/settings/templates/admin.php
+++ b/settings/templates/admin.php
@@ -179,7 +179,7 @@ if (!$_['internetconnectionworking']) {
<table class="nostyle">
<tr>
<td id="enable">
- <input type="checkbox" name="forcessl" id="enforceHTTPSEnabled"
+ <input type="checkbox" name="forcessl" id="forcessl"
<?php if ($_['enforceHTTPSEnabled']) {
print_unescaped('checked="checked" ');
print_unescaped('value="false"');