mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
[Quick Lookup] Added DOK
This commit is contained in:
@@ -64,6 +64,7 @@ class Lookup extends CI_Controller {
|
||||
$data['cqz'] = xss_clean($this->input->post('cqz'));
|
||||
$data['wwff'] = xss_clean($this->input->post('wwff'));
|
||||
$data['ituz'] = xss_clean($this->input->post('ituz'));
|
||||
$data['dok'] = xss_clean($this->input->post('dok'));
|
||||
$data['continent'] = xss_clean($this->input->post('continent'));
|
||||
$data['location_list'] = $location_list;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user