Fixed register_globals bug

pull/1/head
root 16 years ago
parent a04ee9ece1
commit d52b611c5e

@ -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")
{

Loading…
Cancel
Save