Skip to content

Commit 41eed7d

Browse files
killer49892ch774
authored andcommitted
したらば掲示板のスマホ版対応
1 parent ab4d4eb commit 41eed7d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/P2Util.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1927,7 +1927,7 @@ static public function detectThread($url = null)
19271927
$ls = (isset($matches[4]) && strlen($matches[4])) ? $matches[4] : '';
19281928

19291929
// したらばJBBS - http://jbbs.livedoor.com/bbs/read.cgi/computer/2999/1081177036/-100
1930-
} elseif (preg_match('<^http://(jbbs\\.(?:livedoor\\.(?:jp|com)|shitaraba\\.(?:net|com)))/bbs/read\\.cgi
1930+
} elseif (preg_match('<^http://(jbbs\\.(?:livedoor\\.(?:jp|com)|shitaraba\\.(?:net|com)))/(?:bbs|bbs/lite)/read\\.cgi
19311931
/(\\w+)/(\\d+)/(\\d+)/((?:\\d+)?-(?:\\d+)?)?[^"]*>x', $nama_url, $matches))
19321932
{
19331933
$host = $matches[1] . '/' . $matches[2];

0 commit comments

Comments
 (0)