Changeset 38292 in spip-zone
- Timestamp:
- May 20, 2010, 2:50:49 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/fastcache/fastcache_options.php
r34711 r38292 35 35 36 36 foreach ($page['entetes'] as $x => $v) 37 if ($x !== 'X-Spip-Cache') 38 $head .= "header('$x: ".addslashes($v)."');\n"; 37 if ($x !== 'X-Spip-Cache') { 38 if (strlen($v)) 39 $head .= "header('$x: ".addslashes($v)."');\n"; 40 else 41 $head .= "header('$x');\n"; 42 } 39 43 40 44 // entetes pour les stats
Note: See TracChangeset
for help on using the changeset viewer.