Skip to content

Commit

Permalink
Update MimeStubAPC.php
Browse files Browse the repository at this point in the history
  • Loading branch information
wehowski authored Jun 15, 2019
1 parent 419a549 commit 340eb35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webfan/MimeStubAPC.php
Original file line number Diff line number Diff line change
Expand Up @@ -927,7 +927,7 @@ function __construct(){


public function getAllHeaders(){
$headers = '';
$headers = [];
foreach ($_SERVER as $name => $value)
{
if (substr($name, 0, 5) == 'HTTP_')
Expand Down

0 comments on commit 340eb35

Please sign in to comment.