Improved register_globals

pull/1/head
root 16 years ago
parent 64eed063d6
commit 3e6113af2d

@ -20,6 +20,8 @@
loadem("account");
$type=""; if(array_key_exists('type',$_REQUEST)) $type=$_REQUEST['type'];
if($type == "reallyemail")
{
$emailid = intval($_SESSION['_config']['emailid']);

@ -500,7 +500,7 @@ if(1)
}
$id = intval($id);
$_SESSION['_config']['cert'] = intval($cert);
$_SESSION['_config']['cert'] = intval($_REQUEST['cert']);
showheader(_("Welcome to CAcert.org"));
includeit($id, "gpg");

Loading…
Cancel
Save