aboutsummaryrefslogtreecommitdiffhomepage
path: root/inc
diff options
context:
space:
mode:
authorThomas Citharel <tcit@tcit.fr>2014-11-19 16:40:02 +0100
committerThomas Citharel <tcit@tcit.fr>2014-11-19 16:40:02 +0100
commitd25a3f13c2617d6d3f6d6433d426fab47727f038 (patch)
tree65d6651b0c5a7378af92f27d8fbe6f09e48c7a29 /inc
parentc8b4ef7fed01c4d94ac9d2325bd2c6e97f831bad (diff)
downloadwallabag-d25a3f13c2617d6d3f6d6433d426fab47727f038.tar.gz
wallabag-d25a3f13c2617d6d3f6d6433d426fab47727f038.tar.zst
wallabag-d25a3f13c2617d6d3f6d6433d426fab47727f038.zip
default deactivated
Diffstat (limited to 'inc')
-rwxr-xr-xinc/poche/config.inc.default.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/inc/poche/config.inc.default.php b/inc/poche/config.inc.default.php
index 21cbaf71..de992a9c 100755
--- a/inc/poche/config.inc.default.php
+++ b/inc/poche/config.inc.default.php
@@ -49,7 +49,7 @@
49@define ('NOT_FLATTRABLE', '0'); 49@define ('NOT_FLATTRABLE', '0');
50@define ('FLATTRABLE', '1'); 50@define ('FLATTRABLE', '1');
51@define ('FLATTRED', '2'); 51@define ('FLATTRED', '2');
52@define ('CARROT', TRUE); 52@define ('CARROT', FALSE);
53// display or not print link in article view 53// display or not print link in article view
54@define ('SHOW_PRINTLINK', '1'); 54@define ('SHOW_PRINTLINK', '1');
55// display or not percent of read in article view. Affects only default theme. 55// display or not percent of read in article view. Affects only default theme.
@@ -67,4 +67,4 @@
67//limit for download of articles during import 67//limit for download of articles during import
68@define ('IMPORT_LIMIT', 5); 68@define ('IMPORT_LIMIT', 5);
69//delay between downloads (in sec) 69//delay between downloads (in sec)
70@define ('IMPORT_DELAY', 5); 70@define ('IMPORT_DELAY', 5); \ No newline at end of file