diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-03-15 10:13:30 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-03-15 10:13:30 +0100 |
commit | 95c53c7e0b1cd0e70d81d2b9b83fee02952234b8 (patch) | |
tree | 3ffb660fb67540cb96eb711e7f01e3e799a46f8b /boot.php | |
parent | a94a28bb7e2df6e8438deed9f0fb0e22682e61cc (diff) | |
download | volse-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-x | boot.php | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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' ); |