aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-01-10 11:21:51 -0800
committerzotlabs <mike@macgirvin.com>2017-01-10 11:21:51 -0800
commit52441dd754f0de0177f23ea4cb8d28aad834d5d9 (patch)
treea610a32037a5c3e953aa00f10c2e542214adb164 /boot.php
parent120afb30c15b3d3f3e68a56b4a70dfc1891e83fc (diff)
downloadvolse-hubzilla-52441dd754f0de0177f23ea4cb8d28aad834d5d9.tar.gz
volse-hubzilla-52441dd754f0de0177f23ea4cb8d28aad834d5d9.tar.bz2
volse-hubzilla-52441dd754f0de0177f23ea4cb8d28aad834d5d9.zip
add gravizot.de to directory server fallbacks
Diffstat (limited to 'boot.php')
-rwxr-xr-xboot.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index 7c8f54859..b7c5530d7 100755
--- a/boot.php
+++ b/boot.php
@@ -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'
);