fixing typo / bug
git-svn-id: http://webgoat.googlecode.com/svn/trunk/webgoat@274 4033779f-a91e-0410-96ef-6bf7bf53c507
This commit is contained in:
parent
b0b94c4688
commit
e64d676f06
@ -3,7 +3,7 @@
|
||||
errorPage="" %>
|
||||
<%
|
||||
WebSession webSession = ((WebSession)session.getAttribute("websession"));
|
||||
Employee employee = (Employee) session.getAttribute("DBDBSQLInjection.Employee");
|
||||
Employee employee = (Employee) session.getAttribute("DBSQLInjection.Employee");
|
||||
%>
|
||||
<div class="lesson_title_box"><strong>Welcome Back </strong><span class="lesson_text_db"><%=webSession.getUserNameInLesson()%></span></div>
|
||||
<div class="lesson_text">
|
||||
|
Loading…
x
Reference in New Issue
Block a user