diff options
| author | Freya Murphy <freya@freyacat.org> | 2026-02-28 01:03:17 -0500 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2026-02-28 01:03:17 -0500 |
| commit | 0dfa656c70d70581ab4cd2ddf393cb432cd16517 (patch) | |
| tree | e3f0396a65c854fa1da91c69bab08631b6cf8710 /src/web/_views/head.php | |
| parent | fix even more css (for ie4) (diff) | |
| download | website-0dfa656c70d70581ab4cd2ddf393cb432cd16517.tar.gz website-0dfa656c70d70581ab4cd2ddf393cb432cd16517.tar.bz2 website-0dfa656c70d70581ab4cd2ddf393cb432cd16517.zip | |
bucket webring: pull links from local json file
Diffstat (limited to '')
| -rw-r--r-- | src/web/_views/head.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/_views/head.php b/src/web/_views/head.php index 4d16a1b..281ebc5 100644 --- a/src/web/_views/head.php +++ b/src/web/_views/head.php @@ -7,7 +7,7 @@ if (ENVIRONMENT == 'production' && !in_array($current_app, $non_cached_apps)) { $cache_seconds = 300; if ($current_app == 'bucket') { - $cache_seconds = 3600; + $cache_seconds = 86400; } header("Cache-Control: public, max-age=$cache_seconds"); header("Expires: " . gmdate('D, d M Y H:i:s', time() + $cache_seconds) . " UTC"); |