diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-12-03 19:18:12 -0800 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-12-03 19:18:12 -0800 |
commit | 615c97132d37027833744a6a00da4ebc08840309 (patch) | |
tree | 5d3835891de673a561f29c97e83221a84ed997b8 | |
parent | 4b707db4b3411029c3a277bced26f139fafe7b90 (diff) | |
download | volse-hubzilla-615c97132d37027833744a6a00da4ebc08840309.tar.gz volse-hubzilla-615c97132d37027833744a6a00da4ebc08840309.tar.bz2 volse-hubzilla-615c97132d37027833744a6a00da4ebc08840309.zip |
add hubzilla.nl as fallback
-rwxr-xr-x | boot.php | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -84,7 +84,8 @@ $DIRECTORY_FALLBACK_SERVERS = array( 'https://hubzilla.site', 'https://red.zottel.red', 'https://gravizot.de', - 'https://my.federated.social' + 'https://my.federated.social', + 'https://hubzilla.nl' ); |