diff options
author | msquare <msquare@notrademark.de> | 2017-07-19 20:52:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-19 20:52:31 +0200 |
commit | 0d772ec9082ef780ec67c239eba61e979143ad05 (patch) | |
tree | ba68d1f00a0c9fb434f24f03eaaf2b7a8a9ec4e2 /config/config.default.php | |
parent | 20e0765f571ed60aa21c07502ee7efcbe9995a6e (diff) | |
parent | 04217834fa4e6f94fec0836a80ea5526b8ebc9bc (diff) |
Merge pull request #326 from MyIgel/master
Reapplied missing commits
Diffstat (limited to 'config/config.default.php')
-rw-r--r-- | config/config.default.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/config/config.default.php b/config/config.default.php index 8ae01144..e816fe9c 100644 --- a/config/config.default.php +++ b/config/config.default.php @@ -26,6 +26,9 @@ return [ // Contact email address, linked on every page 'contact_email' => 'mailto:ticket@c3heaven.de', + // From address of all emails + 'no_reply_email' => 'noreply@engelsystem.de', + // Default theme of the start page, 1=style1.css 'theme' => 1, @@ -35,7 +38,7 @@ return [ // Anzahl Stunden bis zum Austragen eigener Schichten 'last_unsubscribe' => 3, - // Setzt den zu verwendenden Crypto-Algorismus (entsprechend der Dokumentation von crypt()). + // Setzt den zu verwendenden Crypto-Algorithmus (entsprechend der Dokumentation von crypt()). // Falls ein Benutzerpasswort in einem anderen Format gespeichert ist, // wird es bei der ersten Benutzung des Klartext-Passworts in das neue Format // konvertiert. |