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="" %>
|
errorPage="" %>
|
||||||
<%
|
<%
|
||||||
WebSession webSession = ((WebSession)session.getAttribute("websession"));
|
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_title_box"><strong>Welcome Back </strong><span class="lesson_text_db"><%=webSession.getUserNameInLesson()%></span></div>
|
||||||
<div class="lesson_text">
|
<div class="lesson_text">
|
||||||
@ -130,4 +130,4 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</div></form>
|
</div></form>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user