Skip to content
This repository has been archived by the owner on Jan 22, 2020. It is now read-only.

Update form.php #44

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions inc/form.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
<div class="form-group">
<label class="col-md-1 control-label" for="host">Host </label>
<div class="col-md-5">
<input id="host" name="host" type="text" placeholder="raymii.org (or Host:IP to test a specific hostname on an IP)" autofocus="autofocus" class="form-control input-md" >
<input id="host" name="host" type="url" placeholder="raymii.org (or Host:IP to test a specific hostname on an IP)" autofocus="autofocus" class="form-control input-md" >
</div>
<label class="col-md-1 control-label" for="port">Port</label>
<div class="col-md-2">
<input id="port" name="port" type="text" placeholder="443" class="form-control input-md">
<input id="port" name="port" type="number" placeholder="443" class="form-control input-md">
</div>
</div>
<div class="form-group">
Expand Down Expand Up @@ -53,4 +53,4 @@
The SSL Decoder is processing your request. Please wait a few moments.<br>
</p>
</div>
<div id="resultDiv"></div>
<div id="resultDiv"></div>