Modified intro text to be consistent in size with new logos. Modified credits in BlindSqlInjection.java.
git-svn-id: http://webgoat.googlecode.com/svn/trunk@114 4033779f-a91e-0410-96ef-6bf7bf53c507
This commit is contained in:
parent
5408328434
commit
81582162d3
@ -168,7 +168,7 @@ public class BlindSqlInjection extends LessonAdapter
|
||||
public Element getCredits()
|
||||
{
|
||||
return new StringElement(
|
||||
"By Chuck Willis (edited 14 Dec 05 - Hints need to updated for non-Windows systems)");
|
||||
"By Chuck Willis");
|
||||
}
|
||||
|
||||
|
||||
|
@ -242,10 +242,10 @@ html>body #navBar li {}
|
||||
}
|
||||
|
||||
#start {
|
||||
height: 380px;
|
||||
height: 390px;
|
||||
width: 700px;
|
||||
padding: 10px 50px 10px 50px;
|
||||
font-size: 12px;
|
||||
font-size: 15px;
|
||||
}
|
||||
#warning {
|
||||
border: 1px solid #666666;
|
||||
@ -266,7 +266,7 @@ html>body #navBar li {}
|
||||
padding-left: 10px;
|
||||
}
|
||||
.style1 {
|
||||
font-size: 10px;
|
||||
font-size: 11px;
|
||||
font-weight: bold;
|
||||
}
|
||||
.style2 {
|
||||
|
@ -17,8 +17,8 @@
|
||||
<p>Thank you for using WebGoat!</p>
|
||||
<p>This program is a demonstration of common web application flaws.
|
||||
The exercises are intended to provide hands on experience with application
|
||||
penetration testing techniques. This project is run by Bruce Mayhew, please send all
|
||||
comments to him at WebGoat@g2-inc.com</p>
|
||||
penetration testing techniques. The WebGoat project is lead by Bruce Mayhew. Please send all
|
||||
comments to Bruce at <A HREF=mailto:WebGoat@g2-inc.com>WebGoat@G2-Inc.com.</A>.</p>
|
||||
<div id="team">
|
||||
<table border="0" align="center" class="lessonText">
|
||||
<tr>
|
||||
|
Loading…
x
Reference in New Issue
Block a user