mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-16 10:21:23 +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>";
|
return "<font color=FF0000>" . lang("Bad login or password") . "</font>";
|
||||||
break;
|
break;
|
||||||
case "10":
|
case "10":
|
||||||
|
Setcookie("sessionid");
|
||||||
|
Setcookie("kp3");
|
||||||
return "<font color=FF0000>" . lang("Your session could not be verified.") . "</font>";
|
return "<font color=FF0000>" . lang("Your session could not be verified.") . "</font>";
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
@ -56,6 +56,8 @@
|
|||||||
}
|
}
|
||||||
$phpgw->session->destroy();
|
$phpgw->session->destroy();
|
||||||
}
|
}
|
||||||
|
Setcookie("sessionid");
|
||||||
|
Setcookie("kp3");
|
||||||
|
|
||||||
Header("Location: " . $phpgw_info["server"]["webserver_url"] . "/login.php?cd=1");
|
Header("Location: " . $phpgw_info["server"]["webserver_url"] . "/login.php?cd=1");
|
||||||
?>
|
?>
|
Loading…
Reference in New Issue
Block a user