aboutsummaryrefslogtreecommitdiffhomepage
path: root/inc
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2013-09-10 15:46:05 +0200
committerNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2013-09-10 15:46:05 +0200
commitd11e2bcf48badc1da0e3914eec49d9ab1d781f4d (patch)
treedab94ba3e760671710f2e86205f458b474bf8767 /inc
parent3c33e40b614db7d14fec1d9b87963def4fac46a5 (diff)
downloadwallabag-d11e2bcf48badc1da0e3914eec49d9ab1d781f4d.tar.gz
wallabag-d11e2bcf48badc1da0e3914eec49d9ab1d781f4d.tar.zst
wallabag-d11e2bcf48badc1da0e3914eec49d9ab1d781f4d.zip
change doc url
Diffstat (limited to 'inc')
-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';