diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-01-18 22:25:29 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-01-18 22:25:29 +0100 |
commit | 10939766de3b6fb677e8acdd74220ad2da612a26 (patch) | |
tree | f8974a2c0cdebbb78c888de8958783873bdc4b6d /inc | |
parent | a20f96b76dfe6faf8b4d841ee464a95ea54c35b3 (diff) | |
download | wallabag-10939766de3b6fb677e8acdd74220ad2da612a26.tar.gz wallabag-10939766de3b6fb677e8acdd74220ad2da612a26.tar.zst wallabag-10939766de3b6fb677e8acdd74220ad2da612a26.zip |
replace session class
Diffstat (limited to 'inc')
-rwxr-xr-x | inc/poche/global.inc.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/inc/poche/global.inc.php b/inc/poche/global.inc.php index 3e04b383..4d119456 100755 --- a/inc/poche/global.inc.php +++ b/inc/poche/global.inc.php | |||
@@ -26,7 +26,6 @@ require_once INCLUDES . '/poche/Poche.class.php'; | |||
26 | 26 | ||
27 | require_once INCLUDES . '/poche/Database.class.php'; | 27 | require_once INCLUDES . '/poche/Database.class.php'; |
28 | require_once INCLUDES . '/3rdparty/paginator.php'; | 28 | require_once INCLUDES . '/3rdparty/paginator.php'; |
29 | require_once INCLUDES . '/3rdparty/Session.class.php'; | ||
30 | 29 | ||
31 | require_once INCLUDES . '/3rdparty/libraries/feedwriter/FeedItem.php'; | 30 | require_once INCLUDES . '/3rdparty/libraries/feedwriter/FeedItem.php'; |
32 | require_once INCLUDES . '/3rdparty/libraries/feedwriter/FeedWriter.php'; | 31 | require_once INCLUDES . '/3rdparty/libraries/feedwriter/FeedWriter.php'; |