Created
January 7, 2015 11:32
-
-
Save kmr/54c09bd60b4863493284 to your computer and use it in GitHub Desktop.
foltia ANIME LOCKERの、キャプチャ画像一覧の画像URLがサーバURIから指定されている問題をパッチ
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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