// 防止变量覆盖
foreach
(
$_REQUEST
as
$_k
=>
$_v
){
if
strlen
) > 0 && preg_match(
'/^(cfg_|GLOBALS)/i'
,
)){
exit
'Request var not allow!'
);
}