]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - inc/poche/global.inc.php
@fivefilters via composer
[github/wallabag/wallabag.git] / inc / poche / global.inc.php
index 8b62d5de4f7f60d3bcb5b8b929b9f38325f792a2..ff7ebf6476de20cb42a401bf1d5c5166fefe3889 100755 (executable)
@@ -14,25 +14,18 @@ define('INCLUDES', dirname(__FILE__) . '/..');
 # the poche root directory
 define('ROOT', INCLUDES . '/..');
 
+require_once ROOT . '/vendor/autoload.php';
 require_once INCLUDES . '/poche/Tools.class.php';
 require_once INCLUDES . '/poche/User.class.php';
 require_once INCLUDES . '/poche/Url.class.php';
-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/WallabagEBooks.class.php';
 require_once INCLUDES . '/poche/Poche.class.php';
-
 require_once INCLUDES . '/poche/Database.class.php';
 require_once INCLUDES . '/poche/FlattrItem.class.php';
 
-require_once INCLUDES . '/3rdparty/libraries/feedwriter/FeedItem.php';
-require_once INCLUDES . '/3rdparty/libraries/feedwriter/FeedWriter.php';
-
-# pdf library
-require_once  INCLUDES . '/3rdparty/libraries/tcpdf/tcpdf.php';
-
 # system configuration; database credentials et caetera
 require_once INCLUDES . '/poche/config.inc.php';
 require_once INCLUDES . '/poche/config.inc.default.php';
@@ -47,4 +40,4 @@ if (!ini_get('date.timezone') || !@date_default_timezone_set(ini_get('date.timez
 
 if (defined('ERROR_REPORTING')) {
     error_reporting(ERROR_REPORTING);
-}
+}
\ No newline at end of file