mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-14 11:08:40 +00:00
Insert protocol Version
This commit is contained in:
parent
9d4edf85ea
commit
c87d55deaa
|
|
@ -90,6 +90,14 @@ class Header extends HeaderAbstract
|
|||
|
||||
return true;
|
||||
}
|
||||
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function getProtocolVersion() : string
|
||||
{
|
||||
return $_SERVER['SERVER_PROTOCOL'] ?? 'HTTP/1.1';
|
||||
}
|
||||
|
||||
/**
|
||||
* Is security header.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user