X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=html%2Fget_attachment.php;h=d853e5b9f49ec20e414be00da8c451add981f589;hb=f79de7560f76e150e49faa3f55a5f3078151d902;hp=58bab226ba7b70656e4075a2cfe669b5eb7e9733;hpb=8db0922d8d01da60f921dbc2b25e4d18aef24a21;p=gosa.git diff --git a/html/get_attachment.php b/html/get_attachment.php index 58bab226b..d853e5b9f 100644 --- a/html/get_attachment.php +++ b/html/get_attachment.php @@ -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; }