mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:42 +01:00
fixed problem with leaving cookies mode.
This commit is contained in:
parent
679d9841f3
commit
438d01c4aa
@ -71,6 +71,8 @@
|
||||
return "<font color=FF0000>" . lang("Bad login or password") . "</font>";
|
||||
break;
|
||||
case "10":
|
||||
Setcookie("sessionid");
|
||||
Setcookie("kp3");
|
||||
return "<font color=FF0000>" . lang("Your session could not be verified.") . "</font>";
|
||||
break;
|
||||
default:
|
||||
|
@ -56,6 +56,8 @@
|
||||
}
|
||||
$phpgw->session->destroy();
|
||||
}
|
||||
Setcookie("sessionid");
|
||||
Setcookie("kp3");
|
||||
|
||||
Header("Location: " . $phpgw_info["server"]["webserver_url"] . "/login.php?cd=1");
|
||||
?>
|
Loading…
Reference in New Issue
Block a user