diff options
author | M. Dent <dentm42@gmail.com> | 2019-02-19 01:21:37 +0100 |
---|---|---|
committer | M. Dent <dentm42@gmail.com> | 2019-02-19 01:21:37 +0100 |
commit | 0fa653d580d8862372c2a71fd6035d0cd1e83ceb (patch) | |
tree | a65c63bc5e1b4363ae651c238a9e5b2877d6fda3 | |
parent | b5109d2a1ae6056ec845c66ad89ccb02b4de0a05 (diff) | |
parent | 8ab532efb566b7dbe256fe8bf1f124d2d2e427fe (diff) | |
download | volse-hubzilla-0fa653d580d8862372c2a71fd6035d0cd1e83ceb.tar.gz volse-hubzilla-0fa653d580d8862372c2a71fd6035d0cd1e83ceb.tar.bz2 volse-hubzilla-0fa653d580d8862372c2a71fd6035d0cd1e83ceb.zip |
Merge branch 'core_fixes' into 'dev'
remove zottel.net from fallback servers. it switched to directory_mode_normal from secondary
See merge request hubzilla/core!1518
-rwxr-xr-x | boot.php | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -83,7 +83,6 @@ define ( 'DIRECTORY_REALM', 'RED_GLOBAL'); define ( 'DIRECTORY_FALLBACK_MASTER', 'https://zotadel.net'); $DIRECTORY_FALLBACK_SERVERS = array( - 'https://hubzilla.zottel.net', 'https://zotadel.net', 'https://zotsite.net' ); |