mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 18:27:16 +00:00
xss-protection
This commit is contained in:
@@ -23,8 +23,6 @@ class Usermodes extends CI_Model {
|
||||
return $this->db->get('adif_modes');
|
||||
}
|
||||
|
||||
|
||||
|
||||
function activate($id) {
|
||||
// Clean ID
|
||||
$clean_id = $this->security->xss_clean($id);
|
||||
|
||||
Reference in New Issue
Block a user