changed uid field to number
This commit is contained in:
parent
e7fd1720f2
commit
a8e44cb55a
1 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@
|
|||
<form method="POST" action="" id="lost_form">
|
||||
|
||||
<div class="form-group">
|
||||
<input type="text" class="form-control" placeholder="UID" name="uid" value="<?php echo $uid; ?>"></p>
|
||||
<input type="number" class="form-control" placeholder="UID" name="uid" value="<?php echo $uid; ?>"></p>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
|
|
Loading…
Reference in a new issue