summaryrefslogtreecommitdiff
path: root/itjs.php
diff options
context:
space:
mode:
authorThomas BrĂ¼derli2007-09-11 05:45:52 +0000
committerThomas BrĂ¼derli2007-09-11 05:45:52 +0000
commita0e2647d1228254f2282b054d1f86fae4f350fc8 (patch)
tree82e2458e7b669d03ec9366237206c1fa28ca40b4 /itjs.php
parent941471e59dd9bc4011ab6a1edba39e70b6ce08a2 (diff)
downloaditools-a0e2647d1228254f2282b054d1f86fae4f350fc8.tar.gz
itools-a0e2647d1228254f2282b054d1f86fae4f350fc8.tar.bz2
itools-a0e2647d1228254f2282b054d1f86fae4f350fc8.zip
Send scripts uncompressed when no ActiveX is available + reverted r20842
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");