diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-08-07 19:14:48 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-08-07 19:14:48 +0200 |
commit | c7ec97ce98576ab9da367315d1060e781c581df8 (patch) | |
tree | 8fbf626cacf64d06ed821a04b1ef97db8dfbfe15 /inc/poche/config.inc.php | |
parent | b916bcfccc5a8b1c1852c0bf39bb6f9837296a4e (diff) | |
download | wallabag-c7ec97ce98576ab9da367315d1060e781c581df8.tar.gz wallabag-c7ec97ce98576ab9da367315d1060e781c581df8.tar.zst wallabag-c7ec97ce98576ab9da367315d1060e781c581df8.zip |
cache to FALSE
Diffstat (limited to 'inc/poche/config.inc.php')
-rw-r--r-- | inc/poche/config.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/poche/config.inc.php b/inc/poche/config.inc.php index 322f69d6..930b31e5 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 | ||
19 | define ('POCHE_VERSION', '1.0-beta'); | 19 | define ('POCHE_VERSION', '1.0-beta'); |
20 | define ('MODE_DEMO', FALSE); | 20 | define ('MODE_DEMO', FALSE); |
21 | define ('DEBUG_POCHE', TRUE); | 21 | define ('DEBUG_POCHE', FALSE); |
22 | define ('CONVERT_LINKS_FOOTNOTES', FALSE); | 22 | define ('CONVERT_LINKS_FOOTNOTES', FALSE); |
23 | define ('REVERT_FORCED_PARAGRAPH_ELEMENTS', FALSE); | 23 | define ('REVERT_FORCED_PARAGRAPH_ELEMENTS', FALSE); |
24 | define ('DOWNLOAD_PICTURES', FALSE); | 24 | define ('DOWNLOAD_PICTURES', FALSE); |