diff options
Diffstat (limited to 'inc/config.php')
-rw-r--r-- | inc/config.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/inc/config.php b/inc/config.php index 65b2b9cc..58abb535 100644 --- a/inc/config.php +++ b/inc/config.php | |||
@@ -10,6 +10,7 @@ | |||
10 | 10 | ||
11 | define ('POCHE_VERSION', '0.3'); | 11 | define ('POCHE_VERSION', '0.3'); |
12 | define ('MODE_DEMO', FALSE); | 12 | define ('MODE_DEMO', FALSE); |
13 | define ('DEBUG_POCHE', TRUE); | ||
13 | define ('CONVERT_LINKS_FOOTNOTES', FALSE); | 14 | define ('CONVERT_LINKS_FOOTNOTES', FALSE); |
14 | define ('REVERT_FORCED_PARAGRAPH_ELEMENTS', FALSE); | 15 | define ('REVERT_FORCED_PARAGRAPH_ELEMENTS', FALSE); |
15 | define ('DOWNLOAD_PICTURES', FALSE); | 16 | define ('DOWNLOAD_PICTURES', FALSE); |
@@ -24,7 +25,7 @@ $storage_type = 'sqlite'; # sqlite or file | |||
24 | 25 | ||
25 | # /!\ Be careful if you change the lines below /!\ | 26 | # /!\ Be careful if you change the lines below /!\ |
26 | 27 | ||
27 | require_once 'poche/pocheTool.class.php'; | 28 | require_once 'poche/pocheTools.class.php'; |
28 | require_once 'poche/pocheCore.php'; | 29 | require_once 'poche/pocheCore.php'; |
29 | require_once '3rdparty/Readability.php'; | 30 | require_once '3rdparty/Readability.php'; |
30 | require_once '3rdparty/Encoding.php'; | 31 | require_once '3rdparty/Encoding.php'; |