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;
case 'u':
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 'k':
case 'toy':

View File

@ -1,6 +1,6 @@
master
- 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.
Fix duplicate file upload error link.

View File

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