mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-08 13:28:39 +00:00
Started to implement more default parameters
This commit is contained in:
parent
1d2151cd83
commit
3ec9c8c1bb
|
|
@ -204,6 +204,8 @@ class Request extends RequestAbstract
|
||||||
UriFactory::setQuery('/scheme', $this->uri->getScheme());
|
UriFactory::setQuery('/scheme', $this->uri->getScheme());
|
||||||
UriFactory::setQuery('/host', $this->uri->getHost());
|
UriFactory::setQuery('/host', $this->uri->getHost());
|
||||||
UriFactory::setQuery('/lang', $this->l11n->getLanguage());
|
UriFactory::setQuery('/lang', $this->l11n->getLanguage());
|
||||||
|
UriFactory::setQuery('?', $this->uri->getQuery());
|
||||||
|
UriFactory::setQuery('%', $this->uri->__toString());
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user