diff --git a/trainingportal/static/lessons/blackBelt/cwe863.html b/trainingportal/static/lessons/blackBelt/cwe863.html index 9f1f8525..412d48c4 100644 --- a/trainingportal/static/lessons/blackBelt/cwe863.html +++ b/trainingportal/static/lessons/blackBelt/cwe863.html @@ -15,7 +15,7 @@
-if(session.getAttribute("ch3loggedin")==null || !(boolean)session.getAttribute("ch863loggedin")){
+if(session.getAttribute("ch863loggedin")==null || !(boolean)session.getAttribute("ch863loggedin")){
response.sendRedirect("ch863.jsp?loggedin=false");
}
else{