Improved register_globals

pull/1/head
root 16 years ago
parent 3e6113af2d
commit 6cc45ccd7f

@ -225,7 +225,7 @@
if($oldid == "1") if($oldid == "1")
{ {
$email = trim(mysql_escape_string(stripslashes($dispute))); $email = trim(mysql_escape_string(stripslashes($_REQUEST['dispute'])));
if($email == "") if($email == "")
{ {
showheader(_("Email Dispute")); showheader(_("Email Dispute"));
@ -296,7 +296,7 @@
if($oldid == "2") if($oldid == "2")
{ {
$domain = trim(mysql_escape_string(stripslashes($dispute))); $domain = trim(mysql_escape_string(stripslashes($_REQUEST['dispute'])));
if($domain == "") if($domain == "")
{ {
showheader(_("Domain Dispute")); showheader(_("Domain Dispute"));

Loading…
Cancel
Save