redirect to login-page, better then an empty page

This commit is contained in:
Ralf Becker 2004-06-13 20:35:01 +00:00
parent a99697ae09
commit 2113aceb56

View File

@ -47,7 +47,8 @@
}
else
{
header('HTTP/1.0 404 Not found');
// redirect to the login-page, better then giving an empty page
$GLOBALS['phpgw']->redirect('login.php');
}
exit;
}