aboutsummaryrefslogtreecommitdiffhomepage
path: root/inc/poche/config.inc.default.php
diff options
context:
space:
mode:
authorThomas Citharel <tcit@tcit.fr>2015-02-13 19:13:01 +0100
committerThomas Citharel <tcit@tcit.fr>2015-02-13 19:13:01 +0100
commit31556b05d0fc64c6d183d418d2d00f0ea5a0a136 (patch)
tree841dc5acaa92127a37332c4cde4f395a2b1daab4 /inc/poche/config.inc.default.php
parentaf13787e74ea45d7edc1005810f15a8baa428a77 (diff)
parent6cb5e1c9f511996d52b45b459bb26047f0dead38 (diff)
downloadwallabag-31556b05d0fc64c6d183d418d2d00f0ea5a0a136.tar.gz
wallabag-31556b05d0fc64c6d183d418d2d00f0ea5a0a136.tar.zst
wallabag-31556b05d0fc64c6d183d418d2d00f0ea5a0a136.zip
Merge pull request #1022 from wallabag/sendmailatregistration
Send email at registration
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.