From: Nicolas LÅ“uillet Date: Thu, 8 Aug 2013 19:28:37 +0000 (+0200) Subject: debug false X-Git-Tag: 1.0-beta2~11 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=3d8bded89e880aa28a1b17422c5bb3d9def28026;p=github%2Fwallabag%2Fwallabag.git debug false --- diff --git a/inc/poche/config.inc.php b/inc/poche/config.inc.php index 0958600f..321784d7 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 define ('POCHE_VERSION', '1.0-beta1'); define ('MODE_DEMO', FALSE); -define ('DEBUG_POCHE', TRUE); +define ('DEBUG_POCHE', FALSE); define ('CONVERT_LINKS_FOOTNOTES', FALSE); define ('REVERT_FORCED_PARAGRAPH_ELEMENTS', FALSE); define ('DOWNLOAD_PICTURES', FALSE);