Change "token" to "password"

This commit is contained in:
Neale Pickett 2010-07-27 18:08:24 -06:00
parent 0ead8eaf59
commit 2274067e01
2 changed files with 3 additions and 3 deletions

View File

@ -38,8 +38,8 @@
<legend>Information</legend>
<table>
<tr>
<td>Token:</td>
<td><input name="token"></td>
<td>Password:</td>
<td><input name="token" type="password"></td>
</tr>
<tr>
<td>Tank name:</td>

View File

@ -7,7 +7,7 @@ else
exit 1
fi
TANKS_GAME=${TANKS_GAME:-./forftanks}
TANKS_GAME=${TANKS_GAME:-forftanks}
NAV_HTML_INC=${NAV_HTML_INC:-./nav.html.inc} export NAV_HTML_INC
rank () {