fix missing-eT2-request redirects sometimes use the webserver_url twice and therefore getting a 404 Not found

This commit is contained in:
ralf 2022-07-31 09:29:31 +02:00
parent 989a2e1eb0
commit 7f32ae7fc5

View File

@ -204,7 +204,7 @@ class Request
}
else
{
$index_url = Api\Framework::link('/index.php');
$index_url = '/index.php';
$global = true;
$app = null;
}