This repository has been archived on 2019-08-08. You can view files and clone it, but cannot push or open issues or pull requests.
minecraft-checker/xhr.php
2017-04-05 08:56:33 +02:00

9 lines
146 B
PHP
Executable file

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