mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-25 16:18:57 +01:00
sessionid was used instead of session_id to kill session. From Chew.
This commit is contained in:
parent
89afb762df
commit
b781dd61f6
@ -23,7 +23,7 @@
|
||||
}
|
||||
|
||||
if ($confirm) {
|
||||
$phpgw->db->query("delete from sessions where sessionid='$ksession'");
|
||||
$phpgw->db->query("delete from sessions where session_id='$ksession'");
|
||||
Header("Location: " . $phpgw->link($phpgw_info["server"]["webserver_url"] . "/admin/currentusers.php",
|
||||
"cd=19"));
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user