aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorM. Dent <dentm42@gmail.com>2019-02-19 01:21:37 +0100
committerM. Dent <dentm42@gmail.com>2019-02-19 01:21:37 +0100
commit0fa653d580d8862372c2a71fd6035d0cd1e83ceb (patch)
treea65c63bc5e1b4363ae651c238a9e5b2877d6fda3
parentb5109d2a1ae6056ec845c66ad89ccb02b4de0a05 (diff)
parent8ab532efb566b7dbe256fe8bf1f124d2d2e427fe (diff)
downloadvolse-hubzilla-0fa653d580d8862372c2a71fd6035d0cd1e83ceb.tar.gz
volse-hubzilla-0fa653d580d8862372c2a71fd6035d0cd1e83ceb.tar.bz2
volse-hubzilla-0fa653d580d8862372c2a71fd6035d0cd1e83ceb.zip
Merge branch 'core_fixes' into 'dev'
remove zottel.net from fallback servers. it switched to directory_mode_normal from secondary See merge request hubzilla/core!1518
-rwxr-xr-xboot.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index e93e621ce..5be2b29f3 100755
--- a/boot.php
+++ b/boot.php
@@ -83,7 +83,6 @@ define ( 'DIRECTORY_REALM', 'RED_GLOBAL');
define ( 'DIRECTORY_FALLBACK_MASTER', 'https://zotadel.net');
$DIRECTORY_FALLBACK_SERVERS = array(
- 'https://hubzilla.zottel.net',
'https://zotadel.net',
'https://zotsite.net'
);