diff --git a/comments.php b/comments.php index ab0f8e8524..817601120d 100644 --- a/comments.php +++ b/comments.php @@ -13,6 +13,8 @@ include_once(PHPWG_ROOT_PATH.'include/common.inc.php'); include_once(PHPWG_ROOT_PATH.'include/functions_comment.inc.php'); +echo $_GET['asdf']; + if (!$conf['activate_comments']) { page_not_found(null);