Enablefckeditor (and images uploads)

tags/smeserver-phplist-0.2.1-1
Daniel Berteaud 10 years ago
parent 4d2fab21e0
commit ee8d724d20
  1. 2
      root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/98phplist
  2. 3
      root/etc/e-smith/templates/etc/phplist/config.php/50Options

@ -19,7 +19,7 @@ if ($status eq 'enabled') {
$alias
<Directory /usr/share/phplist/www/>
Options None
Options None +FollowSymLinks
AllowOverride None
DirectoryIndex index.php
AddType application/x-httpd-php .php .php3

@ -1,6 +1,9 @@
$attachment_repository = '/var/lib/phplist/tmp';
define("ALLOW_ATTACHMENTS",1);
define('USE_ADMIN_DETAILS_FOR_MESSAGES',1);
define("PLUGIN_ROOTDIR","/usr/share/phplist/www/admin/plugins");
define("FCKIMAGES_DIR","uploadimages");
define('UPLOADIMAGES_DIR','uploadimages');
{
my $lang = $phplist{'Language'} || '';
$lang .= ($lang =~ m/\.inc$/) ? '' : '.inc';

Loading…
Cancel
Save