diff --git a/cache/cache_css.php b/cache/cache_css.php index 93ec4c0..1ad9732 100644 --- a/cache/cache_css.php +++ b/cache/cache_css.php @@ -47,7 +47,7 @@ class cache_css { public static function ident($files){ $ident = ''; foreach($files as $f){ - $ident .= $f->SERVERPATH().';';} + $ident .= $f->SERVERPATH().';'.filemtime($f->SERVERPATH()).';';} return sha1($ident); }