Use a different workaround for detecting when Opera finds a status 304 page. Fixes...
[jquery.git] / test / data / notmodified.php
diff --git a/test/data/notmodified.php b/test/data/notmodified.php
new file mode 100644 (file)
index 0000000..0309a6b
--- /dev/null
@@ -0,0 +1 @@
+<?php header('HTTP/1.0 304 Not Modified'); exit; ?>