X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=html%2Fgetvcard.php;h=a1c68bc829a5259d3484a875d46bf5836700250a;hb=dd3a1daecbd2c4e70ef5a0b65618786d9b6fd624;hp=f55dc4e2e4b5291e1017e74c5964c6add9cd7f4e;hpb=e299f0ca47a924516f2afbe4e922f2418b75315c;p=gosa.git diff --git a/html/getvcard.php b/html/getvcard.php index f55dc4e2e..a1c68bc82 100644 --- a/html/getvcard.php +++ b/html/getvcard.php @@ -26,8 +26,8 @@ session_start (); /* Logged in? Simple security check */ if (!isset($_SESSION['ui'])){ - gosa_log ("Error: getvcard.php called without session"); - header ("Location: ../index.php"); + new log("security","all/all","",array(),"Error: getvcard.php called without session") ; + header ("Location: index.php"); exit; }