Skip to content
Snippets Groups Projects
Commit 99e5f46a authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix: Remove warning

parent 0cfad235
No related branches found
No related tags found
No related merge requests found
...@@ -201,7 +201,7 @@ print $langs->trans("Examples").":<br>"; ...@@ -201,7 +201,7 @@ print $langs->trans("Examples").":<br>";
<tr> <tr>
<td valign="top" class="label"> <td valign="top" class="label">
<?php echo $langs->trans("ForceHttps"); ?> <?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"> <td class="comment">
<?php echo $langs->trans("CheckToForceHttps"); ?> <?php echo $langs->trans("CheckToForceHttps"); ?>
</td> </td>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment