summaryrefslogtreecommitdiff
path: root/src/index.php
diff options
context:
space:
mode:
authorJonas Kohl2024-10-11 22:43:10 +0200
committerJonas Kohl2024-10-11 22:43:10 +0200
commit5a3185c0f033ccd574508c1b7e4f45b2f24dfd00 (patch)
treea341fc92e13d7c2c5393188b2eb87e92e2b648bc /src/index.php
parent869d46123f43365bbace15e69697213feb366e7e (diff)
Fix Mystic House Corner themev0.4.4
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 42f995f..baa9ef6 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.3";
+const MYSTICBB_VERSION = "0.4.4";
if (($_SERVER["HTTP_USER_AGENT"] ?? "") === "") {
http_response_code(403);