aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-04-25 18:10:23 -0700
committerfriendica <info@friendica.com>2014-04-25 18:10:23 -0700
commit3e8e67df2c838ee5fe0129bd77a0c987b151a8f3 (patch)
tree711b02a71b00b79210ce633179c0cc5e8398259d /boot.php
parentd6620522c274d67f12adebefea0d2ea50d08bf34 (diff)
downloadvolse-hubzilla-3e8e67df2c838ee5fe0129bd77a0c987b151a8f3.tar.gz
volse-hubzilla-3e8e67df2c838ee5fe0129bd77a0c987b151a8f3.tar.bz2
volse-hubzilla-3e8e67df2c838ee5fe0129bd77a0c987b151a8f3.zip
Set a default directory server from a hard-wired list if one was not previously chosen.
Diffstat (limited to 'boot.php')
-rwxr-xr-xboot.php8
1 files changed, 8 insertions, 0 deletions
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'
+);
+
/**
*