summaryrefslogtreecommitdiff
path: root/program/steps
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2010-05-20 08:04:25 +0000
committeralecpl <alec@alec.pl>2010-05-20 08:04:25 +0000
commit24c91ed78e64cb20b2ba08971d2c35979a2de856 (patch)
tree7735326ea509fbda5dd8b45dd3781852532aa9b1 /program/steps
parent021ef41737e2ae328c8b5e428158d7aaddb1c117 (diff)
- Moved error.inc to /utils
- Removed bugs.inc (content copied into main.inc)
Diffstat (limited to 'program/steps')
-rw-r--r--program/steps/utils/error.inc (renamed from program/steps/error.inc)6
1 files changed, 3 insertions, 3 deletions
diff --git a/program/steps/error.inc b/program/steps/utils/error.inc
index f8bb8461d..364c953e7 100644
--- a/program/steps/error.inc
+++ b/program/steps/utils/error.inc
@@ -2,10 +2,10 @@
/*
+-----------------------------------------------------------------------+
- | program/steps/error.inc |
+ | program/steps/utils/error.inc |
| |
| This file is part of the RoundCube Webmail client |
- | Copyright (C) 2005-2009, RoundCube Dev. - Switzerland |
+ | Copyright (C) 2005-2010, RoundCube Dev. - Switzerland |
| Licensed under the GNU GPL |
| |
| PURPOSE: |
@@ -46,7 +46,7 @@ else if ($ERROR_CODE==401) {
$__error_text = "Could not verify that you are authorized to access this service!<br />\n".
"Please contact your server-administrator.";
}
-
+
// failed request (wrong step in URL)
else if ($ERROR_CODE==404) {
$__error_title = "REQUEST FAILED/FILE NOT FOUND";