diff options
author | redmatrix <git@macgirvin.com> | 2016-02-14 07:13:22 +1100 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-02-14 07:13:22 +1100 |
commit | 4351a83d1692475d9e89a9e83bf151cbb002767f (patch) | |
tree | 185fe7afe0c8af50f1eb25659d3c080dd54431d9 | |
parent | dd2d12350ccf0f21276c0d0534babab4848642f8 (diff) | |
parent | ddefe3b3aca89f6933c200229b3c6647bf6f2f4b (diff) | |
download | volse-hubzilla-4351a83d1692475d9e89a9e83bf151cbb002767f.tar.gz volse-hubzilla-4351a83d1692475d9e89a9e83bf151cbb002767f.tar.bz2 volse-hubzilla-4351a83d1692475d9e89a9e83bf151cbb002767f.zip |
Merge pull request #282 from royalterra/master
add https://blablanet.es faillback server
-rwxr-xr-x | boot.php | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -85,7 +85,8 @@ $DIRECTORY_FALLBACK_SERVERS = array( 'https://hubzilla.zottel.net', 'https://hub.pixelbits.de', 'https://my.federated.social', - 'https://hubzilla.nl' + 'https://hubzilla.nl', + 'https://blablanet.es' ); |