aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2019-01-02 19:43:52 +0100
committerMario Vavti <mario@mariovavti.com>2019-01-02 19:43:52 +0100
commitaae4943e64bc8874be0802ec4faddb77f378b6c2 (patch)
tree12cae743685edcb4c8e14e2825ede473954e6362 /boot.php
parent37d7d18bb7b1e3bcadbb11c43a761d6953c2dc55 (diff)
downloadvolse-hubzilla-aae4943e64bc8874be0802ec4faddb77f378b6c2.tar.gz
volse-hubzilla-aae4943e64bc8874be0802ec4faddb77f378b6c2.tar.bz2
volse-hubzilla-aae4943e64bc8874be0802ec4faddb77f378b6c2.zip
add zotsite.net to directory fallback servers
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 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'
);