aboutsummaryrefslogtreecommitdiffhomepage
path: root/inc/config.php
diff options
context:
space:
mode:
Diffstat (limited to 'inc/config.php')
-rw-r--r--inc/config.php3
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
11define ('POCHE_VERSION', '0.3'); 11define ('POCHE_VERSION', '0.3');
12define ('MODE_DEMO', FALSE); 12define ('MODE_DEMO', FALSE);
13define ('DEBUG_POCHE', TRUE);
13define ('CONVERT_LINKS_FOOTNOTES', FALSE); 14define ('CONVERT_LINKS_FOOTNOTES', FALSE);
14define ('REVERT_FORCED_PARAGRAPH_ELEMENTS', FALSE); 15define ('REVERT_FORCED_PARAGRAPH_ELEMENTS', FALSE);
15define ('DOWNLOAD_PICTURES', FALSE); 16define ('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
27require_once 'poche/pocheTool.class.php'; 28require_once 'poche/pocheTools.class.php';
28require_once 'poche/pocheCore.php'; 29require_once 'poche/pocheCore.php';
29require_once '3rdparty/Readability.php'; 30require_once '3rdparty/Readability.php';
30require_once '3rdparty/Encoding.php'; 31require_once '3rdparty/Encoding.php';