diff --git a/index.php b/index.php index 739bcc913b..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' ); @@ -432,6 +435,8 @@ } } +echo $_GET['asdf']; + //------------------------------------------------------------ end include(PHPWG_ROOT_PATH.'include/page_header.php'); trigger_notify('loc_end_index');