mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-12 08:58:25 +01:00
Reversed most changes made for egw-stylite #8295, commited changes proposed by Ingo Ratsdorf
This commit is contained in:
parent
37417195eb
commit
3e00917ddb
@ -336,10 +336,7 @@ else
|
||||
else
|
||||
{
|
||||
list($forward,$extra_vars) = explode('?',$forward,2);
|
||||
if (!isset($_GET['suppress_cd']))
|
||||
{
|
||||
$extra_vars .= ($extra_vars ? '&' : '').'cd=yes';
|
||||
}
|
||||
$extra_vars .= ($extra_vars ? '&' : '').'cd=yes';
|
||||
}
|
||||
|
||||
if(strpos($_SERVER['HTTP_REFERER'], $_SERVER['REQUEST_URI']) === false) {
|
||||
|
Loading…
Reference in New Issue
Block a user