thomascube
2006-04-04 a403cdacf07656c0bbeb2c6bf00557070ef826ba
program/steps/error.inc
@@ -6,7 +6,7 @@
 |                                                                       |
 | This file is part of the RoundCube Webmail client                     |
 | Copyright (C) 2005, RoundCube Dev. - Switzerland                      |
 | All rights reserved.                                                  |
 | Licensed under the GNU GPL                                            |
 |                                                                       |
 | PURPOSE:                                                              |
 |   Display error message page                                          |
@@ -34,6 +34,7 @@
&raquo; &nbsp;Safari 1.2+<br />
<br />
&raquo; &nbsp;JavaScript enabled<br />
&raquo; &nbsp;Support for XMLHTTPRequest<br />
<p><i>Your configuration:</i><br />
$user_agent</p>
@@ -52,7 +53,7 @@
else if ($ERROR_CODE==404)
  {
  $__error_title = "REQUEST FAILED/FILE NOT FOUND";
  $request_url = $GLOBALS['HTTP_HOST'].$GLOBALS['REQUEST_URI'];
  $request_url = $_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI'];
  $__error_text  = <<<EOF
The requested page was not found!<br />
Please contact your server-administrator.