mirror of
https://github.com/friendica/friendica
synced 2025-04-24 00:30:11 +00:00
Issue 10640: Use consistent settings to enable protocol support
This commit is contained in:
parent
0448070069
commit
e3c7cd25e1
9 changed files with 18 additions and 26 deletions
|
@ -72,7 +72,7 @@ class NodeInfo120 extends BaseModule
|
|||
$nodeinfo['services']['inbound'][] = 'rss2.0';
|
||||
$nodeinfo['services']['outbound'][] = 'atom1.0';
|
||||
|
||||
if (function_exists('imap_open') && !$config->get('system', 'imap_disabled') && !$config->get('system', 'dfrn_only')) {
|
||||
if (function_exists('imap_open') && !$config->get('system', 'imap_disabled')) {
|
||||
$nodeinfo['services']['inbound'][] = 'imap';
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue