diff options
author | zotlabs <mike@macgirvin.com> | 2017-01-10 11:21:51 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-01-10 11:21:51 -0800 |
commit | 52441dd754f0de0177f23ea4cb8d28aad834d5d9 (patch) | |
tree | a610a32037a5c3e953aa00f10c2e542214adb164 | |
parent | 120afb30c15b3d3f3e68a56b4a70dfc1891e83fc (diff) | |
download | volse-hubzilla-52441dd754f0de0177f23ea4cb8d28aad834d5d9.tar.gz volse-hubzilla-52441dd754f0de0177f23ea4cb8d28aad834d5d9.tar.bz2 volse-hubzilla-52441dd754f0de0177f23ea4cb8d28aad834d5d9.zip |
add gravizot.de to directory server fallbacks
-rwxr-xr-x | boot.php | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -83,7 +83,8 @@ $DIRECTORY_FALLBACK_SERVERS = array( 'https://hubzilla.zottel.net', 'https://hub.pixelbits.de', 'https://my.federated.social', - 'https://hubzilla.nl' + 'https://hubzilla.nl', + 'https://gravizot.de' ); |