Skip to content

Commit

Permalink
Merge pull request openid#78 from rodrigosprimo/master
Browse files Browse the repository at this point in the history
Fixed issue openid#32
  • Loading branch information
marcoceppi committed Oct 11, 2012
2 parents dbd9d3e + a9b4e1d commit 9a79bd5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion examples/detect.php
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,11 @@ function detect_fetcher($r, &$out)
$status[] = detect_stores($r, $body);
$status[] = detect_fetcher($r, $body);
$status[] = detect_xml($r, $body);
$status[] = detect_query_corruption($r, $body);

if (isset($_SERVER['REQUEST_METHOD'])) {
$status[] = detect_query_corruption($r, $body);
}

$result = true;

foreach ($status as $v) {
Expand Down

0 comments on commit 9a79bd5

Please sign in to comment.