From d52b611c5e5ce1d2f952ebe62af03d799904c54a Mon Sep 17 00:00:00 2001 From: root Date: Fri, 16 Jan 2009 16:09:03 +0000 Subject: [PATCH] Fixed register_globals bug --- www/disputes.php | 1 + 1 file changed, 1 insertion(+) diff --git a/www/disputes.php b/www/disputes.php index 0f5c7dd..e87e5e6 100644 --- a/www/disputes.php +++ b/www/disputes.php @@ -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") {