forked from extern/egroupware
Attempt to fix redirects to invalid /index.php
This commit is contained in:
parent
695459813c
commit
a15aa412e2
@ -200,7 +200,7 @@ class Request
|
||||
}
|
||||
else
|
||||
{
|
||||
$index_url = '/index.php';
|
||||
$index_url = Api\Framework::link('/index.php');
|
||||
$global = true;
|
||||
$app = null;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user