Code

Reverted dojo stuff
[gosa.git] / html / get_attachment.php
index 58bab226ba7b70656e4075a2cfe669b5eb7e9733..d853e5b9f49ec20e414be00da8c451add981f589 100644 (file)
@@ -26,7 +26,7 @@ session_start ();
 
 /* Logged in? Simple security check */
 if (!isset($_SESSION['ui'])){
-  gosa_log ("Error: get_attachment.php called without session");
+  new log("security","glpi/all","",array(),"Error: get_attachment.php called without session") ;
   header ("Location: index.php");
   exit;
 }