From b1813df61a36b4265be63e89802f652955807517 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Thu, 23 May 2019 08:46:16 +0200 Subject: add new directory fallback server --- boot.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'boot.php') 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' ); -- cgit v1.2.3