diff options
Diffstat (limited to 'settings/templates/admin.php')
-rw-r--r-- | settings/templates/admin.php | 2 |
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"'); |