more cache busting

Co-Authored-By: Jared <799998+jaredb7@users.noreply.github.com>
This commit is contained in:
ehpersonal38
2023-04-10 21:26:15 -04:00
parent 00ad025d96
commit 9359f78a59
+1 -1
View File
@@ -51,7 +51,7 @@ if (file_exists('./scripts/thisrun.txt')) {
$config = parse_ini_file('./scripts/firstrun.ini');
}
?>
<link rel="stylesheet" href="style.css?v=4.06.23">
<link rel="stylesheet" href="style.css?v=<?php echo date ('n.d.y', filemtime('style.css')); ?>">
<style>
body::-webkit-scrollbar {
display:none