Minor Bugfixes

git-svn-id: http://webgoat.googlecode.com/svn/trunk/webgoat@338 4033779f-a91e-0410-96ef-6bf7bf53c507
This commit is contained in:
wirth.marcel
2008-04-14 13:28:25 +00:00
parent 15d80a3006
commit c001a67b95
11 changed files with 29 additions and 29 deletions

View File

@ -265,7 +265,6 @@ public class SQLInjection extends GoatHillsFinancial
}
public String getLessonSolutionFileName(WebSession s) {
System.out.println("SOLUTION!!!");
String solutionFileName = null;
String stage = getStage(s);
solutionFileName = "/lesson_solutions/Lab SQL Injection/Lab " + stage + ".html";