connectionsettingsadvicetext Option hinzugefügt
This commit is contained in:
parent
9293474d9d
commit
29cf6612eb
|
@ -13,6 +13,7 @@ adminadress =
|
||||||
deletedelrequestdaydiff =
|
deletedelrequestdaydiff =
|
||||||
sendactivationinfo =
|
sendactivationinfo =
|
||||||
prohibadminmailcreation =
|
prohibadminmailcreation =
|
||||||
|
connectionsettingsadvicetext = ""
|
||||||
|
|
||||||
[mailserver]
|
[mailserver]
|
||||||
mailsmtpserver=""
|
mailsmtpserver=""
|
||||||
|
|
|
@ -64,8 +64,9 @@ if ($_SESSION['log'] == 1) {
|
||||||
<h3>Diese Mailadresse löschen:</h3>
|
<h3>Diese Mailadresse löschen:</h3>
|
||||||
<form name="deletemail" method=POST action="bin/deletemail.php">
|
<form name="deletemail" method=POST action="bin/deletemail.php">
|
||||||
<input type="submit" value="LÖSCHEN"/>
|
<input type="submit" value="LÖSCHEN"/>
|
||||||
</form>';
|
</form><p>';
|
||||||
echo '</body>
|
echo $config['connectionsettingsadvicetext'];
|
||||||
|
echo '</p></body>
|
||||||
</html>';
|
</html>';
|
||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue