This commit is contained in:
James Campos 2011-10-30 14:30:34 -07:00
parent 450650cabb
commit 25dbf69dd0
2 changed files with 3 additions and 3 deletions

View File

@ -2731,11 +2731,11 @@
url = "http://archive.installgentoo.net/" + g.BOARD + "/thread/" + g.THREAD_ID;
break;
case 'lit':
case 'tv':
url = "http://archive.gentoomen.org/cgi-board.pl/" + g.BOARD + "/thread/" + g.THREAD_ID;
break;
case 'a':
case 'jp':
case 'tv':
url = "http://archive.foolz.us/" + g.BOARD + "/thread/" + g.THREAD_ID;
break;
case '3':

View File

@ -2036,9 +2036,9 @@ redirect = ->
switch g.BOARD
when 'diy', 'g', 'pol', 'sci'
url = "http://archive.installgentoo.net/#{g.BOARD}/thread/#{g.THREAD_ID}"
when 'lit', 'tv'
when 'lit'
url = "http://archive.gentoomen.org/cgi-board.pl/#{g.BOARD}/thread/#{g.THREAD_ID}"
when 'a', 'jp'
when 'a', 'jp', 'tv'
url = "http://archive.foolz.us/#{g.BOARD}/thread/#{g.THREAD_ID}"
when '3', 'adv', 'an', 'ck', 'co', 'fa', 'fit', 'int', 'k', 'mu', 'n', 'o', 'p', 'po', 'soc', 'sp', 'toy', 'trv', 'v', 'vp', 'x'
url = "http://archive.no-ip.org/#{g.BOARD}/thread/#{g.THREAD_ID}"