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:15:00 +0200 |
commit | 03b31932d18726b20a60051a0c5e70c3d8dfe287 (patch) | |
tree | 44ac15ceab0a6b158f29335744dcd38ed80bf264 | |
parent | 0ee2378cec6902c037b7cb28f290374f595f4d3b (diff) | |
download | volse-hubzilla-03b31932d18726b20a60051a0c5e70c3d8dfe287.tar.gz volse-hubzilla-03b31932d18726b20a60051a0c5e70c3d8dfe287.tar.bz2 volse-hubzilla-03b31932d18726b20a60051a0c5e70c3d8dfe287.zip |
remove hubzilla.nl from fallback directory servers
-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' ); |