diff --git a/config.php.dist b/config.php.dist index 09945ec..0c86137 100644 --- a/config.php.dist +++ b/config.php.dist @@ -15,7 +15,7 @@ const BASEDIR = __DIR__; const BASEURL = 'https://pics.hashru.nl'; // no trailing / // Reply-To e-mail header address -const REPLY_TO_ADDRESS = 'no-reply@my.domain.tld' +const REPLY_TO_ADDRESS = 'no-reply@my.domain.tld'; // Assets dir and url, where assets are plentiful. (In wwwroot!) const ASSETSDIR = BASEDIR . '/public/assets';