X-Git-Url: https://git.m6w6.name/?p=pharext%2Fpharext.org;a=blobdiff_plain;f=app%2FGithub%2FFetch.php;h=1a18734b64eb91e482395dda9009147cd244dc15;hp=f0def29935ed1e3817324aa88d9ce5fe6b0c961c;hb=26494fb5cdfb9cf103904d10b6bda564bcf2d0bd;hpb=34739d9ba328b1e9176800883eae0987f5f05337 diff --git a/app/Github/Fetch.php b/app/Github/Fetch.php index f0def29..1a18734 100644 --- a/app/Github/Fetch.php +++ b/app/Github/Fetch.php @@ -39,7 +39,6 @@ abstract class Fetch $this->args = $args; $this->url = new Url("https://api.github.com/", null, 0); if (isset($this->config->fetch->{$this}->per_page)) { - header("X-Fetch-{$this}: ".$this->config->fetch->{$this}->per_page, false); $this->url->query = "per_page=" . $this->config->fetch->{$this}->per_page; } }