Add archived image redirection for rebeccablacktech.

This commit is contained in:
Nicolas Stepien 2012-09-03 21:35:25 +02:00
parent c0a7bcee67
commit a3885eb4fc
3 changed files with 7 additions and 3 deletions

View File

@ -4527,6 +4527,10 @@
return "//archive.foolz.us/" + board + "/full_image/" + filename; return "//archive.foolz.us/" + board + "/full_image/" + filename;
case 'u': case 'u':
return "//nsfw.foolz.us/" + board + "/full_image/" + filename; return "//nsfw.foolz.us/" + board + "/full_image/" + filename;
case 'cgl':
case 'g':
case 'w':
return "//archive.rebeccablacktech.com/" + board + "/full_image/" + filename;
case 'an': case 'an':
case 'k': case 'k':
case 'toy': case 'toy':

View File

@ -1,6 +1,6 @@
master master
- Mayhem - Mayhem
Add /an/, /k/, /toy/ and /x/ archived image redirection. Add /an/, /cgl/, /g/, /k/, /toy/, /w/ and /x/ archived image redirection.
One-word-captcha now works in the report window. One-word-captcha now works in the report window.
Fix duplicate file upload error link. Fix duplicate file upload error link.

View File

@ -3598,8 +3598,8 @@ Redirect =
"//archive.foolz.us/#{board}/full_image/#{filename}" "//archive.foolz.us/#{board}/full_image/#{filename}"
when 'u' when 'u'
"//nsfw.foolz.us/#{board}/full_image/#{filename}" "//nsfw.foolz.us/#{board}/full_image/#{filename}"
# when 'cgl', 'g', 'w' when 'cgl', 'g', 'w'
# "//archive.rebeccablacktech.com/#{board}/full_image/#{filename}" "//archive.rebeccablacktech.com/#{board}/full_image/#{filename}"
when 'an', 'k', 'toy', 'x' when 'an', 'k', 'toy', 'x'
"http://archive.heinessen.com/#{board}/full_image/#{filename}" "http://archive.heinessen.com/#{board}/full_image/#{filename}"
# when 'e' # when 'e'