From 6687b7dee8201b1db5b9c2b0560f126a697ff3ab Mon Sep 17 00:00:00 2001 From: Jonas Kohl Date: Sat, 19 Oct 2024 16:14:51 +0200 Subject: Add version CLI command --- 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 356eb86..4c53f0c 100644 --- a/src/index.php +++ b/src/index.php @@ -18,7 +18,7 @@ use Twig\TwigFunction; header_remove("X-Powered-By"); -const MYSTICBB_VERSION = "0.6.0"; +include __DIR__ . "/application/appdef.php"; if (($_SERVER["HTTP_USER_AGENT"] ?? "") === "") { http_response_code(403); -- cgit v1.2.3