Including one small documentation change: giving credit to Sherif Koussa's original CSRF lesson

git-svn-id: http://webgoat.googlecode.com/svn/trunk@387 4033779f-a91e-0410-96ef-6bf7bf53c507
This commit is contained in:
cam.morris 2009-10-23 21:29:42 +00:00
parent 85c6843ee4
commit d971d2f734
2 changed files with 2 additions and 2 deletions

View File

@ -194,7 +194,7 @@ public class CsrfPromptByPass extends CSRF
credits.addElement(new StringElement("Contributed by "));
credits.addElement(partnet);
credits.addElement(new BR());
credits.addElement(new StringElement("Derived from CSRF Lesson by Sherif Koussa"));
credits.addElement(new StringElement("Derived from Sherif Koussa's CSRF Lesson"));
return credits;
}
}

View File

@ -175,7 +175,7 @@ public class CsrfTokenByPass extends CsrfPromptByPass
credits.addElement(new StringElement("Contributed by "));
credits.addElement(partnet);
credits.addElement(new BR());
credits.addElement(new StringElement("Derived from CSRF Lesson by Sherif Koussa"));
credits.addElement(new StringElement("Derived from Sherif Koussa's CSRF Lesson"));
return credits;
}
}