]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - index.php
Fix blocking namespace issue
[github/shaarli/Shaarli.git] / index.php
index 064f43ca783f96537b8869697a1ab1beaa9bf7c8..3c2bb1d2829dee3a6a9d4e4b9edea6bacc5bd1ae 100644 (file)
--- a/index.php
+++ b/index.php
@@ -62,6 +62,7 @@ require_once __DIR__ . '/vendor/autoload.php';
 require_once 'application/ApplicationUtils.php';
 require_once 'application/Cache.php';
 require_once 'application/CachedPage.php';
+require_once 'application/config/ConfigPlugin.php';
 require_once 'application/FeedBuilder.php';
 require_once 'application/FileUtils.php';
 require_once 'application/HttpUtils.php';