summaryrefslogtreecommitdiff
path: root/src/index.php
diff options
context:
space:
mode:
authorJonas Kohl2024-10-11 15:10:58 +0200
committerJonas Kohl2024-10-11 15:10:58 +0200
commit869d46123f43365bbace15e69697213feb366e7e (patch)
tree8feb6a52dd98c894f6fc56186876a9d05a898181 /src/index.php
parentc8af8a5fcbe6ffa493187604a6cc350066db57a2 (diff)
Hide reply buttons when topic is lockedv0.4.3
Diffstat (limited to 'src/index.php')
-rw-r--r--src/index.php2
1 files changed, 1 insertions, 1 deletions
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);