This commit is contained in:
Mateusz Pieła 2021-04-27 09:12:04 +02:00
parent 0daf2494d2
commit aed6d04e19

View file

@ -89,7 +89,8 @@ class app
private function checkIfFilterNeeded()
{
if(in_array("X-Gitea",$_SERVER))
if(in_array("HTTP_X_GITEA_DELIVERY",$_SERVER))
{
return 'gitea';
}