From 24cba27f4a3b615a57e3f270d0b685fd5a76b596 Mon Sep 17 00:00:00 2001 From: David M Date: Mon, 16 Apr 2007 01:49:35 +0000 Subject: [PATCH] must stop injecting debug code... :P git-svn-id: file:///svn/phpbb/trunk@7363 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/style.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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