From 0a057cbf8f21050a30698760689e46cace125f87 Mon Sep 17 00:00:00 2001 From: HB9HIL Date: Sun, 21 Apr 2024 16:43:25 +0200 Subject: [PATCH] add clublog ignore switch --- application/models/Stations.php | 2 ++ application/views/station_profile/create.php | 11 +++++++++-- application/views/station_profile/edit.php | 8 ++++++++ 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/application/models/Stations.php b/application/models/Stations.php index f3e2f0438..08c154d93 100644 --- a/application/models/Stations.php +++ b/application/models/Stations.php @@ -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)), diff --git a/application/views/station_profile/create.php b/application/views/station_profile/create.php index ba0f0941c..2b9addb6f 100644 --- a/application/views/station_profile/create.php +++ b/application/views/station_profile/create.php @@ -184,8 +184,15 @@ - -
+
+ + + +
+
+ + + + +
+