aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2013-09-21 14:18:28 +0200
committerNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2013-09-21 14:18:28 +0200
commit37527034ab3d1e925b8e1806f17215979170c200 (patch)
tree7ebd345f00d32e28e2ad69e2404a4bcea4a78065
parent88e1108f117581de492106db371185d9f8064e5a (diff)
downloadwallabag-37527034ab3d1e925b8e1806f17215979170c200.tar.gz
wallabag-37527034ab3d1e925b8e1806f17215979170c200.tar.zst
wallabag-37527034ab3d1e925b8e1806f17215979170c200.zip
unactivate debug
-rwxr-xr-xinc/poche/config.inc.php.new2
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
28define ('MODE_DEMO', FALSE); 28define ('MODE_DEMO', FALSE);
29define ('DEBUG_POCHE', true); 29define ('DEBUG_POCHE', FALSE);
30define ('DOWNLOAD_PICTURES', FALSE); 30define ('DOWNLOAD_PICTURES', FALSE);
31define ('CONVERT_LINKS_FOOTNOTES', FALSE); 31define ('CONVERT_LINKS_FOOTNOTES', FALSE);
32define ('REVERT_FORCED_PARAGRAPH_ELEMENTS', FALSE); 32define ('REVERT_FORCED_PARAGRAPH_ELEMENTS', FALSE);