Updated to Roundcube 1.4.3
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
memory_limit=64M
|
||||
memory_limit=96M
|
||||
display_errors=Off
|
||||
log_errors=On
|
||||
upload_max_filesize=5M
|
||||
post_max_size=6M
|
||||
upload_max_filesize=25M
|
||||
post_max_size=40M
|
||||
zlib.output_compression=Off
|
||||
session.auto_start=Off
|
||||
session.gc_maxlifetime=21600
|
||||
|
@ -30,6 +30,7 @@ include_once('/var/www/html/config/db.inc.php');
|
||||
\$config['plugins'] = ['${ROUNDCUBEMAIL_PLUGINS_PHP}'];
|
||||
\$config['zipdownload_selection'] = true;
|
||||
\$config['log_driver'] = 'stdout';
|
||||
\$config['skin'] = 'larry';
|
||||
?>
|
||||
" > $MAIN_CONFIG
|
||||
|
||||
|
Reference in New Issue
Block a user