summaryrefslogtreecommitdiff
path: root/roundcubemail/index.php
diff options
context:
space:
mode:
authorestadtherr <estadtherr@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-10-25 00:01:45 +0000
committerestadtherr <estadtherr@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-10-25 00:01:45 +0000
commit80030847a6f3f1c373172d35de83653eaf44ae96 (patch)
tree030ddc0f02ba4555bf086b2cad4ac267c6903200 /roundcubemail/index.php
parenta6f62dec557a0f26aa123f0e8b2bb74b35eacabe (diff)
added obscure ASCII encoding aliases, added more error checking to RFC2822 date parsing
git-svn-id: https://svn.roundcube.net/trunk@2009 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/index.php')
-rw-r--r--roundcubemail/index.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/roundcubemail/index.php b/roundcubemail/index.php
index adab4118c..a080ef585 100644
--- a/roundcubemail/index.php
+++ b/roundcubemail/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);