X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=html%2Fgetbin.php;h=6ac56b437d5d2104a2a8e8e2cbabd1278f9a8318;hb=170f6e296dc047f1574d2e13cfca717c3a2d8fdf;hp=3040535f6c7e94ae2653a1614b9b1af048cdda61;hpb=38b7cea478b018a7f4dd8e24f0feeba9355ea80f;p=gosa.git 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; }