aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarijus <mario@mariovavti.com>2014-09-13 19:45:26 +0200
committermarijus <mario@mariovavti.com>2014-09-13 19:45:26 +0200
commite8901b2ffe77a98cfe45f7741e684ec3c291f8f9 (patch)
tree064e938bc3e59b8e15d3698fcaf08eb71bb22616
parent5819c442abe254fa92a59a41f60cfa45060fe162 (diff)
downloadvolse-hubzilla-e8901b2ffe77a98cfe45f7741e684ec3c291f8f9.tar.gz
volse-hubzilla-e8901b2ffe77a98cfe45f7741e684ec3c291f8f9.tar.bz2
volse-hubzilla-e8901b2ffe77a98cfe45f7741e684ec3c291f8f9.zip
remove this hub from fallback servers
-rwxr-xr-xboot.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/boot.php b/boot.php
index 7dd52069f..b8457467e 100755
--- a/boot.php
+++ b/boot.php
@@ -73,7 +73,6 @@ $DIRECTORY_FALLBACK_SERVERS = array(
'https://zotid.net',
'https://redmatrix.nl',
'https://whogotzot.com',
- 'https://red.mariovavti.com',
'https://red.zottel.red',
'https://red.pixelbits.de'
);
@@ -2042,4 +2041,4 @@ function get_directory_realm() {
if($x = get_config('system','directory_realm'))
return $x;
return DIRECTORY_REALM;
-} \ No newline at end of file
+}