- fixed some URL root issues for /subdir installations, closed #706

This commit is contained in:
Mark Friedrich
2018-11-17 22:24:17 +01:00
parent 68b47f0488
commit b51c734f37
7 changed files with 11 additions and 11 deletions

View File

@@ -49,7 +49,7 @@ class Admin extends Controller{
$this->dispatch($f3, $params, $character);
}
$f3->set('tplAuthType', $f3->alias( 'sso', ['action' => 'requestAdminAuthorization']));
$f3->set('tplAuthType', $f3->get('BASE') . $f3->alias( 'sso', ['action' => 'requestAdminAuthorization']));
// page title
$f3->set('tplPageTitle', 'Admin | ' . Config::getPathfinderData('name'));