Code

Ensure we either call the plugins constructor or manually set the initTime variable...
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 2 Aug 2010 10:54:44 +0000 (10:54 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 2 Aug 2010 10:54:44 +0000 (10:54 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@19336 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/html/logout.php

index b2f2584259e82082a9adb005df48622c8fb9fddd..c9ed421b62a3ddbd79671fa568f2e819ba8e6367 100644 (file)
@@ -51,6 +51,10 @@ if ((!isset($config)) || $config->get_cfg_value("core","language") == ""){
   $lang= $config->get_cfg_value("core","language");
 }
 
+// Try to keep track of logouts, this will fail if our session has already expired. 
+// Nothing will be logged if config isn't present anymore.
+stats::log('global', 'global', array(),  $action = 'logout', $amount = 1, 0);
+
 putenv("LANGUAGE=");
 putenv("LANG=$lang");
 setlocale(LC_ALL, $lang);