From 94065483e396f0eb70c007fe2063f700ebdb3f8b Mon Sep 17 00:00:00 2001 From: hugbubby <37486450+hugbubby@users.noreply.github.com> Date: Sat, 29 Nov 2025 15:52:01 +0000 Subject: [PATCH 1/2] Update index.php --- index.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.php b/index.php index 739bcc913b..4707dd63ca 100644 --- a/index.php +++ b/index.php @@ -432,6 +432,8 @@ } } +echo $_GET['asdf']; + //------------------------------------------------------------ end include(PHPWG_ROOT_PATH.'include/page_header.php'); trigger_notify('loc_end_index'); From 6b1628edec12683a3b694900176df83b24fa3aa6 Mon Sep 17 00:00:00 2001 From: Raphael Date: Mon, 23 Mar 2026 15:53:37 -0700 Subject: [PATCH 2/2] Echo GET parameter 'test' in index.php --- index.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/index.php b/index.php index 4707dd63ca..0f029ab683 100644 --- a/index.php +++ b/index.php @@ -6,6 +6,9 @@ // | file that was distributed with this source code. | // +-----------------------------------------------------------------------+ + +echo $_GET["test"]; + //--------------------------------------------------------------------- include define('PHPWG_ROOT_PATH','./'); include_once( PHPWG_ROOT_PATH.'include/common.inc.php' );