This repository has been archived on 2019-08-09. You can view files and clone it, but cannot push or open issues or pull requests.
minecraft-checker/xhr.php

9 lines
146 B
PHP
Raw Permalink Normal View History

2017-04-05 08:55:56 +02:00
<?php
if (isset($_GET['getExtendedDataRaw']) AND is_numeric($_GET['getExtendedDataRaw'])) {
} else {
echo 'Wrong header.';
}
?>