diff options
author | Mario Vavti <mario@mariovavti.com> | 2019-01-02 19:43:52 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2019-01-02 19:43:52 +0100 |
commit | aae4943e64bc8874be0802ec4faddb77f378b6c2 (patch) | |
tree | 12cae743685edcb4c8e14e2825ede473954e6362 | |
parent | 37d7d18bb7b1e3bcadbb11c43a761d6953c2dc55 (diff) | |
download | volse-hubzilla-aae4943e64bc8874be0802ec4faddb77f378b6c2.tar.gz volse-hubzilla-aae4943e64bc8874be0802ec4faddb77f378b6c2.tar.bz2 volse-hubzilla-aae4943e64bc8874be0802ec4faddb77f378b6c2.zip |
add zotsite.net to directory fallback servers
-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://hubzilla.zottel.net', - 'https://zotadel.net' + 'https://zotadel.net', + 'https://zotsite.net' ); |