Skip to content

Commit 3d1ea5e

Browse files
svpernova09derickr
authored andcommitted
Set cache_control to 1 month for eol
1 parent fe330c2 commit 3d1ea5e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

eol.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
'4.4' => '<a href="https://php-legacy-docs.zend.com/manual/php5/en/migration5">A guide is available for migrating from PHP 4 to 5.0.</a>',
2424
];
2525

26-
site_header('Unsupported Branches');
26+
site_header('Unsupported Branches', ['cache' => true, 'cache_control' => 60 * 60 * 24]);
2727
?>
2828

2929
<h1>Unsupported Branches</h1>

0 commit comments

Comments
 (0)