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