diff options
author | Mario Vavti <mario@mariovavti.com> | 2019-05-23 08:46:16 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2019-05-23 08:46:16 +0200 |
commit | b1813df61a36b4265be63e89802f652955807517 (patch) | |
tree | 1b250bc30c9790a60d2678e1d95a842332d1adf5 | |
parent | 94d4bc4bac97075d0b92c5427dee01e4e49974c5 (diff) | |
download | volse-hubzilla-b1813df61a36b4265be63e89802f652955807517.tar.gz volse-hubzilla-b1813df61a36b4265be63e89802f652955807517.tar.bz2 volse-hubzilla-b1813df61a36b4265be63e89802f652955807517.zip |
add new directory fallback server
-rwxr-xr-x | boot.php | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -84,7 +84,8 @@ define ( 'DIRECTORY_FALLBACK_MASTER', 'https://zotadel.net'); $DIRECTORY_FALLBACK_SERVERS = array( 'https://zotadel.net', - 'https://zotsite.net' + 'https://zotsite.net', + 'https://hub.netzgemeinde.eu' ); |