diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-03-29 15:55:21 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-03-29 15:55:21 +0200 |
commit | 3b6a0d8e5cb787bace27aee67f7ae0f4130e3132 (patch) | |
tree | d2e112c8835db9bc7052288062dd60464c8ee73a /boot.php | |
parent | 29c9972b868468e3d37c8ed79a458288d3e35de0 (diff) | |
download | volse-hubzilla-3b6a0d8e5cb787bace27aee67f7ae0f4130e3132.tar.gz volse-hubzilla-3b6a0d8e5cb787bace27aee67f7ae0f4130e3132.tar.bz2 volse-hubzilla-3b6a0d8e5cb787bace27aee67f7ae0f4130e3132.zip |
remove hubzilla.site from directory fallback servers until further notice
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -81,7 +81,7 @@ define ( 'DIRECTORY_REALM', 'RED_GLOBAL'); define ( 'DIRECTORY_FALLBACK_MASTER', 'https://gravizot.de'); $DIRECTORY_FALLBACK_SERVERS = array( - 'https://hubzilla.site', + //'https://hubzilla.site', 'https://hubzilla.zottel.net', 'https://my.federated.social', 'https://hubzilla.nl', |