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 204235a..c1d8604 100644
--- a/itjs.php
+++ b/itjs.php
@@ -30,7 +30,7 @@ if (ereg('\.gif$', $file))
header("Content-Type: image/gif");
else if (!ereg('\.html$', $file))
{
- if (!$_REQUEST['retry'])
+ if ($_REQUEST['boot'] && !$_REQUEST['retry'])
ob_start('ob_gzhandler');
header("Content-Type: application/x-javascript; charset=iso-8859-1");