Add version to JS files to flush cache #659

This commit is contained in:
jokob-sk
2024-05-01 18:25:48 +10:00
parent 525b05db5a
commit 584fdb7734
13 changed files with 50 additions and 45 deletions

View File

@@ -16,6 +16,6 @@
echo file_get_contents($filename);
}
else{
echo "File not found";
echo date('Y-m-d H:i:s') . " - N/A";
}
?>