autoconvert .gif to .png

This commit is contained in:
seek3r 2002-01-21 18:49:57 +00:00
parent e7a82bc085
commit be2435ce28

View File

@ -334,6 +334,7 @@
break;
}
$str str_replace (".gif", ".png",$str);
return $str;
}