Use the current logued in admin name in the From field

This commit is contained in:
Daniel Berteaud 2014-07-30 13:13:56 +02:00
parent d24742660b
commit 18b9742f43
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
$attachment_repository = '/var/lib/phplist/tmp';
define("ALLOW_ATTACHMENTS",1);
define('USE_ADMIN_DETAILS_FOR_MESSAGES',1);
{
my $lang = $phplist{'Language'} || '';
$lang .= ($lang =~ m/\.inc$/) ? '' : '.inc';