Fixed register_globals bug
This commit is contained in:
parent
a04ee9ece1
commit
d52b611c5e
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue