Some fixes for subdirectory support.

This commit is contained in:
Tobias Tom 2013-07-30 19:45:27 +02:00
commit 0590890511
4 changed files with 9 additions and 9 deletions

View file

@ -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;