aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2019-05-23 08:46:16 +0200
committerMario Vavti <mario@mariovavti.com>2019-05-23 08:46:16 +0200
commitb1813df61a36b4265be63e89802f652955807517 (patch)
tree1b250bc30c9790a60d2678e1d95a842332d1adf5 /boot.php
parent94d4bc4bac97075d0b92c5427dee01e4e49974c5 (diff)
downloadvolse-hubzilla-b1813df61a36b4265be63e89802f652955807517.tar.gz
volse-hubzilla-b1813df61a36b4265be63e89802f652955807517.tar.bz2
volse-hubzilla-b1813df61a36b4265be63e89802f652955807517.zip
add new directory fallback server
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 1b13b335a..e76440e10 100755
--- a/boot.php
+++ b/boot.php
@@ -84,7 +84,8 @@ define ( 'DIRECTORY_FALLBACK_MASTER', 'https://zotadel.net');
$DIRECTORY_FALLBACK_SERVERS = array(
'https://zotadel.net',
- 'https://zotsite.net'
+ 'https://zotsite.net',
+ 'https://hub.netzgemeinde.eu'
);