Merge branch 'update_boot' into 'dev'
add zotsite.net to directory fallback servers See merge request hubzilla/core!1454
This commit is contained in:
commit
1a652b555f
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