diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-09-21 14:18:28 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-09-21 14:18:28 +0200 |
commit | 37527034ab3d1e925b8e1806f17215979170c200 (patch) | |
tree | 7ebd345f00d32e28e2ad69e2404a4bcea4a78065 /inc/poche | |
parent | 88e1108f117581de492106db371185d9f8064e5a (diff) | |
download | wallabag-37527034ab3d1e925b8e1806f17215979170c200.tar.gz wallabag-37527034ab3d1e925b8e1806f17215979170c200.tar.zst wallabag-37527034ab3d1e925b8e1806f17215979170c200.zip |
unactivate debug
Diffstat (limited to 'inc/poche')
-rwxr-xr-x | inc/poche/config.inc.php.new | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/poche/config.inc.php.new b/inc/poche/config.inc.php.new index 48cc5783..7c407158 100755 --- a/inc/poche/config.inc.php.new +++ b/inc/poche/config.inc.php.new | |||
@@ -26,7 +26,7 @@ define ('STORAGE_PASSWORD', 'poche'); | |||
26 | ################################################################################# | 26 | ################################################################################# |
27 | 27 | ||
28 | define ('MODE_DEMO', FALSE); | 28 | define ('MODE_DEMO', FALSE); |
29 | define ('DEBUG_POCHE', true); | 29 | define ('DEBUG_POCHE', FALSE); |
30 | define ('DOWNLOAD_PICTURES', FALSE); | 30 | define ('DOWNLOAD_PICTURES', FALSE); |
31 | define ('CONVERT_LINKS_FOOTNOTES', FALSE); | 31 | define ('CONVERT_LINKS_FOOTNOTES', FALSE); |
32 | define ('REVERT_FORCED_PARAGRAPH_ELEMENTS', FALSE); | 32 | define ('REVERT_FORCED_PARAGRAPH_ELEMENTS', FALSE); |