- 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

@@ -29,7 +29,7 @@ class AppController extends Controller {
if($return = parent::beforeroute($f3, $params)){
// href for SSO Auth
$f3->set('tplAuthType', $f3->alias( 'sso', ['action' => 'requestAuthorization'] ));
$f3->set('tplAuthType', $f3->get('BASE') . $f3->alias( 'sso', ['action' => 'requestAuthorization'] ));
// characters from cookies
$f3->set('cookieCharacters', $this->getCookieByName(self::COOKIE_PREFIX_CHARACTER, true));