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