mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-12 17:08:16 +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) {
|
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",
|
Header("Location: " . $phpgw->link($phpgw_info["server"]["webserver_url"] . "/admin/currentusers.php",
|
||||||
"cd=19"));
|
"cd=19"));
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user