diff options
author | tcit <tcit@tcit.fr> | 2014-07-24 15:53:23 +0200 |
---|---|---|
committer | tcit <tcit@tcit.fr> | 2014-07-24 15:53:23 +0200 |
commit | 15317991f3ff456e6e215947402a0dcfd951e0df (patch) | |
tree | 496956c07734d97c901e52291e982a97b22e76aa /inc/poche/global.inc.php | |
parent | 4188f38ad56d7ba2ea46e94403f305243514f80c (diff) | |
download | wallabag-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-x | inc/poche/global.inc.php | 2 |
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'; | |||
22 | require_once INCLUDES . '/poche/Template.class.php'; | 22 | require_once INCLUDES . '/poche/Template.class.php'; |
23 | require_once INCLUDES . '/poche/Language.class.php'; | 23 | require_once INCLUDES . '/poche/Language.class.php'; |
24 | require_once INCLUDES . '/poche/Routing.class.php'; | 24 | require_once INCLUDES . '/poche/Routing.class.php'; |
25 | require_once INCLUDES . '/poche/WallabagEpub.class.php'; | 25 | require_once INCLUDES . '/poche/WallabagEBooks.class.php'; |
26 | require_once INCLUDES . '/poche/Poche.class.php'; | 26 | require_once INCLUDES . '/poche/Poche.class.php'; |
27 | 27 | ||
28 | require_once INCLUDES . '/poche/Database.class.php'; | 28 | require_once INCLUDES . '/poche/Database.class.php'; |