summaryrefslogtreecommitdiff
path: root/sanity_check.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-08-26 11:32:48 +0100
committerAndrew Dolgov <[email protected]>2007-08-26 11:32:48 +0100
commita89311235c1fab36fda167f69f5f814e84a5f1c6 (patch)
treecd9d38e5c6a65d3398399d7ec2210adc16e640b2 /sanity_check.php
parent2ef1af84c8ee231d421a381a9fceb979fa4c1cb2 (diff)
improve digest sending (closes #138)
Diffstat (limited to 'sanity_check.php')
-rw-r--r--sanity_check.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/sanity_check.php b/sanity_check.php
index 33b433d0b..1f5c0210c 100644
--- a/sanity_check.php
+++ b/sanity_check.php
@@ -66,6 +66,10 @@
$err_msg = __("config: DATABASE_BACKED_SESSIONS are currently broken with MySQL");
}
+ if (defined('MAIL_FROM')) {
+ $err_msg = __("config: MAIL_FROM has been split into DIGEST_FROM_NAME and DIGEST_FROM_ADDRESS");
+ }
+
if ($err_msg) {
print "<b>".__("Fatal Error")."</b>: $err_msg\n";
exit;