forked from Wavyzz/dolibarr
Add possibility to defined "main_force_https" in install mode
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user