X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=html%2Fcombine.php;h=b060ab9bc9e35dd94a6f9b0a3288b225efb2e622;hb=1970a9bf457e6088de84e2768c5e94d3e553038c;hp=9564c3f914889dc796048cc1e45d1f2188fd3757;hpb=e299f0ca47a924516f2afbe4e922f2418b75315c;p=gosa.git diff --git a/html/combine.php b/html/combine.php index 9564c3f91..b060ab9bc 100644 --- a/html/combine.php +++ b/html/combine.php @@ -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; }