From 01b24e095efbef76cc5f15b5b9ec18792103cdbb Mon Sep 17 00:00:00 2001 From: Peter Goodhall Date: Sat, 2 Aug 2025 11:19:58 +0100 Subject: [PATCH] Update Station.php --- application/controllers/Station.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/application/controllers/Station.php b/application/controllers/Station.php index f0600ec1..6e3966d9 100644 --- a/application/controllers/Station.php +++ b/application/controllers/Station.php @@ -83,6 +83,9 @@ class Station extends CI_Controller { $this->load->view('station_profile/edit'); $this->load->view('interface_assets/footer'); } else { + // Get all the posted data from the form and save it to log file + log_message('error', 'Posted data: ' . json_encode($this->input->post())); + if ($this->stations->edit() !== false) { // [eQSL default msg] ADD to user options (option_type='eqsl_default_qslmsg'; option_name='key_station_id'; option_key=station_id; option_value=value) // $eqsl_default_qslmsg = xss_clean($this->input->post('eqsl_default_qslmsg', true));