more cache busting
Co-Authored-By: Jared <799998+jaredb7@users.noreply.github.com>
This commit is contained in:
+1
-1
@@ -51,7 +51,7 @@ if (file_exists('./scripts/thisrun.txt')) {
|
|||||||
$config = parse_ini_file('./scripts/firstrun.ini');
|
$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>
|
<style>
|
||||||
body::-webkit-scrollbar {
|
body::-webkit-scrollbar {
|
||||||
display:none
|
display:none
|
||||||
|
|||||||
Reference in New Issue
Block a user