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