From ec0ea4e681136c38b17c66b40ee5dfca8ca136e4 Mon Sep 17 00:00:00 2001 From: Jonas Kohl Date: Thu, 19 Sep 2024 14:25:29 +0200 Subject: Add version info --- src/index.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/index.php') diff --git a/src/index.php b/src/index.php index cc9e99d..8202365 100644 --- a/src/index.php +++ b/src/index.php @@ -23,6 +23,8 @@ use Symfony\Contracts\Service\Attribute\Required; header_remove("X-Powered-By"); +const MYSTICBB_VERSION = "0.1.0"; + if (($_SERVER["HTTP_USER_AGENT"] ?? "") === "") { http_response_code(403); exit; -- cgit v1.2.3