diff options
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'; |