X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=html%2Fgetfax.php;h=abf40da83d30930a9b6fa0abb11f49d4fc104a0c;hb=97a9e509efa11193f95466c279207f69bf538d8c;hp=61afdd80524298223d65aa0dc88615b6b8e302b6;hpb=46182a9fd0b5bdfc3b6feb08307b11e906eebaf8;p=gosa.git 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; }