mirror of
https://github.com/0dayCTF/reverse-shell-generator.git
synced 2024-12-19 19:36:10 +00:00
Merge pull request #130 from AyhamAl-Ali/fix/ip-input
⚒ Fix IP input max-length
This commit is contained in:
commit
f06ea9a23e
@ -88,7 +88,7 @@
|
||||
<span id="ip-label" class="input-group-text">IP</span>
|
||||
</div>
|
||||
<input id="ip" type="text" class="form-control form-control-lg text-center px-1"
|
||||
size="12VW" maxlength="15" aria-label="IP"
|
||||
size="12VW" aria-label="IP"
|
||||
aria-describedby="ip-label">
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user