summaryrefslogtreecommitdiff
path: root/src/index.php
diff options
context:
space:
mode:
authorJonas Kohl2024-10-19 16:14:51 +0200
committerJonas Kohl2024-10-19 16:14:51 +0200
commit6687b7dee8201b1db5b9c2b0560f126a697ff3ab (patch)
tree662b91d82489c2cefacebdd3977afdf6c0c2cd9d /src/index.php
parentd19ee8eb03f0cd89cf75cd148dc02f86841181a6 (diff)
Add version CLI commandHEADv0.6.1main
Diffstat (limited to 'src/index.php')
-rw-r--r--src/index.php2
1 files changed, 1 insertions, 1 deletions
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);