fix: missing ;
This commit is contained in:
parent
9731c6ed61
commit
7c85cc545d
|
|
@ -60,7 +60,7 @@ if ($_SESSION['log'] == 1) {
|
|||
if ($config['maildirencryption']) {
|
||||
echo '<label><p style="font-size: x-small">Schlüssel-Neuerstellung erzwingen</p><p style="font-size: small">ACHTUNG! Alle alten Mails werden dann wahrscheinlich nicht mehr lesbar sein!<input type="checkbox" name="forcekeyregen"/></p></label>';
|
||||
}
|
||||
echo '<input type="submit" value="Abschicken"/></form>
|
||||
echo '<input type="submit" value="Abschicken"/></form>';
|
||||
echo nl2br($config['connectionsettingsadvicetext']);
|
||||
echo '<br><br>';
|
||||
echo nl2br($config['supportinfotext']);
|
||||
|
|
|
|||
Loading…
Reference in New Issue