Code

fixed w3c
[gosa.git] / html / getfax.php
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;
 }