]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
cache to FALSE
authorNicolas Lœuillet <nicolas.loeuillet@gmail.com>
Wed, 7 Aug 2013 17:14:48 +0000 (19:14 +0200)
committerNicolas Lœuillet <nicolas.loeuillet@gmail.com>
Wed, 7 Aug 2013 17:14:48 +0000 (19:14 +0200)
inc/poche/config.inc.php

index 322f69d67ee44bb9c480d05b622a795059c98c85..930b31e5f9058e6f85320c2e6b2eb50f01d46f79 100644 (file)
@@ -18,7 +18,7 @@ define ('STORAGE_PASSWORD', 'postgres'); # leave blank for sqlite
 
 define ('POCHE_VERSION', '1.0-beta');
 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);