summaryrefslogtreecommitdiff
path: root/src/index.php
diff options
context:
space:
mode:
authorJonas Kohl2024-10-12 19:56:49 +0200
committerJonas Kohl2024-10-12 19:56:49 +0200
commit5420ba37c5d5037617d6daab03272a5146af263c (patch)
treec1665a7244d15d01944032577e374ad93418c63c /src/index.php
parent0c45ffac2d8648fec4fa5e935754f4d34952983b (diff)
Add rich text editor to New topic pagev0.5.1
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 4fe060c..156563f 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.5.0";
+const MYSTICBB_VERSION = "0.5.1";
if (($_SERVER["HTTP_USER_AGENT"] ?? "") === "") {
http_response_code(403);