Add hint about configuration

pull/300/head
Aleksander Machniak 9 years ago
parent 0ee57208b3
commit 2c6951b9cb

@ -65,6 +65,9 @@ INSTALLATION
CONFIGURATION HINTS
===================
IMPORTANT! Read all comments in defaults.inc.php, understand them
and configure your installation to be not surprised by default behaviour.
Roundcube writes internal errors to the 'errors' log file located in the logs
directory which can be configured in config/config.inc.php. If you want ordinary
PHP errors to be logged there as well, enable the 'php_value error_log' line

@ -686,8 +686,6 @@ $config['show_real_foldernames'] = false;
$config['quota_zero_as_unlimited'] = false;
// Make use of the built-in spell checker. It is based on GoogieSpell.
// Since Google only accepts connections over https your PHP installatation
// requires to be compiled with Open SSL support
$config['enable_spellcheck'] = true;
// Enables spellchecker exceptions dictionary.

Loading…
Cancel
Save