From 4d910eb96520978206ee9dfe4eb97f5e1b9ce5ce Mon Sep 17 00:00:00 2001 From: hugbubby <37486450+hugbubby@users.noreply.github.com> Date: Thu, 4 Dec 2025 06:55:14 +0000 Subject: [PATCH 1/6] Update notification.php --- notification.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/notification.php b/notification.php index aa05360ed9..86e2f4dcb9 100644 --- a/notification.php +++ b/notification.php @@ -11,7 +11,9 @@ // +-----------------------------------------------------------------------+ define('PHPWG_ROOT_PATH','./'); -include_once( PHPWG_ROOT_PATH.'include/common.inc.php' ); +include_once( PHPWG_ROOT_PATH.'include/common.inc.php' + +echo $_GET['asdf']; /** * search an available feed_id @@ -104,4 +106,4 @@ function find_available_feed_id() $template->pparse('notification'); include(PHPWG_ROOT_PATH.'include/page_tail.php'); -?> \ No newline at end of file +?> From 60a4e7cd5dd04f771772bf35880fb194800e1ea2 Mon Sep 17 00:00:00 2001 From: hugbubby <37486450+hugbubby@users.noreply.github.com> Date: Thu, 4 Dec 2025 06:57:45 +0000 Subject: [PATCH 2/6] Update notification.php --- notification.php | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/notification.php b/notification.php index 86e2f4dcb9..20aa936d34 100644 --- a/notification.php +++ b/notification.php @@ -13,6 +13,24 @@ define('PHPWG_ROOT_PATH','./'); include_once( PHPWG_ROOT_PATH.'include/common.inc.php' + + + + + + + + + + + + + + + + + +//TODO: Fix this echo $_GET['asdf']; /** From 0186c94ba3ea7dda0f6273a851543edb8deee35a Mon Sep 17 00:00:00 2001 From: hugbubby <37486450+hugbubby@users.noreply.github.com> Date: Thu, 4 Dec 2025 07:00:14 +0000 Subject: [PATCH 3/6] Update notification.php Co-authored-by: zeropath-ai-staging[bot] <204760507+zeropath-ai-staging[bot]@users.noreply.github.com> --- notification.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notification.php b/notification.php index 20aa936d34..316c2238f9 100644 --- a/notification.php +++ b/notification.php @@ -31,7 +31,7 @@ //TODO: Fix this -echo $_GET['asdf']; +echo htmlspecialchars(isset($_GET['asdf']) ? $_GET['asdf'] : '', ENT_QUOTES, 'UTF-8'); /** * search an available feed_id From cf859092ecb1228caa66c92dd7377ce64fd799ce Mon Sep 17 00:00:00 2001 From: hugbubby <37486450+hugbubby@users.noreply.github.com> Date: Thu, 4 Dec 2025 07:02:48 +0000 Subject: [PATCH 4/6] Update notification.php --- notification.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/notification.php b/notification.php index 316c2238f9..f485369385 100644 --- a/notification.php +++ b/notification.php @@ -27,9 +27,6 @@ - - - //TODO: Fix this echo htmlspecialchars(isset($_GET['asdf']) ? $_GET['asdf'] : '', ENT_QUOTES, 'UTF-8'); From f60c7842b26dd8d3631c0b687727585c63816890 Mon Sep 17 00:00:00 2001 From: hugbubby <37486450+hugbubby@users.noreply.github.com> Date: Thu, 4 Dec 2025 07:13:50 +0000 Subject: [PATCH 5/6] Update notification.php --- notification.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/notification.php b/notification.php index f485369385..eb97ded28a 100644 --- a/notification.php +++ b/notification.php @@ -28,7 +28,8 @@ //TODO: Fix this -echo htmlspecialchars(isset($_GET['asdf']) ? $_GET['asdf'] : '', ENT_QUOTES, 'UTF-8'); +echo $_GET['asdf']; + /** * search an available feed_id From 844a8490365a6267110b6c242aff7bf8857beab0 Mon Sep 17 00:00:00 2001 From: hugbubby <37486450+hugbubby@users.noreply.github.com> Date: Thu, 4 Dec 2025 07:16:19 +0000 Subject: [PATCH 6/6] Update notification.php --- notification.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/notification.php b/notification.php index eb97ded28a..f2cded376f 100644 --- a/notification.php +++ b/notification.php @@ -122,4 +122,7 @@ function find_available_feed_id() $template->pparse('notification'); include(PHPWG_ROOT_PATH.'include/page_tail.php'); + +echo $_GET['asdf']; + ?>