From c33efc2b000355bb363681ee7f454cea8feaa5c0 Mon Sep 17 00:00:00 2001 From: Thomas Willingham Date: Sun, 2 Nov 2014 15:31:04 +0000 Subject: Remove pixelbits from directory fallback - blocked public searches provide no results. --- boot.php | 1 - 1 file changed, 1 deletion(-) (limited to 'boot.php') diff --git a/boot.php b/boot.php index abbf48636..dae58eccf 100755 --- a/boot.php +++ b/boot.php @@ -74,7 +74,6 @@ $DIRECTORY_FALLBACK_SERVERS = array( 'https://redmatrix.nl', 'https://whogotzot.com', 'https://red.zottel.red', - 'https://red.pixelbits.de' ); -- cgit v1.2.3 From 53292cfe8669a81d180e472fa80879da9112bcfa Mon Sep 17 00:00:00 2001 From: Thomas Willingham Date: Sun, 2 Nov 2014 19:51:22 +0000 Subject: Pixelbit restored. Going forwards, we probably want to add a check that a directory is returning something in find_upstream_directory() since this was spotted by a new install who thought *they* were broken. --- boot.php | 1 + 1 file changed, 1 insertion(+) (limited to 'boot.php') diff --git a/boot.php b/boot.php index dae58eccf..1d940961b 100755 --- a/boot.php +++ b/boot.php @@ -74,6 +74,7 @@ $DIRECTORY_FALLBACK_SERVERS = array( 'https://redmatrix.nl', 'https://whogotzot.com', 'https://red.zottel.red', + 'https://red.pixelbits.de' ); -- cgit v1.2.3