aboutsummaryrefslogtreecommitdiffstats
path: root/include/diaspora.php
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-06-10 18:51:39 -0700
committerredmatrix <redmatrix@redmatrix.me>2015-06-10 18:51:39 -0700
commitb2c5020af7f85d4fe423cd6284f9ada701eab247 (patch)
treedb81c36fafb3bf0721102729da1fd01a0b9b447f /include/diaspora.php
parentbc1b7afc857aedb11264b3c2f1cad688894b3853 (diff)
downloadvolse-hubzilla-b2c5020af7f85d4fe423cd6284f9ada701eab247.tar.gz
volse-hubzilla-b2c5020af7f85d4fe423cd6284f9ada701eab247.tar.bz2
volse-hubzilla-b2c5020af7f85d4fe423cd6284f9ada701eab247.zip
diaspora disallowed by default
Diffstat (limited to 'include/diaspora.php')
-rwxr-xr-xinclude/diaspora.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/diaspora.php b/include/diaspora.php
index f0bd5d813..71425a6f8 100755
--- a/include/diaspora.php
+++ b/include/diaspora.php
@@ -65,8 +65,6 @@ function diaspora_dispatch($importer,$msg) {
}
$allowed = get_pconfig($importer['channel_id'],'system','diaspora_allowed');
- if($allowed === false)
- $allowed = 1;
if(! intval($allowed)) {
logger('mod-diaspora: disallowed for channel ' . $importer['channel_name']);
@@ -179,8 +177,6 @@ function diaspora_process_outbound($arr) {
$allowed = get_pconfig($arr['channel']['channel_id'],'system','diaspora_allowed');
- if($allowed === false)
- $allowed = 1;
if(! intval($allowed)) {
logger('mod-diaspora: disallowed for channel ' . $arr['channel']['channel_name']);