mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:42 +01:00
Added hookable 'logout' location
This commit is contained in:
parent
cbb3d833ea
commit
c418e966d1
@ -37,6 +37,7 @@
|
||||
}
|
||||
rmdir($phpgw_info['server']['temp_dir'] . sep . $sessionid);
|
||||
}
|
||||
$phpgw->common->hook('logout');
|
||||
$phpgw->session->destroy();
|
||||
}
|
||||
Setcookie('sessionid');
|
||||
|
Loading…
Reference in New Issue
Block a user