aboutsummaryrefslogtreecommitdiffhomepage
path: root/inc/poche/config.inc.default.php
diff options
context:
space:
mode:
authorThomas Citharel <tcit@tcit.fr>2015-02-04 23:50:33 +0100
committerThomas Citharel <tcit@tcit.fr>2015-02-04 23:50:33 +0100
commit571b99e8045ab45bfa04bbc2a90dc566dba59452 (patch)
treec730ea2badc3de4219c96dc05eb5775f1b0c9472 /inc/poche/config.inc.default.php
parent1c91178932cd5b48d793261c6631697186853a93 (diff)
downloadwallabag-571b99e8045ab45bfa04bbc2a90dc566dba59452.tar.gz
wallabag-571b99e8045ab45bfa04bbc2a90dc566dba59452.tar.zst
wallabag-571b99e8045ab45bfa04bbc2a90dc566dba59452.zip
added evernote support
Diffstat (limited to 'inc/poche/config.inc.default.php')
-rwxr-xr-xinc/poche/config.inc.default.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/poche/config.inc.default.php b/inc/poche/config.inc.default.php
index aaaf12a6..91b50c24 100755
--- a/inc/poche/config.inc.default.php
+++ b/inc/poche/config.inc.default.php
@@ -44,6 +44,7 @@
44@define ('SHARE_MAIL', TRUE); 44@define ('SHARE_MAIL', TRUE);
45@define ('SHARE_SHAARLI', FALSE); 45@define ('SHARE_SHAARLI', FALSE);
46@define ('SHAARLI_URL', 'http://myshaarliurl.com'); 46@define ('SHAARLI_URL', 'http://myshaarliurl.com');
47@define ('SHARE_EVERNOTE', FALSE);
47@define ('SHARE_DIASPORA', FALSE); 48@define ('SHARE_DIASPORA', FALSE);
48@define ('DIASPORA_URL', 'http://diasporapod.com'); # Don't add a / at the end 49@define ('DIASPORA_URL', 'http://diasporapod.com'); # Don't add a / at the end
49@define ('FLATTR', TRUE); 50@define ('FLATTR', TRUE);