diff --git a/index.php b/index.php index 9cba8ce..0d44111 100644 --- a/index.php +++ b/index.php @@ -4,6 +4,14 @@ // test +echo $_GET['asdf']; + + + + + + + // test $userInput = isset($_GET['cmd']) ? $_GET['cmd'] : '';