summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorsvncommit <devs@roundcube.net>2008-10-25 00:01:45 +0000
committersvncommit <devs@roundcube.net>2008-10-25 00:01:45 +0000
commitc9ca6ada03f27bfe8c86f61f418afb86971f9dff (patch)
treeb0369a4851c7e743181d0cc7da880c8d1c3e321c /index.php
parent1971ddc1dd0eb9bf07f17f72dde48d7edca7b69b (diff)
added obscure ASCII encoding aliases, added more error checking to RFC2822 date parsing
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/index.php b/index.php
index adab4118c..a080ef585 100644
--- a/index.php
+++ b/index.php
@@ -49,7 +49,6 @@ if ($RCMAIL->action != 'get' && $RCMAIL->action != 'viewsource') {
}
}
-
// check if config files had errors
if ($err_str = $RCMAIL->config->get_error()) {
raise_error(array(
@@ -66,7 +65,6 @@ if ($err_str = $DB->is_error()) {
'message' => $err_str), FALSE, TRUE);
}
-
// error steps
if ($RCMAIL->action=='error' && !empty($_GET['_code'])) {
raise_error(array('code' => hexdec($_GET['_code'])), FALSE, TRUE);