回答編集履歴

1

誤りを修正

2016/12/12 09:23

投稿

KiyoshiMotoki
KiyoshiMotoki

スコア4791

test CHANGED
@@ -18,7 +18,7 @@
18
18
 
19
19
  $path = parse_url($url, PHP_URL_PATH);
20
20
 
21
- if (strpos($path, 'emoticons/') === false) {
21
+ if (preg_match('/(^|\/)emoticons\//', $path) === 0) {
22
22
 
23
23
  $first_img = $url;
24
24