diff options
author | Mario Vavti <mario@mariovavti.com> | 2019-02-18 10:02:18 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2019-02-18 10:02:18 +0100 |
commit | 8ab532efb566b7dbe256fe8bf1f124d2d2e427fe (patch) | |
tree | 4912174af876135d543abf2eafb4832a522df747 /boot.php | |
parent | a5b7590d3a12ba1c8469c6840d4a9f895787ed2e (diff) | |
download | volse-hubzilla-8ab532efb566b7dbe256fe8bf1f124d2d2e427fe.tar.gz volse-hubzilla-8ab532efb566b7dbe256fe8bf1f124d2d2e427fe.tar.bz2 volse-hubzilla-8ab532efb566b7dbe256fe8bf1f124d2d2e427fe.zip |
remove zottel.net from fallback servers. it switched to directory_mode_normal from secondary
Diffstat (limited to 'boot.php')
-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' ); |