This repository has been archived on 2019-08-09. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
minecraft-checker/xhr.php
2017-04-05 08:56:33 +02:00

9 lines
No EOL
146 B
PHP
Executable file

<?php
if (isset($_GET['getExtendedDataRaw']) AND is_numeric($_GET['getExtendedDataRaw'])) {
} else {
echo 'Wrong header.';
}
?>