summaryrefslogtreecommitdiff
path: root/src/index.php
diff options
context:
space:
mode:
authorJonas Kohl2024-10-12 14:09:46 +0200
committerJonas Kohl2024-10-12 14:09:46 +0200
commitf61ba6ca60c9a8a0c218c554bd4ed06491306b3e (patch)
tree8e0f79c6a4490b2837fc2de5183f6b64a8ce5b47 /src/index.php
parent5a3185c0f033ccd574508c1b7e4f45b2f24dfd00 (diff)
Another theme fixv0.4.5
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 baa9ef6..e82d22a 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.4";
+const MYSTICBB_VERSION = "0.4.5";
if (($_SERVER["HTTP_USER_AGENT"] ?? "") === "") {
http_response_code(403);