program/include/rcube_config.php
@@ -82,8 +82,13 @@ // set PHP error logging according to config if ($this->prop['debug_level'] & 1) { ini_set('log_errors', 1); if ($this->prop['log_driver'] == 'syslog') { ini_set('error_log', 'syslog'); } else { ini_set('error_log', $this->prop['log_dir'] . '/errors'); } } if ($this->prop['debug_level'] & 4) { ini_set('display_errors', 1); }