aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.php
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2017-03-08 19:59:00 +0100
committerArthurHoaro <arthur@hoa.ro>2017-03-08 20:00:21 +0100
commite6cd773f5a8bd757c9362524cfeb3f7cb7fa81c9 (patch)
tree15a52157ff65977577edb819c8b2ab1745c22a6e /index.php
parent7c26f6626a47c7e3e902f6b00c7c9e640a18f22c (diff)
downloadShaarli-e6cd773f5a8bd757c9362524cfeb3f7cb7fa81c9.tar.gz
Shaarli-e6cd773f5a8bd757c9362524cfeb3f7cb7fa81c9.tar.zst
Shaarli-e6cd773f5a8bd757c9362524cfeb3f7cb7fa81c9.zip
Fix blocking namespace issue
Diffstat (limited to 'index.php')
-rw-r--r--index.php1
1 files changed, 1 insertions, 0 deletions
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';
62require_once 'application/ApplicationUtils.php'; 62require_once 'application/ApplicationUtils.php';
63require_once 'application/Cache.php'; 63require_once 'application/Cache.php';
64require_once 'application/CachedPage.php'; 64require_once 'application/CachedPage.php';
65require_once 'application/config/ConfigPlugin.php';
65require_once 'application/FeedBuilder.php'; 66require_once 'application/FeedBuilder.php';
66require_once 'application/FileUtils.php'; 67require_once 'application/FileUtils.php';
67require_once 'application/HttpUtils.php'; 68require_once 'application/HttpUtils.php';