mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
xss_cleaning and uppercase callsign
This commit is contained in:
@@ -69,7 +69,7 @@ class Widgets extends CI_Controller {
|
||||
$data['theme'] = $this->config->item('option_theme');
|
||||
}
|
||||
|
||||
$data['user_callsign'] = $user_callsign;
|
||||
$data['user_callsign'] = strtoupper($this->security->xss_clean($user_callsign));
|
||||
$this->load->view('widgets/oqrs', $data);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user