]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
web-user-interface: Force browsers to reload the changed CSS
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 25 Jan 2024 10:22:18 +0000 (10:22 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 25 Jan 2024 10:22:18 +0000 (10:22 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
html/html/themes/ipfire/include/functions.pl

index 27693bcb3f25229f3e320eaae7337bf5f85442c3..5ea3f9fa777056d37c26f39e82ea6a6c1eb16ed8 100644 (file)
@@ -125,7 +125,7 @@ print <<END;
 END
 
 
-print "<link href=\"/themes/ipfire/include/css/style.css\" rel=\"stylesheet\" type=\"text/css\" />\n";
+print "<link href=\"/themes/ipfire/include/css/style.css?v=20240125\" rel=\"stylesheet\" type=\"text/css\" />\n";
 
 
 if ($settings{'SPEED'} ne 'off') {