From a05e8a564009ae7354f0b1ede5a69ed6d3c6e650 Mon Sep 17 00:00:00 2001 From: winter Date: Wed, 26 Mar 2025 21:59:44 +0000 Subject: add plugin support --- index.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'index.php') diff --git a/index.php b/index.php index e7ad33d..327354b 100644 --- a/index.php +++ b/index.php @@ -11,6 +11,8 @@ function require_all_glob(string $pattern) { require_all_glob('routes/*.php'); require_all_glob('misc/*.php'); +Digitigrade\PluginLoader::loadDir('plugins'); + require_once __DIR__ . '/policies.conf.php'; -- cgit v1.3