1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-11 19:24:01 +02:00

- add ability to limit search to groups

git-svn-id: file:///svn/phpbb/trunk@5199 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen
2005-08-19 10:48:39 +00:00
parent 1b331f3dd6
commit f71d1a2a00
4 changed files with 49 additions and 22 deletions

View File

@@ -306,7 +306,7 @@ switch ($mode)
$user->set_cookie('sid', '', $set_time);
// We destroy the session here, the user will be logged out nevertheless
$user->destroy();
$user->session_kill();
meta_refresh(3, "{$phpbb_root_path}index.$phpEx$SID");