aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-02-14 07:13:22 +1100
committerredmatrix <git@macgirvin.com>2016-02-14 07:13:22 +1100
commit4351a83d1692475d9e89a9e83bf151cbb002767f (patch)
tree185fe7afe0c8af50f1eb25659d3c080dd54431d9 /boot.php
parentdd2d12350ccf0f21276c0d0534babab4848642f8 (diff)
parentddefe3b3aca89f6933c200229b3c6647bf6f2f4b (diff)
downloadvolse-hubzilla-4351a83d1692475d9e89a9e83bf151cbb002767f.tar.gz
volse-hubzilla-4351a83d1692475d9e89a9e83bf151cbb002767f.tar.bz2
volse-hubzilla-4351a83d1692475d9e89a9e83bf151cbb002767f.zip
Merge pull request #282 from royalterra/master
add https://blablanet.es faillback server
Diffstat (limited to 'boot.php')
-rwxr-xr-xboot.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index cbc8f633a..9728f1168 100755
--- a/boot.php
+++ b/boot.php
@@ -85,7 +85,8 @@ $DIRECTORY_FALLBACK_SERVERS = array(
'https://hubzilla.zottel.net',
'https://hub.pixelbits.de',
'https://my.federated.social',
- 'https://hubzilla.nl'
+ 'https://hubzilla.nl',
+ 'https://blablanet.es'
);