mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 23:43:17 +01:00
removed forward to just the index page
This commit is contained in:
parent
12618eace7
commit
97ee9a3c0d
@ -22,7 +22,8 @@
|
|||||||
if(!$GLOBALS['sessionid'])
|
if(!$GLOBALS['sessionid'])
|
||||||
{
|
{
|
||||||
Header('Location: login.php'.
|
Header('Location: login.php'.
|
||||||
(isset($_SERVER['QUERY_STRING']) ? '?phpgw_forward='.urlencode('/index.php?'.$_SERVER['QUERY_STRING']):''));
|
(isset($_SERVER['QUERY_STRING']) && !empty($_SERVER['QUERY_STRING']) ?
|
||||||
|
'?phpgw_forward='.urlencode('/index.php?'.$_SERVER['QUERY_STRING']):''));
|
||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user