diff --git a/private/config.ini b/private/config.ini index 24f8589..4db2db5 100644 --- a/private/config.ini +++ b/private/config.ini @@ -8,4 +8,13 @@ dbname = mailfolderpath = maildirencryption = captcha = -allowregistration = \ No newline at end of file +allowregistration = +adminadress = +deletedelrequestdaydiff = +sendactivationinfo = +prohibadminmailcreation = + +[mailserver] +mailsmtpserver="" +mailadress="" +mailpw='' diff --git a/public/admin.php b/public/admin.php index 34fa856..3063347 100644 --- a/public/admin.php +++ b/public/admin.php @@ -25,7 +25,7 @@ session_start(); if ($_SESSION['log'] == 1 and $_SESSION['admin'] == 1) { echo '
-Normale Einstellungen
'; echo 'Email-Adresse | quota | enabled | sendonly | forcepwreset | admin |
---|---|---|---|---|---|
' . htmlentities($emails['username']) . '@' . htmlentities($emails['domain']) . ' | ' . htmlentities($emails['quota']) . ' | ' . htmlentities($emails['enabled']) . ' | ' . htmlentities($emails['sendonly']) . ' | ' . htmlentities($emails['forcepwreset']) . ' | ' . htmlentities($emails['admin']) . ' |