aboutsummaryrefslogtreecommitdiffhomepage
path: root/inc/poche/config.inc.default.php
diff options
context:
space:
mode:
authorThomas Citharel <tcit@tcit.fr>2014-11-19 16:27:56 +0100
committerThomas Citharel <tcit@tcit.fr>2014-11-19 16:27:56 +0100
commitc8b4ef7fed01c4d94ac9d2325bd2c6e97f831bad (patch)
tree2e7adf0ae6b75205ea87ae6a1a06565ee392cca5 /inc/poche/config.inc.default.php
parentb0f9f5ac21b5caef430b0b5412443fd39ee50455 (diff)
downloadwallabag-c8b4ef7fed01c4d94ac9d2325bd2c6e97f831bad.tar.gz
wallabag-c8b4ef7fed01c4d94ac9d2325bd2c6e97f831bad.tar.zst
wallabag-c8b4ef7fed01c4d94ac9d2325bd2c6e97f831bad.zip
implementing carrot into wallabag
Diffstat (limited to 'inc/poche/config.inc.default.php')
-rwxr-xr-xinc/poche/config.inc.default.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/poche/config.inc.default.php b/inc/poche/config.inc.default.php
index f666f468..21cbaf71 100755
--- a/inc/poche/config.inc.default.php
+++ b/inc/poche/config.inc.default.php
@@ -49,6 +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// display or not print link in article view 53// display or not print link in article view
53@define ('SHOW_PRINTLINK', '1'); 54@define ('SHOW_PRINTLINK', '1');
54// 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 +68,3 @@
67@define ('IMPORT_LIMIT', 5); 68@define ('IMPORT_LIMIT', 5);
68//delay between downloads (in sec) 69//delay between downloads (in sec)
69@define ('IMPORT_DELAY', 5); 70@define ('IMPORT_DELAY', 5);
70