From 15317991f3ff456e6e215947402a0dcfd951e0df Mon Sep 17 00:00:00 2001 From: tcit Date: Thu, 24 Jul 2014 15:53:23 +0200 Subject: [PATCH] from epub to all kind of ebooks --- inc/poche/{WallabagEpub.class.php => WallabagEBooks.class.php} | 0 inc/poche/global.inc.php | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename inc/poche/{WallabagEpub.class.php => WallabagEBooks.class.php} (100%) diff --git a/inc/poche/WallabagEpub.class.php b/inc/poche/WallabagEBooks.class.php similarity index 100% rename from inc/poche/WallabagEpub.class.php rename to inc/poche/WallabagEBooks.class.php diff --git a/inc/poche/global.inc.php b/inc/poche/global.inc.php index e3687eb..1542fbf 100755 --- a/inc/poche/global.inc.php +++ b/inc/poche/global.inc.php @@ -22,7 +22,7 @@ require_once ROOT . '/vendor/autoload.php'; require_once INCLUDES . '/poche/Template.class.php'; require_once INCLUDES . '/poche/Language.class.php'; require_once INCLUDES . '/poche/Routing.class.php'; -require_once INCLUDES . '/poche/WallabagEpub.class.php'; +require_once INCLUDES . '/poche/WallabagEBooks.class.php'; require_once INCLUDES . '/poche/Poche.class.php'; require_once INCLUDES . '/poche/Database.class.php';