diff --git a/templates/Header.php b/templates/Header.php index 3ec2782f..c1b4dc1e 100644 --- a/templates/Header.php +++ b/templates/Header.php @@ -16,6 +16,8 @@ if(!isset($manual)){ $manual = false; } +# We hash with crc32 because it's faster than md5 and "good enough" for this simple cache-busting use case + ?>
@@ -23,9 +25,9 @@ if(!isset($manual)){