Version alpha

This commit is contained in:
Geoffrey Frogeye 2017-04-05 08:55:56 +02:00
parent 54c24457e9
commit c4b001c253
40 changed files with 9954 additions and 1317 deletions

9
xhr.php Executable file
View file

@ -0,0 +1,9 @@
<?php
if (isset($_GET['getExtendedDataRaw']) AND is_numeric($_GET['getExtendedDataRaw'])) {
} else {
echo 'Wrong header.';
}
?>