summaryrefslogtreecommitdiff
path: root/itjs.php
diff options
context:
space:
mode:
Diffstat (limited to 'itjs.php')
-rw-r--r--itjs.php5
1 files changed, 1 insertions, 4 deletions
diff --git a/itjs.php b/itjs.php
index f0b0deb..d8932ed 100644
--- a/itjs.php
+++ b/itjs.php
@@ -45,10 +45,7 @@ if ($checksum != $_SERVER['HTTP_IF_NONE_MATCH'])
if ($_REQUEST['boot'])
$data .= "window.it_boot_init();";
- $data = itjs::strip($data);
-
- header("Content-Length: " . strlen($data));
- echo $data;
+ echo itjs::strip($data);
}
else
header("HTTP/1.0 304 Not Modified");