source: trunk/www.guidonia.net/wp/wp-content/plugins/wp-super-cache/wp-cache-base.php@ 44

Last change on this file since 44 was 44, checked in by luciano, 14 years ago
File size: 286 bytes
Line 
1<?php
2$known_headers = array("Last-Modified", "Expires", "Content-Type", "Content-type", "X-Pingback", "ETag", "Cache-Control", "Pragma");
3
4if (!class_exists('CacheMeta')) {
5 class CacheMeta {
6 var $dynamic = false;
7 var $headers = array();
8 var $uri = '';
9 var $post = 0;
10 }
11}
12
13?>
Note: See TracBrowser for help on using the repository browser.