Posted by Le Poisson on 10/02/06 09:58
My apologies if my question sounds childish. Please explain the
following code to me. I found it at the beginning of a script.
if (isset($_REQUEST['GLOBALS']) OR isset($_FILES['GLOBALS']))
{
echo 'Request tainting attempted.';
exit;
}
Also, I'll be very grateful if someone can suggest me a good reference
on predefined variables. (The one included in PHP Manual didn't help
much.)
Thanks a lot.
Navigation:
[Reply to this message]
|