Code

Updated acls for dhcp service
[gosa.git] / html / getxls.php
index 34c9936ba1ab49a6f96d7bc18e3d775b9d66ba76..de3607c82cc6fe4b4c7f874586080f4a314b5af3 100644 (file)
@@ -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;
 }