Skip to content

Instantly share code, notes, and snippets.

@frknbasaran
Created November 11, 2015 09:53
Show Gist options
  • Save frknbasaran/6e6fbbc7008e6ae93f26 to your computer and use it in GitHub Desktop.
Save frknbasaran/6e6fbbc7008e6ae93f26 to your computer and use it in GitHub Desktop.
header("Content-type: text/xml; charset=utf-8");
if($_POST) {
$x = $_POST['x'];
$y = $_POST['y'];
$response = '<?xml version="1.0" encoding="utf-8"?>';
$response .= '<response><x>'.$x.'</x>';
$response .= '<y>'.$y.'</y></response>';
echo $response;
}
Copy link

ghost commented Nov 11, 2015

changed the title from Pending commit check (from Codacy) is not displayed to Reviewable doesn't respect required status check settings from GitHub,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment