if
(isset(
$_REQUEST
[
'GLOBALS'
]) OR isset(
$_FILES
])) {
exit
(
'Request tainting attempted.'
);
}