From aae4943e64bc8874be0802ec4faddb77f378b6c2 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Wed, 2 Jan 2019 19:43:52 +0100 Subject: add zotsite.net to directory fallback servers --- boot.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/boot.php b/boot.php index 410aa91b1..321f1a93b 100755 --- a/boot.php +++ b/boot.php @@ -84,7 +84,8 @@ define ( 'DIRECTORY_FALLBACK_MASTER', 'https://zotadel.net'); $DIRECTORY_FALLBACK_SERVERS = array( 'https://hubzilla.zottel.net', - 'https://zotadel.net' + 'https://zotadel.net', + 'https://zotsite.net' ); -- cgit v1.2.3