From 7c2c49d9b10104e0850f536d33588b8216416a45 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Sat, 6 Dec 2014 18:42:29 +0100 Subject: added diaspora sharing --- inc/poche/config.inc.default.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'inc/poche') diff --git a/inc/poche/config.inc.default.php b/inc/poche/config.inc.default.php index 0f88f335..3eaee3a3 100755 --- a/inc/poche/config.inc.default.php +++ b/inc/poche/config.inc.default.php @@ -44,6 +44,8 @@ @define ('SHARE_MAIL', TRUE); @define ('SHARE_SHAARLI', FALSE); @define ('SHAARLI_URL', 'http://myshaarliurl.com'); +@define ('SHARE_DIASPORA', FALSE); +@define ('DIASPORA_URL', 'http://diasporapod.com'); # Don't add a / at the end @define ('FLATTR', TRUE); @define ('FLATTR_API', 'https://api.flattr.com/rest/v2/things/lookup/?url='); @define ('NOT_FLATTRABLE', '0'); -- cgit v1.2.3