Add /mlp/ archive redirection. #518

This commit is contained in:
Nicolas Stepien 2012-08-19 22:59:21 +02:00
parent a045d238e3
commit 26c18d1526
3 changed files with 3 additions and 1 deletions

View File

@ -4593,6 +4593,7 @@
case 'an':
case 'fit':
case 'k':
case 'mlp':
case 'r9k':
case 'toy':
case 'x':

View File

@ -1,6 +1,7 @@
master
- Mayhem
Fix cooldown on /q/.
Add /mlp/ archive redirection.
2.34.4
- Mayhem

View File

@ -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}"