From aa26fd47b6cffd3a40d6cfb8e780d813395600a0 Mon Sep 17 00:00:00 2001 From: cajus Date: Fri, 8 Sep 2006 08:09:39 +0000 Subject: [PATCH] Moved from ../index to index git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@4627 594d385d-05f5-0310-b6e9-bd551577e9d8 --- html/combine.php | 2 +- html/getFAIscript.php | 4 ++-- html/get_attachment.php | 2 +- html/getbin.php | 2 +- html/getfax.php | 4 ++-- html/getkiosk.php | 4 ++-- html/getldif.php | 4 ++-- html/getvcard.php | 2 +- html/getxls.php | 4 ++-- 9 files changed, 14 insertions(+), 14 deletions(-) diff --git a/html/combine.php b/html/combine.php index 9564c3f91..b060ab9bc 100644 --- a/html/combine.php +++ b/html/combine.php @@ -27,7 +27,7 @@ session_start (); /* Logged in? Simple security check */ if (!isset($_SESSION['ui'])){ gosa_log ("Error: combine.php called without session"); - header ("Location: ../index.php"); + header ("Location: index.php"); exit; } diff --git a/html/getFAIscript.php b/html/getFAIscript.php index aec3c3bdd..ddd120fc4 100644 --- a/html/getFAIscript.php +++ b/html/getFAIscript.php @@ -68,7 +68,7 @@ session_start (); /* Logged in? Simple security check */ if (!isset($_SESSION['ui'])){ gosa_log ("Error: getFAIScript.php called without session"); - header ("Location: ../index.php"); + header ("Location: index.php"); exit; } $ui= $_SESSION["ui"]; @@ -78,7 +78,7 @@ $config= $_SESSION['config']; $acl= get_permissions ($config->current['BASE'], $ui->subtreeACL); $acl= get_module_permission($acl, "all", $config->current['BASE']); if (chkacl($acl, "all") != ""){ - header ("Location: ../index.php"); + header ("Location: index.php"); exit; } $dir = search_config($config->data,"environment", "KIOSKPATH"); diff --git a/html/get_attachment.php b/html/get_attachment.php index eb36008b1..b95caec39 100644 --- a/html/get_attachment.php +++ b/html/get_attachment.php @@ -27,7 +27,7 @@ session_start (); /* Logged in? Simple security check */ if (!isset($_SESSION['ui'])){ gosa_log ("Error: get_attachment.php called without session"); - header ("Location: ../index.php"); + header ("Location: index.php"); exit; } $ui= $_SESSION["ui"]; diff --git a/html/getbin.php b/html/getbin.php index 3040535f6..6ac56b437 100644 --- a/html/getbin.php +++ b/html/getbin.php @@ -27,7 +27,7 @@ session_start (); /* Logged in? Simple security check */ if (!isset($_SESSION['ui'])){ gosa_log ("Error: getbin.php called without session"); - header ("Location: ../index.php"); + header ("Location: index.php"); exit; } diff --git a/html/getfax.php b/html/getfax.php index 61afdd805..abf40da83 100644 --- a/html/getfax.php +++ b/html/getfax.php @@ -27,7 +27,7 @@ session_start (); /* Logged in? Simple security check */ if (!isset($_SESSION['ui'])){ gosa_log ("Error: getfax.php called without session"); - header ("Location: ../index.php"); + header ("Location: index.php"); exit; } $ui= $_SESSION["ui"]; @@ -35,7 +35,7 @@ $ui= $_SESSION["ui"]; /* User object present? */ if (!isset($_SESSION['fuserfilter'])){ gosa_log ("Error: getfax.php called without propper session data"); - header ("Location: ../index.php"); + header ("Location: index.php"); exit; } diff --git a/html/getkiosk.php b/html/getkiosk.php index bd8d0e8e7..d3a25ad3f 100644 --- a/html/getkiosk.php +++ b/html/getkiosk.php @@ -55,7 +55,7 @@ session_start (); /* Logged in? Simple security check */ if (!isset($_SESSION['ui'])){ gosa_log ("Error: getkiosk.php called without session"); - header ("Location: ../index.php"); + header ("Location: index.php"); exit; } $ui= $_SESSION["ui"]; @@ -65,7 +65,7 @@ $config= $_SESSION['config']; $acl= get_permissions ($config->current['BASE'], $ui->subtreeACL); $acl= get_module_permission($acl, "all", $config->current['BASE']); if (chkacl($acl, "all") != ""){ - header ("Location: ../index.php"); + header ("Location: index.php"); exit; } $dir = search_config($config->data,"environment", "KIOSKPATH"); diff --git a/html/getldif.php b/html/getldif.php index 21817d1b5..1c32f12ac 100644 --- a/html/getldif.php +++ b/html/getldif.php @@ -66,7 +66,7 @@ session_start (); /* Logged in? Simple security check */ if (!isset($_SESSION['ui'])){ gosa_log ("Error: getldif.php called without session"); - header ("Location: ../index.php"); + header ("Location: index.php"); exit; } $ui= $_SESSION["ui"]; @@ -84,7 +84,7 @@ header("Content-type: text/plain"); $acl= get_permissions ($config->current['BASE'], $ui->subtreeACL); $acl= get_module_permission($acl, "all", $config->current['BASE']); if (chkacl($acl, "all") != ""){ - header ("Location: ../index.php"); + header ("Location: index.php"); exit; } diff --git a/html/getvcard.php b/html/getvcard.php index f55dc4e2e..d17ff0ce3 100644 --- a/html/getvcard.php +++ b/html/getvcard.php @@ -27,7 +27,7 @@ session_start (); /* Logged in? Simple security check */ if (!isset($_SESSION['ui'])){ gosa_log ("Error: getvcard.php called without session"); - header ("Location: ../index.php"); + header ("Location: index.php"); exit; } diff --git a/html/getxls.php b/html/getxls.php index 4e8096d6f..7bb560e7d 100644 --- a/html/getxls.php +++ b/html/getxls.php @@ -407,7 +407,7 @@ session_start (); /* Logged in? Simple security check */ if (!isset($_SESSION['ui'])){ gosa_log ("Error: getldif.php called without session"); - header ("Location: ../index.php"); + header ("Location: index.php"); exit; } $ui= $_SESSION["ui"]; @@ -425,7 +425,7 @@ header("Content-type: text/plain"); $acl= get_permissions ($config->current['BASE'], $ui->subtreeACL); $acl= get_module_permission($acl, "all", $config->current['BASE']); if (chkacl($acl, "all") != ""){ - header ("Location: ../index.php"); + header ("Location: index.php"); exit; } -- 2.30.2