add clublog ignore switch

This commit is contained in:
HB9HIL
2024-04-21 16:43:25 +02:00
parent 26d9cb8dfa
commit 0a057cbf8f
3 changed files with 19 additions and 2 deletions

View File

@@ -122,6 +122,7 @@ class Stations extends CI_Model {
'hrdlog_username' => xss_clean($this->input->post('hrdlog_username', true)),
'hrdlog_code' => xss_clean($this->input->post('hrdlog_code', true)),
'hrdlogrealtime' => xss_clean($this->input->post('hrdlogrealtime', true)),
'clublogignore' => xss_clean($this->input->post('clublogignore', true)),
'clublogrealtime' => xss_clean($this->input->post('clublogrealtime', true)),
'qrzapikey' => xss_clean($this->input->post('qrzapikey', true)),
'qrzrealtime' => xss_clean($this->input->post('qrzrealtime', true)),
@@ -183,6 +184,7 @@ class Stations extends CI_Model {
'hrdlog_username' => xss_clean($this->input->post('hrdlog_username', true)),
'hrdlog_code' => xss_clean($this->input->post('hrdlog_code', true)),
'hrdlogrealtime' => xss_clean($this->input->post('hrdlogrealtime', true)),
'clublogignore' => xss_clean($this->input->post('clublogignore', true)),
'clublogrealtime' => xss_clean($this->input->post('clublogrealtime', true)),
'qrzapikey' => xss_clean($this->input->post('qrzapikey', true)),
'qrzrealtime' => xss_clean($this->input->post('qrzrealtime', true)),