Move searchconfs also to the new controller

This commit is contained in:
int2001
2025-07-09 06:18:17 +00:00
parent 52ec94dfe5
commit 9806416f72
2 changed files with 1 additions and 8 deletions

View File

@@ -36,13 +36,6 @@ class Qsl extends CI_Controller {
}
public function searchConfirmations() {
$this->load->model('qsl_model');
$confirmationtype = xss_clean($this->input->post('type'));
$data['result'] = $this->qsl_model->getConfirmations($confirmationtype);
$this->load->view('qslcard/confirmationresult', $data);
}
public function upload() {
// Render Page
$data['page_title'] = __("Upload QSL Cards");