1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-03 14:49:15 +00:00

improve digest sending (closes #138)

This commit is contained in:
Andrew Dolgov
2007-08-26 11:32:48 +01:00
parent 2ef1af84c8
commit a89311235c
5 changed files with 81 additions and 9 deletions

View File

@@ -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;