Fix
This commit is contained in:
parent
0daf2494d2
commit
aed6d04e19
1 changed files with 2 additions and 1 deletions
|
@ -89,7 +89,8 @@ class app
|
||||||
|
|
||||||
private function checkIfFilterNeeded()
|
private function checkIfFilterNeeded()
|
||||||
{
|
{
|
||||||
if(in_array("X-Gitea",$_SERVER))
|
|
||||||
|
if(in_array("HTTP_X_GITEA_DELIVERY",$_SERVER))
|
||||||
{
|
{
|
||||||
return 'gitea';
|
return 'gitea';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue