invite codes initial
This commit is contained in:
parent
e2f9d8e913
commit
afaa8f6ba0
2
cache/cache_css.php
vendored
2
cache/cache_css.php
vendored
@ -47,7 +47,7 @@ class cache_css {
|
|||||||
public static function ident($files){
|
public static function ident($files){
|
||||||
$ident = '';
|
$ident = '';
|
||||||
foreach($files as $f){
|
foreach($files as $f){
|
||||||
$ident .= $f->SERVERPATH().';';}
|
$ident .= $f->SERVERPATH().';'.filemtime($f->SERVERPATH()).';';}
|
||||||
return sha1($ident);
|
return sha1($ident);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user