alecpl
2008-08-27 b77d0dd6c5574d9841cd5d040dfcc351a58ccb82
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);
    }