Skip to content

Commit

Permalink
Fixed invite sender address
Browse files Browse the repository at this point in the history
Otherwise, fresh installations use
`From:  <noreply@$_SERVER[SERVER_NAME]>`
  • Loading branch information
ByteHamster committed Aug 25, 2019
1 parent 5eacbdf commit b5b66c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core/Frameworks/Baikal/Model/Config/Standard.php
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ protected static function getDefaultConfig() {
define("BAIKAL_CAL_ENABLED", TRUE);
# CalDAV invite From: mail address (comment or leave blank to disable notifications)
define("BAIKAL_INVITE_FROM", "noreply@\$_SERVER[SERVER_NAME]");
define("BAIKAL_INVITE_FROM", "noreply@$_SERVER[SERVER_NAME]");
# WebDAV authentication type; default Digest
define("BAIKAL_DAV_AUTH_TYPE", "Digest");
Expand Down

0 comments on commit b5b66c0

Please sign in to comment.