fixed WEB-53
This commit is contained in:
parent
5c8e545185
commit
8eac6ef898
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user