JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
remove redundant php close tags
[wfpl.git] / http.php
index b1f2aec..2907410 100644 (file)
--- 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
 }
-
-?>