Advertisement
Guest User

2chproxy-readcgi7.patch

a guest
Apr 23rd, 2017
514
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.47 KB | None | 0 0
  1. --- 2chproxy.pl.org 2017-04-22 21:43:02.983364184 +0900
  2. +++ 2chproxy.pl 2017-04-23 18:41:00.093118359 +0900
  3. @@ -411,7 +411,7 @@
  4.      if ($html =~ m|<base\shref="(https?:)?//[^.]+\.bbspink\.com|) {
  5.        $post_reg = $PROXY_CONFIG->{RESPONSE_REGEX3};
  6.      }
  7. -    elsif ($html =~ m|<base\shref="(https?:)?//agree\.2ch\.net|) {
  8. +    elsif ($html =~ m|</h1><div class="pagestats"|) { # for read.cgi 7.0
  9.        $post_reg = $PROXY_CONFIG->{RESPONSE_REGEX4};
  10.      }
  11.      else {
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement