From fcbbc7106ddedfaac82cbf8d7412e5b9f67d77b0 Mon Sep 17 00:00:00 2001 From: Dennis Brentjes Date: Sat, 30 Jun 2018 17:02:03 +0000 Subject: [PATCH] Fixes the template config for new websites --- config.php.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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';