diff options
author | David M <davidmj@users.sourceforge.net> | 2007-04-16 01:49:35 +0000 |
---|---|---|
committer | David M <davidmj@users.sourceforge.net> | 2007-04-16 01:49:35 +0000 |
commit | 24cba27f4a3b615a57e3f270d0b685fd5a76b596 (patch) | |
tree | 7d1471bfa1796bd8e7d0a779837318863f5e811f /phpBB/style.php | |
parent | 1de40e68393be43fa818a1504dbebb8e39439840 (diff) | |
download | forums-24cba27f4a3b615a57e3f270d0b685fd5a76b596.tar forums-24cba27f4a3b615a57e3f270d0b685fd5a76b596.tar.gz forums-24cba27f4a3b615a57e3f270d0b685fd5a76b596.tar.bz2 forums-24cba27f4a3b615a57e3f270d0b685fd5a76b596.tar.xz forums-24cba27f4a3b615a57e3f270d0b685fd5a76b596.zip |
must stop injecting debug code... :P
git-svn-id: file:///svn/phpbb/trunk@7363 89ea8834-ac86-4346-8a33-228a782c2dd0
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 |