Development

This commit is contained in:
Simon Sessingø
2016-11-19 04:41:29 +01:00
parent ed1ac74e7a
commit 8f33cc1a39
6 changed files with 39 additions and 13 deletions
-1
View File
@@ -16,7 +16,6 @@ class Request
{
$this->parseHeaders();
$this->input = new Input($this);
$this->host = $this->getHeader('http-host');;
$this->uri = $this->getHeader('request-uri');
$this->method = strtolower($this->input->post->findFirst('_method', $this->getHeader('request-method')));