Add /ck/ archive redirection.

This commit is contained in:
Nicolas Stepien 2012-07-01 12:43:13 +02:00
parent 6873d2eb34
commit 4829b307fe
3 changed files with 4 additions and 1 deletions

View File

@ -4078,6 +4078,7 @@
url += "#" + postID; url += "#" + postID;
} }
break; break;
case 'ck':
case 'lit': case 'lit':
url = "//fuuka.warosu.org/" + path; url = "//fuuka.warosu.org/" + path;
if (threadID && postID) { if (threadID && postID) {

View File

@ -1,4 +1,6 @@
master master
- Mayhem
Add /ck/ archive redirection.
2.33.6 2.33.6
- Mayhem - Mayhem

View File

@ -3181,7 +3181,7 @@ Redirect =
url = "//nsfw.foolz.us/#{path}/" url = "//nsfw.foolz.us/#{path}/"
if threadID and postID if threadID and postID
url += "##{postID}" url += "##{postID}"
when 'lit' when 'ck', 'lit'
url = "//fuuka.warosu.org/#{path}" url = "//fuuka.warosu.org/#{path}"
if threadID and postID if threadID and postID
url += "#p#{postID}" url += "#p#{postID}"