3
1
Back

Retrieving the image. /* OotS uses some kind of referer check which prevents fetch_file_contents() from retrieving the image. // $article['content'] = preg_replace('#(width|height)="150"#', '', $article['content']); if (preg_match("@.*?(.*)@", $article['content'], $matches)) .

New Pull Request