change from url to text input

pull/38/head
glen 5 years ago
parent aef14f6d9d
commit a226e519dd

@ -374,9 +374,9 @@ function DisplayLokinetConfig()
<form role="form" action="?page=save_hostapd_conf" method="POST">
<h5>Enter Exit Node Data to activate:</h5>
<label for="exitaddress">Exit Address:</label>
<input type="url" class="form-control" placeholder="enter exit address here" id="exitaddress" name="exitaddress">
<input type="text" class="form-control" placeholder="enter exit address here" id="exitaddress" name="exitaddress">
<label for="exitkey">Exit Key: (optional)</label>
<input type="url" class="form-control" placeholder="enter exit key here" id="exitkey" name="exitkey">
<input type="text" class="form-control" placeholder="enter exit key here" id="exitkey" name="exitkey">
<br/>
<?php
GLOBAL $exitstatus;

Loading…
Cancel
Save