diff options
Diffstat (limited to 'itjs.php')
-rw-r--r-- | itjs.php | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -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"); |