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:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user