mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 23:43:17 +01:00
Added eventlog reporting
This commit is contained in:
parent
ce08ad632e
commit
7f9849a64a
@ -40,9 +40,14 @@
|
|||||||
$phpgw->common->hook('logout');
|
$phpgw->common->hook('logout');
|
||||||
$phpgw->session->destroy();
|
$phpgw->session->destroy();
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
$phpgw->log->message('W-VerifySession, could not verify session durring logout');
|
||||||
|
$phpgw->log->commit();
|
||||||
|
}
|
||||||
Setcookie('sessionid');
|
Setcookie('sessionid');
|
||||||
Setcookie('kp3');
|
Setcookie('kp3');
|
||||||
Setcookie('domain');
|
Setcookie('domain');
|
||||||
|
|
||||||
$phpgw->redirect($phpgw_info['server']['webserver_url'].'/login.php?cd=1');
|
$phpgw->redirect($phpgw_info['server']['webserver_url'].'/login.php?cd=1');
|
||||||
?>
|
?>
|
Loading…
Reference in New Issue
Block a user