aboutsummaryrefslogtreecommitdiffhomepage
path: root/inc/poche/config.inc.php
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2013-08-08 12:33:02 +0200
committerNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2013-08-08 12:33:02 +0200
commit07ee09f49ad3a6ac567f123b338ccb75b1464164 (patch)
treed2400edbcd933751618a3c3d4f8e91e2b41002ed /inc/poche/config.inc.php
parent25b5caeed1022b385b29d626c2266bccb4ceac40 (diff)
downloadwallabag-07ee09f49ad3a6ac567f123b338ccb75b1464164.tar.gz
wallabag-07ee09f49ad3a6ac567f123b338ccb75b1464164.tar.zst
wallabag-07ee09f49ad3a6ac567f123b338ccb75b1464164.zip
comments
Diffstat (limited to 'inc/poche/config.inc.php')
-rw-r--r--inc/poche/config.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/poche/config.inc.php b/inc/poche/config.inc.php
index 321784d7..0958600f 100644
--- a/inc/poche/config.inc.php
+++ b/inc/poche/config.inc.php
@@ -18,7 +18,7 @@ define ('STORAGE_PASSWORD', 'postgres'); # leave blank for sqlite
18 18
19define ('POCHE_VERSION', '1.0-beta1'); 19define ('POCHE_VERSION', '1.0-beta1');
20define ('MODE_DEMO', FALSE); 20define ('MODE_DEMO', FALSE);
21define ('DEBUG_POCHE', FALSE); 21define ('DEBUG_POCHE', TRUE);
22define ('CONVERT_LINKS_FOOTNOTES', FALSE); 22define ('CONVERT_LINKS_FOOTNOTES', FALSE);
23define ('REVERT_FORCED_PARAGRAPH_ELEMENTS', FALSE); 23define ('REVERT_FORCED_PARAGRAPH_ELEMENTS', FALSE);
24define ('DOWNLOAD_PICTURES', FALSE); 24define ('DOWNLOAD_PICTURES', FALSE);