Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
PureDark committed Oct 10, 2016
1 parent ef68231 commit 15fccd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
echo $steal->getCode($originUrl, $referer, $cookie);
}else{
foreach($headers as $key => $value) {
echo "<!--$key => %value-->\r\n";
echo "<!--$key => $value-->\r\n";
}

}
Expand Down

0 comments on commit 15fccd5

Please sign in to comment.