summaryrefslogtreecommitdiff
path: root/itjs.php
diff options
context:
space:
mode:
Diffstat (limited to 'itjs.php')
-rw-r--r--itjs.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/itjs.php b/itjs.php
index 3d2d209..59022fe 100644
--- a/itjs.php
+++ b/itjs.php
@@ -73,7 +73,7 @@ if ($checksum != $_SERVER['HTTP_IF_NONE_MATCH'])
$data .= sprintf("/*sln:% 8d*/", strlen($data) + 16);
}
- echo $data;
+ echo it_untaint($data);
}
else
header("HTTP/1.0 304 Not Modified");