From fd00138b1dcbe09d982aa30c1321c48a7761863a Mon Sep 17 00:00:00 2001 From: hugbubby <37486450+hugbubby@users.noreply.github.com> Date: Sat, 6 Dec 2025 20:02:05 +0000 Subject: [PATCH] Update comments.php --- comments.php | 2 ++ 1 file changed, 2 insertions(+) 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);