Fixed register_globals bug

This commit is contained in:
root 2009-01-16 16:09:03 +00:00
parent a04ee9ece1
commit d52b611c5e

View file

@ -21,6 +21,7 @@
loadem("account");
$type=""; if(array_key_exists('type',$_REQUEST)) $type=$_REQUEST['type'];
$action=""; if(array_key_exists('action',$_REQUEST)) $action=sanitizeHTML($_REQUEST['action']);
if($type == "reallyemail")
{