diff options
Diffstat (limited to 'lib/exe/css.php')
-rw-r--r-- | lib/exe/css.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/exe/css.php b/lib/exe/css.php index b63841a03..cb85d1a35 100644 --- a/lib/exe/css.php +++ b/lib/exe/css.php @@ -72,6 +72,7 @@ function css_out(){ header('Pragma: public'); if(css_cacheok($cache,array_keys($files))){ http_conditionalRequest(filemtime($cache)); + if($conf['allowdebug']) header("X-CacheUsed: $cache"); readfile($cache); return; } else { |