Skip to content

Instantly share code, notes, and snippets.

@kmr
Created January 7, 2015 11:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kmr/54c09bd60b4863493284 to your computer and use it in GitHub Desktop.
Save kmr/54c09bd60b4863493284 to your computer and use it in GitHub Desktop.
foltia ANIME LOCKERの、キャプチャ画像一覧の画像URLがサーバURIから指定されている問題をパッチ
51c451
< print "<li><a href=\"./html5player.php?p=$pid&h=$startsec\"><img src='$httpmediamappath/$tid.localized/img/$path/$filetid' alt='$tid:$countno:$filetid'></a></li>\n";
---
> print "<li><a href=\"./html5player.php?p=$pid&h=$startsec\"><img src='http://$serveruri$httpmediamappath/$tid.localized/img/$path/$filetid' alt='$tid:$countno:$filetid'></a></li>\n";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment