aboutsummaryrefslogtreecommitdiffhomepage
path: root/inc/poche/config.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'inc/poche/config.inc.php')
-rw-r--r--inc/poche/config.inc.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/inc/poche/config.inc.php b/inc/poche/config.inc.php
index ba8a9fa0..ecbf1ce6 100644
--- a/inc/poche/config.inc.php
+++ b/inc/poche/config.inc.php
@@ -34,6 +34,10 @@ define ('PAGINATION', '10');
34define ('THEME', 'light'); 34define ('THEME', 'light');
35 35
36# /!\ Be careful if you change the lines below /!\ 36# /!\ Be careful if you change the lines below /!\
37if (!file_exists('./vendor/autoload.php')) {
38 die('Twig does not seem installed. Have a look at <a href="http://inthepoche.com/?pages/Documentation">the documentation.</a>');
39}
40
37require_once './inc/poche/User.class.php'; 41require_once './inc/poche/User.class.php';
38require_once './inc/poche/Tools.class.php'; 42require_once './inc/poche/Tools.class.php';
39require_once './inc/poche/Url.class.php'; 43require_once './inc/poche/Url.class.php';