X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=index.php;h=cc7f3ca3497feaf96288b61f718997eb0c3a09cf;hb=36eb71fb48aa3e752a1e32774b8eead18780bf29;hp=064f43ca783f96537b8869697a1ab1beaa9bf7c8;hpb=7c26f6626a47c7e3e902f6b00c7c9e640a18f22c;p=github%2Fshaarli%2FShaarli.git diff --git a/index.php b/index.php index 064f43ca..cc7f3ca3 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'; @@ -1527,7 +1528,7 @@ function renderPage($conf, $pluginManager, $LINKSDB) $_POST, $_FILES, $LINKSDB, - $conf->get('resource.page_cache') + $conf ); echo '';