Adds jQuery collection to objects that will be used as global events context if provi...
[jquery.git] / test / data / if_modified_since.php
index 013f446..e37a93e 100644 (file)
@@ -10,6 +10,11 @@ if ($ifModifiedSince == $ts) {
 }
 
 header("Last-Modified: " . $ts);
-echo "OK: " . $ts;
+
+if ( $ifModifiedSince ) {
+       echo "OK: " . $ts;
+} else {
+       echo "FAIL";
+}
 
 ?>