1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-04 13:47:31 +02:00

Bugtracker #4744 - excess JS

This commit is contained in:
e107steved
2009-06-04 20:03:43 +00:00
parent 39da6f247a
commit 78135dd78e

View File

@@ -11,9 +11,9 @@
| GNU General Public License (http://gnu.org). | GNU General Public License (http://gnu.org).
| |
| $Source: /cvs_backup/e107_0.8/error.php,v $ | $Source: /cvs_backup/e107_0.8/error.php,v $
| $Revision: 1.7 $ | $Revision: 1.8 $
| $Date: 2008-11-16 09:11:59 $ | $Date: 2009-06-04 20:03:43 $
| $Author: e107coders $ | $Author: e107steved $
+----------------------------------------------------------------------------+ +----------------------------------------------------------------------------+
*/ */
@@ -73,7 +73,6 @@ switch($errorNumber)
} }
else else
{ {
echo "<script type='text/javascript'>document.location.href='index.php'</script>\n";
header("location: ".e_HTTP."index.php"); header("location: ".e_HTTP."index.php");
exit; exit;
} }