Some fixes for subdirectory support.
This commit is contained in:
parent
c935c5c7ee
commit
0590890511
4 changed files with 9 additions and 9 deletions
|
|
@ -65,7 +65,7 @@ class Application extends b8\Application
|
|||
$this->response->setContent('');
|
||||
} else {
|
||||
$this->response = new RedirectResponse($this->response);
|
||||
$this->response->setHeader('Location', '/session/login');
|
||||
$this->response->setHeader('Location', PHPCI_URL.'session/login');
|
||||
}
|
||||
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue