diff options
Diffstat (limited to 'inc/poche')
-rwxr-xr-x | inc/poche/config.inc.php | 2 |
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 /!\ |
14 | if (!file_exists(__DIR__ . '/../../vendor/autoload.php')) { | 14 | if (!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 | ||
18 | require_once __DIR__ . '/../../inc/poche/User.class.php'; | 18 | require_once __DIR__ . '/../../inc/poche/User.class.php'; |