2
0
forked from Wavyzz/dolibarr

Add possibility to defined "main_force_https" in install mode

This commit is contained in:
Regis Houssin
2010-05-10 06:15:17 +00:00
parent 635b44b906
commit 2ae1a4ae2f
4 changed files with 20 additions and 1 deletions

View File

@@ -198,6 +198,15 @@ print $langs->trans("Examples").":<br>";
</ul>
</tr>
<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="comment">
<?php echo $langs->trans("CheckToForceHttps"); ?>
</td>
</tr>
<!-- Dolibarr database -->
<tr>