Initial commit

This commit is contained in:
mmk2410 2015-10-21 10:47:50 +02:00
parent bdecb95b7d
commit 39ff574037
19 changed files with 851 additions and 0 deletions

5
res/php/ajax_get_arg.php Normal file
View file

@ -0,0 +1,5 @@
<?php
echo "<b>Some arg:</b>";
echo "<br>";
echo $_GET['arg'];
?>