Enablefckeditor (and images uploads)

This commit is contained in:
Daniel Berteaud 2014-07-30 19:31:52 +02:00
parent 4d2fab21e0
commit ee8d724d20
2 changed files with 4 additions and 1 deletions

View File

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

View File

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