aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.php
diff options
context:
space:
mode:
authorwinter2025-03-26 21:59:44 +0000
committerwinter2025-03-26 21:59:44 +0000
commita05e8a564009ae7354f0b1ede5a69ed6d3c6e650 (patch)
tree4c28cf9ccee0d7db21cec43a5d2f1979098f2932 /index.php
parentf4e9161ddbb3d47f35286df1f9020bd2d48949f2 (diff)
add plugin support
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 2 insertions, 0 deletions
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';