]> git.mxchange.org Git - mailer.git/blobdiff - inc/config-local.php.dist
Several more constants rewritten to getConfig()
[mailer.git] / inc / config-local.php.dist
index b0d10287f14ae71815857769b70d21a3a0cb09d3..6f4e9d0cb5e1e74df73a27049730646277741b6d 100644 (file)
@@ -119,13 +119,13 @@ setConfigEntry('SMTP_PASSWORD', '');
 
 // @TODO Rewrite the following three constants, somehow...
 // CFG: MAIN-TITLE
-define('MAIN_TITLE', 'Your mail-exchanger title');
+setConfigEntry('MAIN_TITLE', 'Your mail-exchanger title');
 
 // CFG: SLOGAN
-define('SLOGAN', 'Your cool slogan here');
+setConfigEntry('SLOGAN', 'Your cool slogan here');
 
 // CFG: WEBMASTER
-define('WEBMASTER', 'you@some-hoster.tld.invalid');
+setConfigEntry('WEBMASTER', 'you@some-hoster.tld.invalid');
 
 //
 ?>