mirror of
https://github.com/Xkeeper0/jul.git
synced 2025-08-13 11:15:46 -07:00
Fix overly greedy anti-photobucket code
This commit is contained in:
@@ -1263,7 +1263,7 @@ function dofilters($p){
|
||||
$p=str_replace("-->", '--></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);
|
||||
|
Reference in New Issue
Block a user