Subversion Repositories ALCASAR

Compare Revisions

Regard whitespace Rev 2609 → Rev 2610

/web/acc/admin/network.php
763,7 → 763,6
<tr><td valign="middle" align="left">
<form method="post" action="<?= htmlspecialchars($_SERVER['PHP_SELF']) ?>">
<input type="hidden" name="choix" value="https_login">
<span><?= $l_allow_unsecured_login ?></span><br>
<select name="https_login">
<option value="on"<?= (($conf['HTTPS_LOGIN'] === 'on') ? ' selected' : '') ?>><?= $l_yes ?></option>
<option value="off"<?= (($conf['HTTPS_LOGIN'] === 'off') ? ' selected' : '') ?>><?= $l_no ?></option>