Attempt to fix redirects to invalid /index.php

This commit is contained in:
nathangray 2016-11-16 09:20:03 -07:00
parent 695459813c
commit a15aa412e2

View File

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