Fix: Remove warning
This commit is contained in:
parent
0cfad2352a
commit
99e5f46afb
@ -201,7 +201,7 @@ print $langs->trans("Examples").":<br>";
|
||||
<tr>
|
||||
<td valign="top" class="label">
|
||||
<?php echo $langs->trans("ForceHttps"); ?>
|
||||
<td class="label" valign="top"><input type="checkbox" name="main_force_https"<?php if ($force_install_mainforcehttps) print ' checked="on"'; ?>></td>
|
||||
<td class="label" valign="top"><input type="checkbox" name="main_force_https"<?php if (! empty($force_install_mainforcehttps)) print ' checked="on"'; ?>></td>
|
||||
<td class="comment">
|
||||
<?php echo $langs->trans("CheckToForceHttps"); ?>
|
||||
</td>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user