February 16th, 2005, 09:34 PM
|
#2 (permalink)
|
| Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 66,752
|
Allowing html to be added is a security risk but if you choose to fine the appropriate line in uploadproduct.php like this
$desc = fixmessage( $desc );
change it to this
//$desc = fixmessage( $desc );
|
| |