Use a different workaround for detecting when Opera finds a status 304 page. Fixes #6060.

This commit is contained in:
John Resig 2010-09-21 15:22:34 -04:00
parent 3a0a352883
commit ba9e0fc177
3 changed files with 18 additions and 3 deletions

View file

@ -0,0 +1 @@
<?php header('HTTP/1.0 304 Not Modified'); exit; ?>