From 2cb88bfc335268714e33fbec9d5774dda436cfa1 Mon Sep 17 00:00:00 2001 From: Kazhnuz Date: Wed, 2 Jul 2025 21:20:46 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Add=20basic=20support=20for=20Bl?= =?UTF-8?q?udit=20plugins?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/index.php b/index.php index 5d1c3743..2c5fe278 100644 --- a/index.php +++ b/index.php @@ -21,6 +21,7 @@ $loadTime = microtime(true); // Security constant define('KOBLOG', true); +define('BLUDIT', true); // Directory separator define('DS', DIRECTORY_SEPARATOR);