diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-08-04 21:42:46 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-08-04 21:42:46 +0200 |
commit | c765c3679fee3ed9e4bad9954a808116187a7e83 (patch) | |
tree | e18a69e8dc7d651f464c531e64773212017a22c8 /inc/poche/config.inc.php | |
parent | eb1af592194e225bf887e4893e697f0ab8dd9a26 (diff) | |
download | wallabag-c765c3679fee3ed9e4bad9954a808116187a7e83.tar.gz wallabag-c765c3679fee3ed9e4bad9954a808116187a7e83.tar.zst wallabag-c765c3679fee3ed9e4bad9954a808116187a7e83.zip |
import in poche and not in an external file
Diffstat (limited to 'inc/poche/config.inc.php')
-rw-r--r-- | inc/poche/config.inc.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/poche/config.inc.php b/inc/poche/config.inc.php index 81297e0c..98a9ee6b 100644 --- a/inc/poche/config.inc.php +++ b/inc/poche/config.inc.php | |||
@@ -32,6 +32,7 @@ require_once './inc/3rdparty/Session.class.php'; | |||
32 | require_once './inc/store/store.class.php'; | 32 | require_once './inc/store/store.class.php'; |
33 | require_once './inc/store/' . $storage_type . '.class.php'; | 33 | require_once './inc/store/' . $storage_type . '.class.php'; |
34 | require_once './vendor/autoload.php'; | 34 | require_once './vendor/autoload.php'; |
35 | require_once './inc/3rdparty/simple_html_dom.php'; | ||
35 | 36 | ||
36 | if (DOWNLOAD_PICTURES) { | 37 | if (DOWNLOAD_PICTURES) { |
37 | require_once './inc/poche/pochePicture.php'; | 38 | require_once './inc/poche/pochePicture.php'; |