aboutsummaryrefslogtreecommitdiffhomepage
path: root/inc/poche/config.inc.default.php
diff options
context:
space:
mode:
authorThomas Citharel <tcit@tcit.fr>2015-02-13 19:10:22 +0100
committerThomas Citharel <tcit@tcit.fr>2015-02-13 19:10:22 +0100
commit6cb5e1c9f511996d52b45b459bb26047f0dead38 (patch)
tree841dc5acaa92127a37332c4cde4f395a2b1daab4 /inc/poche/config.inc.default.php
parent57068585c0a1164f1ae7ae399f3d5a68a4e9d46d (diff)
downloadwallabag-6cb5e1c9f511996d52b45b459bb26047f0dead38.tar.gz
wallabag-6cb5e1c9f511996d52b45b459bb26047f0dead38.tar.zst
wallabag-6cb5e1c9f511996d52b45b459bb26047f0dead38.zip
improvements to internal registration and translations
Diffstat (limited to 'inc/poche/config.inc.default.php')
-rwxr-xr-xinc/poche/config.inc.default.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/inc/poche/config.inc.default.php b/inc/poche/config.inc.default.php
index 91b50c24..fbf4ae9a 100755
--- a/inc/poche/config.inc.default.php
+++ b/inc/poche/config.inc.default.php
@@ -59,6 +59,9 @@
59@define ('MOBI', FALSE); 59@define ('MOBI', FALSE);
60@define ('PDF', FALSE); 60@define ('PDF', FALSE);
61 61
62// registration
63@define ('SEND_CONFIRMATION_EMAIL', TRUE);
64
62// display or not print link in article view 65// display or not print link in article view
63@define ('SHOW_PRINTLINK', '1'); 66@define ('SHOW_PRINTLINK', '1');
64// display or not percent of read in article view. Affects only default theme. 67// display or not percent of read in article view. Affects only default theme.