Guest User

Untitled

a guest
Nov 19th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.26 KB | None | 0 0
  1. <?php
  2. if ($_SERVER['HTTP_IF_NONE_MATCH']){
  3.     $noneMatch = $_SERVER['HTTP_IF_NONE_MATCH'];
  4. } else {
  5.     $noneMatch = '';
  6. }
  7.  
  8. /* Deirdre:
  9. replace the following line on the slideshow with the code above:
  10. $noneMatch = isset($_SERVER['HTTP_IF_NONE_MATCH'] ...
  11. */
Add Comment
Please, Sign In to add comment