From 3e8e67df2c838ee5fe0129bd77a0c987b151a8f3 Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 25 Apr 2014 18:10:23 -0700 Subject: Set a default directory server from a hard-wired list if one was not previously chosen. --- boot.php | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'boot.php') diff --git a/boot.php b/boot.php index 01d11bee7..602012c85 100755 --- a/boot.php +++ b/boot.php @@ -67,6 +67,14 @@ define ( 'DIRECTORY_MODE_STANDALONE', 0x0100); define ( 'DIRECTORY_REALM', 'RED_GLOBAL'); define ( 'DIRECTORY_FALLBACK_MASTER', 'https://zothub.com'); +$DIRECTORY_FALLBACK_SERVERS = array( + 'https://zothub.com', + 'https://zotid.net', + 'https://redmatrix.nl', + 'https://whogotzot.com', + 'https://red.mariovavti.com' +); + /** * -- cgit v1.2.3