mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 01:13:25 +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);
|
rmdir($phpgw_info['server']['temp_dir'] . sep . $sessionid);
|
||||||
}
|
}
|
||||||
|
$phpgw->common->hook('logout');
|
||||||
$phpgw->session->destroy();
|
$phpgw->session->destroy();
|
||||||
}
|
}
|
||||||
Setcookie('sessionid');
|
Setcookie('sessionid');
|
||||||
|
Loading…
Reference in New Issue
Block a user