Code

Moved from ../index to index
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 8 Sep 2006 08:10:05 +0000 (08:10 +0000)
committercajus <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

html/combine.php
html/getFAIscript.php
html/get_attachment.php
html/getbin.php
html/getfax.php
html/getkiosk.php
html/getldif.php
html/getvcard.php
html/getxls.php

index 9564c3f914889dc796048cc1e45d1f2188fd3757..b060ab9bc9e35dd94a6f9b0a3288b225efb2e622 100644 (file)
@@ -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;
 }
 
index aec3c3bdd3a2f384c0f61028436bdb54e49d09e8..ddd120fc48b1afbaa292de513b6612c804063213 100644 (file)
@@ -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");
index eb36008b1029891a6aa1093a21f6c9a06ceeb336..b95caec39a81764110311b0e45756aa93b3a1eb8 100644 (file)
@@ -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"];
index 3040535f6c7e94ae2653a1614b9b1af048cdda61..6ac56b437d5d2104a2a8e8e2cbabd1278f9a8318 100644 (file)
@@ -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;
 }
 
index 61afdd80524298223d65aa0dc88615b6b8e302b6..abf40da83d30930a9b6fa0abb11f49d4fc104a0c 100644 (file)
@@ -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;
 }
 
index bd8d0e8e704fe23020fb127119f17b2337916aa5..d3a25ad3f891a0109b2865dc2caf16a70c44c144 100644 (file)
@@ -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");
index 21817d1b537157a657d0b2c86a717029fa6b8e0e..1c32f12ace8d473822e2d8d9ada9fc1653b86ac9 100644 (file)
@@ -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;
 }
 
index f55dc4e2e4b5291e1017e74c5964c6add9cd7f4e..d17ff0ce30e97e999984bfe6cdf46a03ed56e75d 100644 (file)
@@ -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;
 }
 
index 4e8096d6fbd10850f0d4905906b0ff9870395034..7bb560e7dfa866e4580e634d87ab52737feb7516 100644 (file)
@@ -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;
 }