Add Mode/SAT

This commit is contained in:
int2001
2025-03-10 15:05:43 +00:00
parent e838274a11
commit e255091ff1
2 changed files with 8 additions and 1 deletions

View File

@@ -297,6 +297,7 @@ class Statistics extends CI_Controller {
public function sat_qsos_ajax() {
$this->load->model('stats');
$sat = str_replace('"', "", $this->security->xss_clean($this->input->post("Sat")));
$mode = str_replace('"', "", $this->security->xss_clean($this->input->post("Mode")));
$data['results'] = $this->stats->sat_qsos($sat,$mode);