aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Kostikov <max@kostikov.co>2019-01-03 16:32:31 +0100
committerMax Kostikov <max@kostikov.co>2019-01-03 16:32:31 +0100
commit1a652b555f394638e6836dfb88e98b5c916bf4d0 (patch)
tree732d0fd7cef3ba5b07943995e764c62e5681fd32
parent3f61d24d0ad961432966d7c1439f6bccb55d42bf (diff)
parentaae4943e64bc8874be0802ec4faddb77f378b6c2 (diff)
downloadvolse-hubzilla-1a652b555f394638e6836dfb88e98b5c916bf4d0.tar.gz
volse-hubzilla-1a652b555f394638e6836dfb88e98b5c916bf4d0.tar.bz2
volse-hubzilla-1a652b555f394638e6836dfb88e98b5c916bf4d0.zip
Merge branch 'update_boot' into 'dev'
add zotsite.net to directory fallback servers See merge request hubzilla/core!1454
-rwxr-xr-xboot.php3
1 files changed, 2 insertions, 1 deletions
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'
);