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:56:01 +0200 |
commit | 418d102663bf96b560461159c4b87299689b38d6 (patch) | |
tree | c1cb690d9728cfea17b75603a422ba8691631814 | |
parent | ef73607288c725798927bb705419a74728e8e348 (diff) | |
download | volse-hubzilla-418d102663bf96b560461159c4b87299689b38d6.tar.gz volse-hubzilla-418d102663bf96b560461159c4b87299689b38d6.tar.bz2 volse-hubzilla-418d102663bf96b560461159c4b87299689b38d6.zip |
remove hubzilla.site from directory fallback servers until further notice
-rwxr-xr-x | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -82,7 +82,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', |