X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=index.php;h=3c2bb1d2829dee3a6a9d4e4b9edea6bacc5bd1ae;hb=e6cd773f5a8bd757c9362524cfeb3f7cb7fa81c9;hp=064f43ca783f96537b8869697a1ab1beaa9bf7c8;hpb=7c26f6626a47c7e3e902f6b00c7c9e640a18f22c;p=github%2Fshaarli%2FShaarli.git diff --git a/index.php b/index.php index 064f43ca..3c2bb1d2 100644 --- 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';