aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2018-03-15 10:13:30 +0100
committerMario Vavti <mario@mariovavti.com>2018-03-15 10:13:30 +0100
commit95c53c7e0b1cd0e70d81d2b9b83fee02952234b8 (patch)
tree3ffb660fb67540cb96eb711e7f01e3e799a46f8b /boot.php
parenta94a28bb7e2df6e8438deed9f0fb0e22682e61cc (diff)
downloadvolse-hubzilla-95c53c7e0b1cd0e70d81d2b9b83fee02952234b8.tar.gz
volse-hubzilla-95c53c7e0b1cd0e70d81d2b9b83fee02952234b8.tar.bz2
volse-hubzilla-95c53c7e0b1cd0e70d81d2b9b83fee02952234b8.zip
add zotadel.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 44466b26c..6db71b8fb 100755
--- a/boot.php
+++ b/boot.php
@@ -85,7 +85,8 @@ define ( 'DIRECTORY_FALLBACK_MASTER', 'https://gravizot.de');
$DIRECTORY_FALLBACK_SERVERS = array(
'https://hubzilla.zottel.net',
- 'https://gravizot.de'
+ 'https://gravizot.de',
+ 'https://zotadel.net'
);