changeset 582 | a38876c0793c |
parent 564 | a1c450a911a6 |
child 588 | 20484deb89cd |
581:5e8fd89c02ea | 582:a38876c0793c |
---|---|
576 header('HTTP/1.1 304 Not Modified'); |
576 header('HTTP/1.1 304 Not Modified'); |
577 exit(); |
577 exit(); |
578 } |
578 } |
579 } |
579 } |
580 |
580 |
581 header("ETag: \"$etag\""); |
581 // header("ETag: \"$etag\""); |
582 |
582 |
583 // Done, send it to the user |
583 // Done, send it to the user |
584 echo( $html ); |
584 echo( $html ); |
585 } |
585 } |
586 |
586 |