From 5420ba37c5d5037617d6daab03272a5146af263c Mon Sep 17 00:00:00 2001 From: Jonas Kohl Date: Sat, 12 Oct 2024 19:56:49 +0200 Subject: Add rich text editor to New topic page --- src/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/index.php') 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); -- cgit v1.2.3