From 6ad93dff69d7c2beb2196e73f641e6484fccbeb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Tue, 20 Jan 2015 07:40:39 +0100 Subject: new folders --- inc/poche/global.inc.php | 43 ------------------------------------------- 1 file changed, 43 deletions(-) delete mode 100755 inc/poche/global.inc.php (limited to 'inc/poche/global.inc.php') diff --git a/inc/poche/global.inc.php b/inc/poche/global.inc.php deleted file mode 100755 index ff7ebf64..00000000 --- a/inc/poche/global.inc.php +++ /dev/null @@ -1,43 +0,0 @@ - - * @copyright 2013 - * @license http://opensource.org/licenses/MIT see COPYING file - */ - -# the poche system root directory (/inc) -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 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'; - -# system configuration; database credentials et caetera -require_once INCLUDES . '/poche/config.inc.php'; -require_once INCLUDES . '/poche/config.inc.default.php'; - -if (DOWNLOAD_PICTURES) { - require_once INCLUDES . '/poche/pochePictures.php'; -} - -if (!ini_get('date.timezone') || !@date_default_timezone_set(ini_get('date.timezone'))) { - date_default_timezone_set('UTC'); -} - -if (defined('ERROR_REPORTING')) { - error_reporting(ERROR_REPORTING); -} \ No newline at end of file -- cgit v1.2.3