diff options
| author | winter | 2025-03-26 21:59:44 +0000 |
|---|---|---|
| committer | winter | 2025-03-26 21:59:44 +0000 |
| commit | a05e8a564009ae7354f0b1ede5a69ed6d3c6e650 (patch) | |
| tree | 4c28cf9ccee0d7db21cec43a5d2f1979098f2932 /index.php | |
| parent | f4e9161ddbb3d47f35286df1f9020bd2d48949f2 (diff) | |
add plugin support
Diffstat (limited to 'index.php')
| -rw-r--r-- | index.php | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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'; |
