diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-05-04 09:37:22 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-05-04 09:37:22 +0200 |
commit | 998dd582068a2ffd31f3388aaefe4d639d7eb9c0 (patch) | |
tree | 76e6904732070fcf7699da8a057a3c9efe197c2e | |
parent | ace8252569289b42361404a33e7e650a7c6aa716 (diff) | |
download | volse-hubzilla-998dd582068a2ffd31f3388aaefe4d639d7eb9c0.tar.gz volse-hubzilla-998dd582068a2ffd31f3388aaefe4d639d7eb9c0.tar.bz2 volse-hubzilla-998dd582068a2ffd31f3388aaefe4d639d7eb9c0.zip |
switch DIRECTORY_FALLBACK_MASTER to https://zotadel.net
-rwxr-xr-x | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -81,7 +81,7 @@ define ( 'DIRECTORY_MODE_STANDALONE', 0x0100); // A detached (off the grid) hub // point to go out and find the rest of the world. define ( 'DIRECTORY_REALM', 'RED_GLOBAL'); -define ( 'DIRECTORY_FALLBACK_MASTER', 'https://gravizot.de'); +define ( 'DIRECTORY_FALLBACK_MASTER', 'https://zotadel.net'); $DIRECTORY_FALLBACK_SERVERS = array( 'https://hubzilla.zottel.net', |