diff options
Diffstat (limited to 'phpBB/style.php')
-rw-r--r-- | phpBB/style.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/style.php b/phpBB/style.php index 4ea1d51aaa..37b34f820c 100644 --- a/phpBB/style.php +++ b/phpBB/style.php @@ -129,7 +129,7 @@ if ($id && $sid) $cache->destroy('sql', STYLES_THEME_TABLE); } - //header('Expires: ' . gmdate('D, d M Y H:i:s \G\M\T', time() + 3600)); + header('Expires: ' . gmdate('D, d M Y H:i:s \G\M\T', time() + 3600)); header('Content-type: text/css'); // Parse Theme Data |