Fix overly greedy anti-photobucket code

This commit is contained in:
Xkeeper
2017-07-19 00:34:25 -07:00
parent b8caeda408
commit 4a6506548c

@@ -1263,7 +1263,7 @@ function dofilters($p){
$p=str_replace("-->", '--&gt;</font>', $p);
}
$p=preg_replace("'(https?://.*\.?photobucket.com/)'si",'images/photobucket.png#\\1',$p);
$p=preg_replace("'(https?://.*?photobucket.com/)'si",'images/photobucket.png#\\1',$p);
$p=str_replace("http://insectduel.proboards82.com","http://jul.rustedlogic.net/idiotredir.php?",$p);