fixed WEB-53

This commit is contained in:
nbaars 2014-09-10 08:46:45 +02:00
parent 5c8e545185
commit 8eac6ef898
3 changed files with 3 additions and 3 deletions

View File

@ -103,7 +103,7 @@ public class CrossSiteScripting extends GoatHillsFinancial
{ {
String solutionFileName = null; String solutionFileName = null;
String stage = getStage(s); String stage = getStage(s);
solutionFileName = "/lesson_solutions/Lab XSS/Lab " + stage + ".html"; solutionFileName = "/lesson_solutions_1/Lab XSS/Lab " + stage + ".html";
return solutionFileName; return solutionFileName;
} }

View File

@ -176,7 +176,7 @@ public class RoleBasedAccessControl extends GoatHillsFinancial
{ {
String solutionFileName = null; String solutionFileName = null;
String stage = getStage(s); String stage = getStage(s);
solutionFileName = "/lesson_solutions/Lab Access Control/Lab " + stage + ".html"; solutionFileName = "/lesson_solutions_1/Lab Access Control/Lab " + stage + ".html";
return solutionFileName; return solutionFileName;
} }

View File

@ -272,7 +272,7 @@ public class SQLInjection extends GoatHillsFinancial
{ {
String solutionFileName = null; String solutionFileName = null;
String stage = getStage(s); String stage = getStage(s);
solutionFileName = "/lesson_solutions/Lab SQL Injection/Lab " + stage + ".html"; solutionFileName = "/lesson_solutions_1/Lab SQL Injection/Lab " + stage + ".html";
return solutionFileName; return solutionFileName;
} }
} }