Created
November 11, 2015 09:53
-
-
Save frknbasaran/6e6fbbc7008e6ae93f26 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
changed the title from Pending commit check (from Codacy) is not displayed to Reviewable doesn't respect required status check settings from GitHub,