X-Git-Url: https://jasonwoof.com/gitweb/?p=wfpl.git;a=blobdiff_plain;f=http.php;h=2907410ffe4b703e321e7af4573f4be2c9a8884e;hp=b1f2aece64279389f230b001c66637a15d8e6244;hb=719ab8078dd9f802ef8d4ba965d605319248e592;hpb=646be7194f9fd096ef22f52074cf9c03d595b6ec diff --git a/http.php b/http.php index b1f2aec..2907410 100644 --- a/http.php +++ b/http.php @@ -91,5 +91,3 @@ function http_cache_forever($cache_control = 'public') { header("Cache-Control: $cache_control"); header('Expires: ' . gmdate('D, d M Y H:i:s',time()+31536000) . ' GMT'); # rfc 2616 says not to go more than a year in the future } - -?>