aboutsummaryrefslogtreecommitdiffhomepage
path: root/inc/poche/config.inc.default.php
diff options
context:
space:
mode:
authorThomas Citharel <tcit@tcit.fr>2015-02-13 19:15:31 +0100
committerThomas Citharel <tcit@tcit.fr>2015-02-13 19:15:31 +0100
commit0eae6d14b8858005919cc3069799f77008a81d29 (patch)
tree9c18566ddada5bf8e391a7fa96f27cfc71471f1b /inc/poche/config.inc.default.php
parent1fbef3bfb57b3f73e6817115f10b5876dd0e57ef (diff)
parentdc6ec987585a1c51f678c404143e37b0d844d796 (diff)
downloadwallabag-0eae6d14b8858005919cc3069799f77008a81d29.tar.gz
wallabag-0eae6d14b8858005919cc3069799f77008a81d29.tar.zst
wallabag-0eae6d14b8858005919cc3069799f77008a81d29.zip
Merge branch 'dev' into register
Diffstat (limited to 'inc/poche/config.inc.default.php')
-rwxr-xr-xinc/poche/config.inc.default.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/inc/poche/config.inc.default.php b/inc/poche/config.inc.default.php
index 000faf1c..e569dddd 100755
--- a/inc/poche/config.inc.default.php
+++ b/inc/poche/config.inc.default.php
@@ -46,6 +46,7 @@
46@define ('SHARE_MAIL', TRUE); 46@define ('SHARE_MAIL', TRUE);
47@define ('SHARE_SHAARLI', FALSE); 47@define ('SHARE_SHAARLI', FALSE);
48@define ('SHAARLI_URL', 'http://myshaarliurl.com'); 48@define ('SHAARLI_URL', 'http://myshaarliurl.com');
49@define ('SHARE_EVERNOTE', FALSE);
49@define ('SHARE_DIASPORA', FALSE); 50@define ('SHARE_DIASPORA', FALSE);
50@define ('DIASPORA_URL', 'http://diasporapod.com'); # Don't add a / at the end 51@define ('DIASPORA_URL', 'http://diasporapod.com'); # Don't add a / at the end
51@define ('FLATTR', TRUE); 52@define ('FLATTR', TRUE);
@@ -60,10 +61,14 @@
60@define ('MOBI', FALSE); 61@define ('MOBI', FALSE);
61@define ('PDF', FALSE); 62@define ('PDF', FALSE);
62 63
64// registration
65@define ('SEND_CONFIRMATION_EMAIL', TRUE); // TO BE CHANGED DEPENDING ON POLL
66
63// display or not print link in article view 67// display or not print link in article view
64@define ('SHOW_PRINTLINK', '1'); 68@define ('SHOW_PRINTLINK', '1');
65// display or not percent of read in article view. Affects only default theme. 69// display or not percent of read in article view. Affects only default theme.
66@define ('SHOW_READPERCENT', '1'); 70@define ('SHOW_READPERCENT', '1');
71@define ('RELOAD_ARTICLE', TRUE);
67@define ('ABS_PATH', 'assets/'); 72@define ('ABS_PATH', 'assets/');
68 73
69@define ('DEFAULT_THEME', 'baggy'); 74@define ('DEFAULT_THEME', 'baggy');