aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.php
diff options
context:
space:
mode:
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';