Attempt to fix redirects to invalid /index.php

This commit is contained in:
nathangray 2016-11-16 09:20:03 -07:00
parent eddf805a60
commit 7c9f15c842

View File

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