Hey,
On 6/29/05, Tony Lambregts tony.lambregts@gmail.com wrote:
Chris and I talked on IRC and it turns out that magic_quotes_gpc are turned "on" in php.ini on the production server and not on mine so we needed a stripslashes() on the version description.
They are supposed to be off! Check our .htaccess: http://cvs.winehq.org/cvsweb/~checkout~/appdb/.htaccess?rev=1.3&content-...
Our database query compile functions are also adding slashes and I don't see slashes appear in other recent database entries. In other words there we have no magic quotes added.
So either the php overrule settings are recently changes or the slashes in appsubmit.php are comming from a different place.
Paul