rbt updates

This commit is contained in:
Nicolas Stepien 2012-11-16 14:58:39 +01:00
parent 2443d837da
commit 0fc4beecc1
2 changed files with 3 additions and 3 deletions

View File

@ -4758,6 +4758,7 @@
return "//fuuka.warosu.org/" + board + "/full_image/" + filename;
case 'cgl':
case 'g':
case 'mu':
case 'w':
return "//rbt.asia/" + board + "/full_image/" + filename;
case 'an':
@ -4825,7 +4826,6 @@
case 'cgl':
case 'g':
case 'mu':
case 'soc':
case 'w':
url = Redirect.path("//rbt.asia", 'fuuka', data);
break;

View File

@ -3907,7 +3907,7 @@ Redirect =
"//nsfw.foolz.us/#{board}/full_image/#{filename}"
when 'ck', 'lit'
"//fuuka.warosu.org/#{board}/full_image/#{filename}"
when 'cgl', 'g', 'w'
when 'cgl', 'g', 'mu', 'w'
"//rbt.asia/#{board}/full_image/#{filename}"
when 'an', 'k', 'toy', 'x'
"http://archive.heinessen.com/#{board}/full_image/#{filename}"
@ -3930,7 +3930,7 @@ Redirect =
url = Redirect.path "//fuuka.warosu.org", 'fuuka', data
when 'diy', 'sci'
url = Redirect.path "//archive.installgentoo.net", 'fuuka', data
when 'cgl', 'g', 'mu', 'soc', 'w'
when 'cgl', 'g', 'mu', 'w'
url = Redirect.path "//rbt.asia", 'fuuka', data
when 'an', 'fit', 'k', 'mlp', 'r9k', 'toy', 'x'
url = Redirect.path "http://archive.heinessen.com", 'fuuka', data