From 17e2ea788d727615b005fdb51a378e333760e675 Mon Sep 17 00:00:00 2001 From: sweetas Date: Thu, 7 Dec 2006 17:20:13 +0000 Subject: [PATCH] added new error.php images --- error.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/error.php b/error.php index 897c957f6..1aa46eb7b 100644 --- a/error.php +++ b/error.php @@ -11,9 +11,9 @@ | GNU General Public License (http://gnu.org). | | $Source: /cvs_backup/e107_0.8/error.php,v $ -| $Revision: 1.1.1.1 $ -| $Date: 2006-12-02 04:33:03 $ -| $Author: mcfly_e107 $ +| $Revision: 1.2 $ +| $Date: 2006-12-07 17:20:13 $ +| $Author: sweetas $ +----------------------------------------------------------------------------+ */ require_once("class2.php"); @@ -33,12 +33,12 @@ $errTo = $_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI']; switch(e_QUERY) { case 401: header("HTTP/1.1 401 Unauthorized"); - $text = "
Error Icon ".LAN_ERROR_1."

".LAN_ERROR_2."

".LAN_ERROR_3."
+ $text = "
Error Icon ".LAN_ERROR_1."

".LAN_ERROR_2."

".LAN_ERROR_3."

".LAN_ERROR_2."".LAN_ERROR_20."
"; break; case 403: header("HTTP/1.1 403 Forbidden"); - $text = "
Error Icon ".LAN_ERROR_4."

".LAN_ERROR_5."

".LAN_ERROR_6."
+ $text = "
Error Icon ".LAN_ERROR_4."

".LAN_ERROR_5."

".LAN_ERROR_6."

".LAN_ERROR_2."".LAN_ERROR_20."
"; break; default: @@ -46,7 +46,7 @@ switch(e_QUERY) { case 404: header("HTTP/1.1 404 Not Found"); - $text = "

Error Icon ".LAN_ERROR_7."


".LAN_ERROR_21."

".LAN_ERROR_23."{$errTo}".LAN_ERROR_24."

"; + $text = "

Error Icon ".LAN_ERROR_7."


".LAN_ERROR_21."

".LAN_ERROR_23."{$errTo}".LAN_ERROR_24."

"; if (strlen($errFrom)) $text .= LAN_ERROR_9." ( {$errFrom} ) -- ".LAN_ERROR_19."
"; @@ -60,7 +60,7 @@ switch(e_QUERY) { case 500: header("HTTP/1.1 500 Internal Server Error"); - $text = "
Error Icon ".LAN_ERROR_10."

".LAN_ERROR_11."

".LAN_ERROR_12."
+ $text = "
Error Icon ".LAN_ERROR_10."

".LAN_ERROR_11."

".LAN_ERROR_12."

".LAN_ERROR_2."".LAN_ERROR_20."
"; break; $text = "
".LAN_ERROR_13." (".$_SERVER['QUERY_STRING'].")

".LAN_ERROR_14."

".LAN_ERROR_15."