mirror of
https://github.com/friendica/friendica
synced 2025-04-27 06:30:12 +00:00
diaspora admin toggle, update install guide
This commit is contained in:
parent
564ade0685
commit
eb2ef6dec4
7 changed files with 36 additions and 18 deletions
|
@ -170,7 +170,7 @@ function contact_select($selname, $selclass, $preselected = false, $size = 4, $p
|
|||
$sql_extra .= " AND `network` IN ( 'dfrn' ) ";
|
||||
}
|
||||
elseif($privatenet) {
|
||||
$sql_extra .= " AND `network` IN ( 'dfrn', 'mail', 'face' ) ";
|
||||
$sql_extra .= " AND `network` IN ( 'dfrn', 'mail', 'face', 'dspr' ) ";
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue