mirror of
https://github.com/vrana/adminer.git
synced 2025-08-15 02:54:28 +02:00
Cache busting for adminer.css
This commit is contained in:
committed by
Jakub Vrana
parent
327041874e
commit
7f32e26759
@@ -108,7 +108,7 @@ class Adminer {
|
||||
$return = array();
|
||||
$filename = "adminer.css";
|
||||
if (file_exists($filename)) {
|
||||
$return[] = $filename;
|
||||
$return[] = "$filename?v=" . crc32(file_get_contents($filename));
|
||||
}
|
||||
return $return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user