mirror of
https://github.com/icecoder/ICEcoder.git
synced 2026-03-19 14:57:15 +01:00
Remove comma
This commit is contained in:
@@ -83,7 +83,7 @@ function xssClean($data,$type) {
|
||||
|
||||
// === script ===
|
||||
if ($type == "script") {
|
||||
$bad = array("<", ">", "(", ")", "[", "]", "\"", "'", ";",);
|
||||
$bad = array("<", ">", "(", ")", "[", "]", "\"", "'", ";");
|
||||
$good = array("<", ">", "(", ")", "[", "]", """, "'", ";");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user