diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-05-20 08:04:25 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-05-20 08:04:25 +0000 |
| commit | 8ff4c2e1114f503a91560557161c72d69e0c4f43 (patch) | |
| tree | 0125d9c0d3e608d4d91798d5d766d76231df734d /roundcubemail/program/steps | |
| parent | 18a4127fff197c7c9c144c6f7ba600373f9373c0 (diff) | |
- Moved error.inc to /utils
- Removed bugs.inc (content copied into main.inc)
git-svn-id: https://svn.roundcube.net/trunk@3641 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/steps')
| -rw-r--r-- | roundcubemail/program/steps/utils/error.inc (renamed from roundcubemail/program/steps/error.inc) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/roundcubemail/program/steps/error.inc b/roundcubemail/program/steps/utils/error.inc index f8bb8461d..364c953e7 100644 --- a/roundcubemail/program/steps/error.inc +++ b/roundcubemail/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"; |
