From 5c707597ba936b1b82ee9a1cf546e720d1a490bd Mon Sep 17 00:00:00 2001 From: Jonas Kohl Date: Thu, 19 Sep 2024 14:49:29 +0200 Subject: Small bugfixes --- 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 8202365..9c5d678 100644 --- a/src/index.php +++ b/src/index.php @@ -23,7 +23,7 @@ use Symfony\Contracts\Service\Attribute\Required; header_remove("X-Powered-By"); -const MYSTICBB_VERSION = "0.1.0"; +const MYSTICBB_VERSION = "0.1.1"; if (($_SERVER["HTTP_USER_AGENT"] ?? "") === "") { http_response_code(403); -- cgit v1.2.3