Code

Replaced gosa_log with new logging class
[gosa.git] / html / logout.php
index 6fb8bcc611d60db744d9c00a3e2dd4c458471912..5421e0e17254d115b72dd9acf360935c122d7e8c 100644 (file)
@@ -39,7 +39,7 @@ if(isset($_SESSION['ui'])){
   del_user_locks($ui->dn);
   
   /* Write something to log */  
-  gosa_log ("User \"".$ui->username."\" logged out");
+  new log("security","logout","",array(),"User \"".$ui->username."\" logged out") ;
 }
 
 /* If GET request is posted, the logout was forced by pressing the link */