From f94759049d89721203d14f92c002ad45ee057d25 Mon Sep 17 00:00:00 2001 From: Mayhem Date: Thu, 24 Oct 2013 02:41:34 +0200 Subject: [PATCH] Remove some board redirection to beta foolz since we can't default to them for non-beta users. --- json/archives.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/json/archives.json b/json/archives.json index f783e8110..ed621fa22 100644 --- a/json/archives.json +++ b/json/archives.json @@ -87,6 +87,6 @@ "https": true, "withCredentials": true, "software": "foolfuuka", - "boards": ["a", "co", "d", "gd", "h", "jp", "m", "mlp", "sp", "tg", "tv", "u", "v", "vg", "vp", "vr", "wsg"], - "files": ["a", "d", "gd", "h", "jp", "m", "tg", "u", "vg", "vp", "vr", "wsg"] + "boards": ["a", "co", "gd", "jp", "m", "mlp", "sp", "tg", "tv", "u", "v", "vg", "vp", "vr", "wsg"], + "files": ["a", "gd", "jp", "m", "tg", "u", "vg", "vp", "vr", "wsg"] }]