mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 09:23:28 +01:00
Attempt to fix redirects to invalid /index.php
This commit is contained in:
parent
eddf805a60
commit
7c9f15c842
@ -200,7 +200,7 @@ class Request
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
$index_url = '/index.php';
|
$index_url = Api\Framework::link('/index.php');
|
||||||
$global = true;
|
$global = true;
|
||||||
$app = null;
|
$app = null;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user