mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-11 01:24:27 +02:00
Preparation to add the social network "pnut"
This commit is contained in:
parent
da30538a98
commit
275a1c6574
3 changed files with 6 additions and 0 deletions
|
@ -66,6 +66,9 @@ function unavailable_networks() {
|
|||
if (!get_config("system","diaspora_enabled"))
|
||||
$networks[] = NETWORK_DIASPORA;
|
||||
|
||||
if (!plugin_enabled("pnut"))
|
||||
$networks[] = NETWORK_PNUT;
|
||||
|
||||
if (!sizeof($networks))
|
||||
return "";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue