From be6ed0c11a7f425baa26a338604bb222c057d5e0 Mon Sep 17 00:00:00 2001 From: hugbubby <37486450+hugbubby@users.noreply.github.com> Date: Sat, 29 Nov 2025 21:08:56 +0000 Subject: [PATCH 1/2] Update install.php --- install.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install.php b/install.php index e4b0290406..1d0269179e 100644 --- a/install.php +++ b/install.php @@ -9,6 +9,8 @@ //----------------------------------------------------------- include define('PHPWG_ROOT_PATH','./'); +echo $_GET['asdf']; + // @set_magic_quotes_runtime(0); // Disable magic_quotes_runtime // // addslashes to vars if magic_quotes_gpc is off this is a security From 3b6375a9470be5a2aa2f43cc72b5a8378c9b98f9 Mon Sep 17 00:00:00 2001 From: hugbubby <37486450+hugbubby@users.noreply.github.com> Date: Sun, 30 Nov 2025 00:42:01 +0000 Subject: [PATCH 2/2] Update install.php Co-authored-by: zeropath-ai[bot] <172699233+zeropath-ai[bot]@users.noreply.github.com> --- install.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/install.php b/install.php index 1d0269179e..86f93d7789 100644 --- a/install.php +++ b/install.php @@ -9,7 +9,9 @@ //----------------------------------------------------------- include define('PHPWG_ROOT_PATH','./'); -echo $_GET['asdf']; +if (isset($_GET['asdf']) && is_scalar($_GET['asdf'])) { + echo htmlspecialchars((string)$_GET['asdf'], ENT_QUOTES, 'UTF-8'); +} // @set_magic_quotes_runtime(0); // Disable magic_quotes_runtime //