Add /mlp/ archive redirection. #518
This commit is contained in:
parent
a045d238e3
commit
26c18d1526
@ -4593,6 +4593,7 @@
|
||||
case 'an':
|
||||
case 'fit':
|
||||
case 'k':
|
||||
case 'mlp':
|
||||
case 'r9k':
|
||||
case 'toy':
|
||||
case 'x':
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
master
|
||||
- Mayhem
|
||||
Fix cooldown on /q/.
|
||||
Add /mlp/ archive redirection.
|
||||
|
||||
2.34.4
|
||||
- Mayhem
|
||||
|
||||
@ -3634,7 +3634,7 @@ Redirect =
|
||||
url = "//archive.rebeccablacktech.com/#{path}"
|
||||
if threadID and postID
|
||||
url += "#p#{postID}"
|
||||
when 'an', 'fit', 'k', 'r9k', 'toy', 'x'
|
||||
when 'an', 'fit', 'k', 'mlp', 'r9k', 'toy', 'x'
|
||||
url = "http://archive.heinessen.com/#{path}"
|
||||
if threadID and postID
|
||||
url += "#p#{postID}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user