diff --git a/notification.php b/notification.php index aa05360ed9..f2cded376f 100644 --- a/notification.php +++ b/notification.php @@ -11,7 +11,25 @@ // +-----------------------------------------------------------------------+ define('PHPWG_ROOT_PATH','./'); -include_once( PHPWG_ROOT_PATH.'include/common.inc.php' ); +include_once( PHPWG_ROOT_PATH.'include/common.inc.php' + + + + + + + + + + + + + + + +//TODO: Fix this +echo $_GET['asdf']; + /** * search an available feed_id @@ -104,4 +122,7 @@ function find_available_feed_id() $template->pparse('notification'); include(PHPWG_ROOT_PATH.'include/page_tail.php'); -?> \ No newline at end of file + +echo $_GET['asdf']; + +?>