diff --git a/WebGoat/Default.aspx.cs b/WebGoat/Default.aspx.cs index 2c51294ef..f7679093b 100644 --- a/WebGoat/Default.aspx.cs +++ b/WebGoat/Default.aspx.cs @@ -3,7 +3,7 @@ using System.Web.UI; using OWASP.WebGoat.NET.App_Code.DB; using OWASP.WebGoat.NET.App_Code; - +// CUSTOM CODE GOES HERE namespace OWASP.WebGoat.NET { public partial class Default : System.Web.UI.Page diff --git a/WebGoat/WebGoatCoins/ProductDetails.aspx.cs b/WebGoat/WebGoatCoins/ProductDetails.aspx.cs index 36c236c0e..fbff79711 100644 --- a/WebGoat/WebGoatCoins/ProductDetails.aspx.cs +++ b/WebGoat/WebGoatCoins/ProductDetails.aspx.cs @@ -89,6 +89,7 @@ void LoadComments() string customerNumber = Request.Cookies["customerNumber"].Value; string email = du.GetCustomerEmail(customerNumber); + string email2 = du.GetCustomerEmail(customerNumber); txtEmail.Text = email; txtEmail.ReadOnly = true; } @@ -105,4 +106,4 @@ protected void Button1_Click(object sender, EventArgs e) } } -} \ No newline at end of file +}