mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-28 10:53:39 +01:00
fix missing-eT2-request redirects sometimes use the webserver_url twice and therefore getting a 404 Not found
This commit is contained in:
parent
989a2e1eb0
commit
7f32ae7fc5
@ -204,7 +204,7 @@ class Request
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
$index_url = Api\Framework::link('/index.php');
|
$index_url = '/index.php';
|
||||||
$global = true;
|
$global = true;
|
||||||
$app = null;
|
$app = null;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user