From d28cc693c09c30f609ff356a511d04a13dba6695 Mon Sep 17 00:00:00 2001 From: Joe Ferguson Date: Thu, 30 Jul 2026 09:19:40 -0500 Subject: [PATCH] Set cache_control to 1 month for eol --- eol.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eol.php b/eol.php index e3eff384a4..9caf335cb0 100644 --- a/eol.php +++ b/eol.php @@ -23,7 +23,7 @@ '4.4' => 'A guide is available for migrating from PHP 4 to 5.0.', ]; -site_header('Unsupported Branches'); +site_header('Unsupported Branches', ['cache' => true, 'cache_control' => 60 * 60 * 24]); ?>

Unsupported Branches