mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-30 06:39:46 +02:00
check connection default yes
This commit is contained in:
parent
847f074a6b
commit
06643055ae
4 changed files with 5 additions and 4 deletions
|
@ -651,5 +651,6 @@
|
|||
"Hotspot_Auth_Method": "Hotspot Auth Method",
|
||||
"Api": "Api",
|
||||
"Http_Chap": "Http-Chap",
|
||||
"Hotspot_Authentication_Method__Make_sure_you_have_changed_your_hotspot_login_page_": "Hotspot Authentication Method. Make sure you have changed your hotspot login page."
|
||||
"Hotspot_Authentication_Method__Make_sure_you_have_changed_your_hotspot_login_page_": "Hotspot Authentication Method. Make sure you have changed your hotspot login page.",
|
||||
"Business": "Business"
|
||||
}
|
|
@ -56,7 +56,7 @@
|
|||
<div class="form-group row">
|
||||
<label class="col-md-2 control-label"></label>
|
||||
<div class="col-md-6">
|
||||
<label><input type="checkbox" name="testIt" value="yes"> Test Connection</label>
|
||||
<label><input type="checkbox" checked name="testIt" value="yes"> Test Connection</label>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
|
|
|
@ -55,7 +55,7 @@
|
|||
<div class="form-group row">
|
||||
<label class="col-md-2 control-label"></label>
|
||||
<div class="col-md-6">
|
||||
<label><input type="checkbox" name="testIt" value="yes"> Test Connection</label>
|
||||
<label><input type="checkbox" checked name="testIt" value="yes"> Test Connection</label>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
"version": "2024.7.15"
|
||||
"version": "2024.7.18"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue