aboutsummaryrefslogtreecommitdiffhomepage
path: root/inc/poche/config.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'inc/poche/config.inc.php')
-rwxr-xr-xinc/poche/config.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/poche/config.inc.php b/inc/poche/config.inc.php
index 2268808e..7f1b8c92 100755
--- a/inc/poche/config.inc.php
+++ b/inc/poche/config.inc.php
@@ -12,7 +12,7 @@ require_once __DIR__ . '/../../inc/poche/define.inc.php';
12 12
13# /!\ Be careful if you change the lines below /!\ 13# /!\ Be careful if you change the lines below /!\
14if (!file_exists(__DIR__ . '/../../vendor/autoload.php')) { 14if (!file_exists(__DIR__ . '/../../vendor/autoload.php')) {
15 die('Twig does not seem installed. Have a look at <a href="http://inthepoche.com/?pages/Documentation">the documentation.</a>'); 15 die('Twig does not seem installed. Have a look at <a href="inthepoche.com/doc">the documentation.</a>');
16} 16}
17 17
18require_once __DIR__ . '/../../inc/poche/User.class.php'; 18require_once __DIR__ . '/../../inc/poche/User.class.php';