thomascube
2008-08-07 e3fdcf5919b8bea98d6c765f22e04a448a0c31dd
index.php
@@ -52,6 +52,15 @@
  }
}
// check if config files had errors
if ($err_str = $RCMAIL->config->get_error()) {
  raise_error(array(
    'code' => 601,
    'type' => 'php',
    'message' => $err_str), false, true);
}
// check DB connections and exit on failure
if ($err_str = $DB->is_error()) {
  raise_error(array(