diff --git a/lib/function.php b/lib/function.php index 15c1bb2..fcc99cb 100644 --- a/lib/function.php +++ b/lib/function.php @@ -1263,7 +1263,7 @@ function dofilters($p){ $p=str_replace("-->", '-->', $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);