aboutsummaryrefslogtreecommitdiffhomepage
path: root/inc/poche/global.inc.php
diff options
context:
space:
mode:
authortcit <tcit@tcit.fr>2014-07-24 15:53:23 +0200
committertcit <tcit@tcit.fr>2014-07-24 15:53:23 +0200
commit15317991f3ff456e6e215947402a0dcfd951e0df (patch)
tree496956c07734d97c901e52291e982a97b22e76aa /inc/poche/global.inc.php
parent4188f38ad56d7ba2ea46e94403f305243514f80c (diff)
downloadwallabag-15317991f3ff456e6e215947402a0dcfd951e0df.tar.gz
wallabag-15317991f3ff456e6e215947402a0dcfd951e0df.tar.zst
wallabag-15317991f3ff456e6e215947402a0dcfd951e0df.zip
from epub to all kind of ebooks
Diffstat (limited to 'inc/poche/global.inc.php')
-rwxr-xr-xinc/poche/global.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/poche/global.inc.php b/inc/poche/global.inc.php
index e3687eb2..1542fbfa 100755
--- a/inc/poche/global.inc.php
+++ b/inc/poche/global.inc.php
@@ -22,7 +22,7 @@ require_once ROOT . '/vendor/autoload.php';
22require_once INCLUDES . '/poche/Template.class.php'; 22require_once INCLUDES . '/poche/Template.class.php';
23require_once INCLUDES . '/poche/Language.class.php'; 23require_once INCLUDES . '/poche/Language.class.php';
24require_once INCLUDES . '/poche/Routing.class.php'; 24require_once INCLUDES . '/poche/Routing.class.php';
25require_once INCLUDES . '/poche/WallabagEpub.class.php'; 25require_once INCLUDES . '/poche/WallabagEBooks.class.php';
26require_once INCLUDES . '/poche/Poche.class.php'; 26require_once INCLUDES . '/poche/Poche.class.php';
27 27
28require_once INCLUDES . '/poche/Database.class.php'; 28require_once INCLUDES . '/poche/Database.class.php';