summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 1fb850e)
raw | patch | inline | side by side (parent: 1fb850e)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 8 Sep 2006 08:10:05 +0000 (08:10 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 8 Sep 2006 08:10:05 +0000 (08:10 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@4628 594d385d-05f5-0310-b6e9-bd551577e9d8
diff --git a/html/combine.php b/html/combine.php
index 9564c3f914889dc796048cc1e45d1f2188fd3757..b060ab9bc9e35dd94a6f9b0a3288b225efb2e622 100644 (file)
--- a/html/combine.php
+++ b/html/combine.php
/* 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 aec3c3bdd3a2f384c0f61028436bdb54e49d09e8..ddd120fc48b1afbaa292de513b6612c804063213 100644 (file)
--- a/html/getFAIscript.php
+++ b/html/getFAIscript.php
/* 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"];
$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");
index eb36008b1029891a6aa1093a21f6c9a06ceeb336..b95caec39a81764110311b0e45756aa93b3a1eb8 100644 (file)
--- a/html/get_attachment.php
+++ b/html/get_attachment.php
/* 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 3040535f6c7e94ae2653a1614b9b1af048cdda61..6ac56b437d5d2104a2a8e8e2cbabd1278f9a8318 100644 (file)
--- a/html/getbin.php
+++ b/html/getbin.php
/* 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 61afdd80524298223d65aa0dc88615b6b8e302b6..abf40da83d30930a9b6fa0abb11f49d4fc104a0c 100644 (file)
--- a/html/getfax.php
+++ b/html/getfax.php
/* 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"];
/* 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 bd8d0e8e704fe23020fb127119f17b2337916aa5..d3a25ad3f891a0109b2865dc2caf16a70c44c144 100644 (file)
--- a/html/getkiosk.php
+++ b/html/getkiosk.php
/* 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"];
$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 21817d1b537157a657d0b2c86a717029fa6b8e0e..1c32f12ace8d473822e2d8d9ada9fc1653b86ac9 100644 (file)
--- a/html/getldif.php
+++ b/html/getldif.php
/* 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"];
$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 f55dc4e2e4b5291e1017e74c5964c6add9cd7f4e..d17ff0ce30e97e999984bfe6cdf46a03ed56e75d 100644 (file)
--- a/html/getvcard.php
+++ b/html/getvcard.php
/* 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 4e8096d6fbd10850f0d4905906b0ff9870395034..7bb560e7dfa866e4580e634d87ab52737feb7516 100644 (file)
--- a/html/getxls.php
+++ b/html/getxls.php
/* 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"];
$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;
}