mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Add Mode/SAT
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user