mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-24 03:57:15 +00:00
fix: password field must be a password type
This commit is contained in:
@@ -74,7 +74,7 @@ if($_GET['uid'])
|
|||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Password:</td>
|
<td>Password:</td>
|
||||||
<td><input type="text" name="pass"></td>
|
<td><input type="password" name="pass"></td>
|
||||||
<td colspan="2"><input type="submit" class="c5" value="Delete player"></td>
|
<td colspan="2"><input type="submit" class="c5" value="Delete player"></td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
|||||||
Reference in New Issue
Block a user