Rework plugins #78

Merged
kazhnuz merged 14 commits from feat/plugin-rework into koblog2 2025-07-04 20:50:44 +02:00
Showing only changes of commit 2cb88bfc33 - Show all commits

View file

@ -21,6 +21,7 @@ $loadTime = microtime(true);
// Security constant // Security constant
define('KOBLOG', true); define('KOBLOG', true);
define('BLUDIT', true);
// Directory separator // Directory separator
define('DS', DIRECTORY_SEPARATOR); define('DS', DIRECTORY_SEPARATOR);