diff options
author | Jonas Kohl | 2024-10-12 19:56:49 +0200 |
---|---|---|
committer | Jonas Kohl | 2024-10-12 19:56:49 +0200 |
commit | 5420ba37c5d5037617d6daab03272a5146af263c (patch) | |
tree | c1665a7244d15d01944032577e374ad93418c63c /src/index.php | |
parent | 0c45ffac2d8648fec4fa5e935754f4d34952983b (diff) |
Add rich text editor to New topic pagev0.5.1
Diffstat (limited to 'src/index.php')
-rw-r--r-- | src/index.php | 2 |
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); |