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;
}
break;
case 'ck':
case 'lit':
url = "//fuuka.warosu.org/" + path;
if (threadID && postID) {

View File

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

View File

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