diff options
Diffstat (limited to 'itjs.php')
-rw-r--r-- | itjs.php | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -40,7 +40,8 @@ else if (!ereg('\.html$', $file)) if ($checksum != $_SERVER['HTTP_IF_NONE_MATCH']) { - header("Cache-Control: max-age=900"); + if (!preg_match('/Opera/', $_SERVER['HTTP_USER_AGENT'])) + header("Cache-Control: max-age=900"); if ($_REQUEST['boot']) $data .= "window.it_boot_init();"; |