XSS clean the license text (#359)

This commit is contained in:
FrancescoUK
2016-08-08 16:09:40 +01:00
parent 19403adde2
commit 597a5caee5

View File

@@ -104,6 +104,8 @@ class Config extends Secure_Controller
$license[$i]['text'] .= "\n";
}
}
$license[$i]['text'] = $this->xss_clean($license[$i]['text']);
}
return $license;