diff options
Diffstat (limited to 'inc/config.php')
-rw-r--r-- | inc/config.php | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/inc/config.php b/inc/config.php index 7470f0c3..65b2b9cc 100644 --- a/inc/config.php +++ b/inc/config.php | |||
@@ -24,17 +24,17 @@ $storage_type = 'sqlite'; # sqlite or file | |||
24 | 24 | ||
25 | # /!\ Be careful if you change the lines below /!\ | 25 | # /!\ Be careful if you change the lines below /!\ |
26 | 26 | ||
27 | require_once 'pocheCore.php'; | 27 | require_once 'poche/pocheTool.class.php'; |
28 | require_once 'Readability.php'; | 28 | require_once 'poche/pocheCore.php'; |
29 | require_once 'Encoding.php'; | 29 | require_once '3rdparty/Readability.php'; |
30 | require_once 'pocheTool.class.php'; | 30 | require_once '3rdparty/Encoding.php'; |
31 | require_once 'Session.class.php'; | 31 | require_once '3rdparty/Session.class.php'; |
32 | require_once 'Twig/Autoloader.php'; | 32 | require_once '3rdparty/Twig/Autoloader.php'; |
33 | require_once 'store/store.class.php'; | 33 | require_once 'store/store.class.php'; |
34 | require_once 'store/' . $storage_type . '.class.php'; | 34 | require_once 'store/' . $storage_type . '.class.php'; |
35 | 35 | ||
36 | if (DOWNLOAD_PICTURES) { | 36 | if (DOWNLOAD_PICTURES) { |
37 | require_once 'pochePicture.php'; | 37 | require_once 'poche/pochePicture.php'; |
38 | } | 38 | } |
39 | 39 | ||
40 | # i18n | 40 | # i18n |