@@ 770-770 (lines=1) @@ | ||
767 | * expire |
|
768 | */ |
|
769 | ||
770 | if (isset($oCache->max_age)) { if (!headers_sent()) { header('Expires: '.gmdate('D, d M Y H:i:s', time() + $oCache->max_age).' GMT'); } } |
|
771 | ||
772 | /** |
|
773 | * Last-Modified http |
|
@@ 776-776 (lines=1) @@ | ||
773 | * Last-Modified http |
|
774 | */ |
|
775 | ||
776 | if (isset($oCache->last_modified)) { if (!headers_sent()) { header('Last-Modified: '.gmdate('D, d M Y H:i:s', time() + $oCache->last_modified).' GMT'); } } |
|
777 | ||
778 | /** |
|
779 | * vary http |