mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-17 20:38:41 +00:00
fixes #64
This commit is contained in:
parent
54c126b72b
commit
2ead4010b3
|
|
@ -204,8 +204,14 @@ class Request extends RequestAbstract
|
|||
UriFactory::setQuery('/scheme', $this->uri->getScheme());
|
||||
UriFactory::setQuery('/host', $this->uri->getHost());
|
||||
UriFactory::setQuery('/lang', $this->l11n->getLanguage());
|
||||
UriFactory::setQuery('/base', $this->uri->getBase());
|
||||
UriFactory::setQuery('/rootPath', $this->uri->getRootPath());
|
||||
UriFactory::setQuery('?', $this->uri->getQuery());
|
||||
UriFactory::setQuery('%', $this->uri->__toString());
|
||||
UriFactory::setQuery('#', $this->uri->getFragment());
|
||||
UriFactory::setQuery('/', $this->uri->getPath());
|
||||
UriFactory::setQuery(':user', $this->uri->getUser());
|
||||
UriFactory::setQuery(':pass', $this->uri->getPass());
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user