h26 band settings

This commit is contained in:
HB9HIL
2024-02-17 00:01:42 +01:00
parent ffe381f429
commit 5ffae9229b
4 changed files with 8 additions and 1 deletions

View File

@@ -122,6 +122,7 @@ class Band extends CI_Controller {
$band['cq'] = $this->security->xss_clean($this->input->post('cq'));
$band['dok'] = $this->security->xss_clean($this->input->post('dok'));
$band['dxcc'] = $this->security->xss_clean($this->input->post('dxcc'));
$band['h26'] = $this->security->xss_clean($this->input->post('h26'));
$band['iota'] = $this->security->xss_clean($this->input->post('iota'));
$band['sig'] = $this->security->xss_clean($this->input->post('sig'));
$band['sota'] = $this->security->xss_clean($this->input->post('sota'));