diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-09-04 10:14:27 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-09-04 10:14:27 +0200 |
commit | e4b0e31a2809eba08f5e6cc6f28ee57f31374535 (patch) | |
tree | 7ccee89e9705b2a7f5be4437d9c65a66f880c4de /boot.php | |
parent | ba4f75ba1976a1306ba96c4d5bffc8728d4fc23b (diff) | |
download | volse-hubzilla-e4b0e31a2809eba08f5e6cc6f28ee57f31374535.tar.gz volse-hubzilla-e4b0e31a2809eba08f5e6cc6f28ee57f31374535.tar.bz2 volse-hubzilla-e4b0e31a2809eba08f5e6cc6f28ee57f31374535.zip |
remove hubzilla.nl from fallback directory servers
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -83,7 +83,7 @@ define ( 'DIRECTORY_FALLBACK_MASTER', 'https://gravizot.de'); $DIRECTORY_FALLBACK_SERVERS = array( 'https://hubzilla.zottel.net', 'https://my.federated.social', - 'https://hubzilla.nl', + //'https://hubzilla.nl', 'https://gravizot.de' ); |