1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-01 04:10:38 +02:00

Bugtracker #4401 - bad redirect on error

This commit is contained in:
e107steved
2008-04-25 19:17:59 +00:00
parent 146f2a3554
commit 67802fdb06

View File

@@ -11,8 +11,8 @@
| GNU General Public License (http://gnu.org). | GNU General Public License (http://gnu.org).
| |
| $Source: /cvs_backup/e107_0.8/e107_plugins/log/admin_config.php,v $ | $Source: /cvs_backup/e107_0.8/e107_plugins/log/admin_config.php,v $
| $Revision: 1.3 $ | $Revision: 1.4 $
| $Date: 2007-12-26 18:50:21 $ | $Date: 2008-04-25 19:17:59 $
| $Author: e107steved $ | $Author: e107steved $
+----------------------------------------------------------------------------+ +----------------------------------------------------------------------------+
@@ -24,7 +24,7 @@ To do:
require_once("../../class2.php"); require_once("../../class2.php");
if (!getperms("P")) if (!getperms("P"))
{ {
header("location:../index.php"); header("location:../../index.php");
exit; exit;
} }