mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
Compatibility with NT
This commit is contained in:
parent
e22c2fe6d2
commit
f2ccf04753
@ -95,7 +95,7 @@
|
||||
if (! $sessionid) {
|
||||
Header("Location: " . $phpgw_info["server"]["webserver_url"] . "/login.php?cd=5");
|
||||
} else {
|
||||
Header("Location: " . $phpgw->link($phpgw_info["server"]["webserver_url"] . "/", "cd=yes"));
|
||||
Header("Location: " . $phpgw->link($phpgw_info["server"]["webserver_url"] . "/index.php", "cd=yes"));
|
||||
}
|
||||
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user