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 = "

".LAN_ERROR_1."
".LAN_ERROR_2."
".LAN_ERROR_3."
+ $text = "
".LAN_ERROR_1."
".LAN_ERROR_2."
".LAN_ERROR_3."
";
break;
case 403:
header("HTTP/1.1 403 Forbidden");
- $text = "
".LAN_ERROR_4."
".LAN_ERROR_5."
".LAN_ERROR_6."
+ $text = "
".LAN_ERROR_4."
".LAN_ERROR_5."
".LAN_ERROR_6."
";
break;
default:
@@ -46,7 +46,7 @@ switch(e_QUERY) {
case 404:
header("HTTP/1.1 404 Not Found");
- $text = "
".LAN_ERROR_7."
".LAN_ERROR_21."
".LAN_ERROR_23."{$errTo}".LAN_ERROR_24."
";
+ $text = "
".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 = "
".LAN_ERROR_10."
".LAN_ERROR_11."
".LAN_ERROR_12."
+ $text = "
".LAN_ERROR_10."
".LAN_ERROR_11."
".LAN_ERROR_12."
";
break;
$text = "".LAN_ERROR_13." (".$_SERVER['QUERY_STRING'].")
".LAN_ERROR_14."
".LAN_ERROR_15."