Possiable fix for link() not working durring login

This commit is contained in:
jengo 2001-03-09 01:05:48 +00:00
parent e06637e4b7
commit a26155472a

View File

@ -239,7 +239,7 @@
\****************************************************************************/
} else {
if (! $phpgw->session->verify()) {
Header("Location: " . $phpgw->redirect($phpgw->session->link($phpgw_info["server"]["webserver_url"]."/login.php","cd=10")));
Header("Location: " . $phpgw->redirect($phpgw->session->link('/login.php','cd=10')));
exit;
}