add zotsite.net to directory fallback servers
This commit is contained in:
parent
37d7d18bb7
commit
aae4943e64
3
boot.php
3
boot.php
@ -84,7 +84,8 @@ define ( 'DIRECTORY_FALLBACK_MASTER', 'https://zotadel.net');
|
|||||||
|
|
||||||
$DIRECTORY_FALLBACK_SERVERS = array(
|
$DIRECTORY_FALLBACK_SERVERS = array(
|
||||||
'https://hubzilla.zottel.net',
|
'https://hubzilla.zottel.net',
|
||||||
'https://zotadel.net'
|
'https://zotadel.net',
|
||||||
|
'https://zotsite.net'
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user