Disable HRDLog-Upload if credentials are obviously wrong

This commit is contained in:
int2001
2024-10-04 06:36:58 +00:00
parent 43d85ce0dd
commit 3ae02b052b
4 changed files with 117 additions and 105 deletions

View File

@@ -242,6 +242,7 @@ if ($dxcc_list->result() > 0) {
<select class="form-select" id="hrdlogrealtime" name="hrdlogrealtime">
<option value="1"><?= __("Yes"); ?></option>
<option value="0" selected><?= __("No"); ?></option>
<option value="-1" selected><?= __("Disabled"); ?></option>
</select>
</div>
</div>