Hi, Thursday, July 31, 2003, 4:06:12 PM, you wrote: JH> I found this on my server... I have no idea what it is... can someone JH> tell me what it does...
if you use apache you can do this to protect against uploaded php
scripts
<LocationMatch "/uploads/">
php_flag engine off
</LocationMatch>
--
regards,
Tom
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

