Allow a small note field when forwarding

tags/smeserver-phplist-0.2.1-1
Daniel Berteaud 10 years ago
parent ee8d724d20
commit c66e87d8fe
  1. 1
      root/etc/e-smith/templates/etc/phplist/config.php/50Options

@ -4,6 +4,7 @@ define('USE_ADMIN_DETAILS_FOR_MESSAGES',1);
define("PLUGIN_ROOTDIR","/usr/share/phplist/www/admin/plugins");
define("FCKIMAGES_DIR","uploadimages");
define('UPLOADIMAGES_DIR','uploadimages');
define("FORWARD_PERSONAL_NOTE_SIZE",500);
{
my $lang = $phplist{'Language'} || '';
$lang .= ($lang =~ m/\.inc$/) ? '' : '.inc';

Loading…
Cancel
Save