Modified intro text to be consistent in size with new logos. Modified credits in BlindSqlInjection.java.

git-svn-id: http://webgoat.googlecode.com/svn/trunk@114 4033779f-a91e-0410-96ef-6bf7bf53c507
This commit is contained in:
mayhew64
2007-02-06 15:32:12 +00:00
parent 5408328434
commit 81582162d3
3 changed files with 6 additions and 6 deletions

View File

@ -168,7 +168,7 @@ public class BlindSqlInjection extends LessonAdapter
public Element getCredits()
{
return new StringElement(
"By Chuck Willis (edited 14 Dec 05 - Hints need to updated for non-Windows systems)");
"By Chuck Willis");
}