Remove /sp/ image archive redirection.

This commit is contained in:
Nicolas Stepien 2013-03-01 01:35:14 +01:00
parent 3900f97df6
commit f6206da98a
2 changed files with 1 additions and 2 deletions

View File

@ -4920,7 +4920,6 @@
case 'jp':
case 'm':
case 'q':
case 'sp':
case 'tg':
case 'vg':
case 'wsg':

View File

@ -4080,7 +4080,7 @@ Redirect =
image: (board, filename) ->
# Do not use g.BOARD, the image url can originate from a cross-quote.
switch board
when 'a', 'jp', 'm', 'q', 'sp', 'tg', 'vg', 'wsg'
when 'a', 'jp', 'm', 'q', 'tg', 'vg', 'wsg'
"//archive.foolz.us/#{board}/full_image/#{filename}"
when 'u'
"//nsfw.foolz.us/#{board}/full_image/#{filename}"