X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=html%2Fgetxls.php;h=de3607c82cc6fe4b4c7f874586080f4a314b5af3;hb=59dde7f94e78c54fc96148db683800a8cb0a01ac;hp=34c9936ba1ab49a6f96d7bc18e3d775b9d66ba76;hpb=cb68e2a2d4548694080517487340bbf88c534d51;p=gosa.git diff --git a/html/getxls.php b/html/getxls.php index 34c9936ba..de3607c82 100644 --- a/html/getxls.php +++ b/html/getxls.php @@ -470,7 +470,7 @@ session_start (); /* Logged in? Simple security check */ if (!isset($_SESSION['ui'])){ - gosa_log ("Error: getxls.php called without session"); + new log("security","all/all","",array(),"Error: getxls.php called without session") ; header ("Location: index.php"); exit; }