From 869d46123f43365bbace15e69697213feb366e7e Mon Sep 17 00:00:00 2001 From: Jonas Kohl Date: Fri, 11 Oct 2024 15:10:58 +0200 Subject: Hide reply buttons when topic is locked --- src/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/index.php') diff --git a/src/index.php b/src/index.php index 4f184ce..42f995f 100644 --- a/src/index.php +++ b/src/index.php @@ -12,7 +12,7 @@ use mystic\forum\utils\RequestUtils; header_remove("X-Powered-By"); -const MYSTICBB_VERSION = "0.4.2"; +const MYSTICBB_VERSION = "0.4.3"; if (($_SERVER["HTTP_USER_AGENT"] ?? "") === "") { http_response_code(403); -- cgit v1.2.3