codespell. I didn't even touch this file. How did it get here?

This commit is contained in:
Adam Warner
2023-07-11 23:56:24 +01:00
committed by GitHub
parent c534ba3921
commit 283aae2e86
+1 -1
View File
@@ -113,7 +113,7 @@ function checkfile($filename)
// Avoid browser caching old versions of a file, using the last modification time
// Receive the file URL (without "/admin/");
// Return the string containin URL + "?v=xxx", where xxx is the last modified time of the file.
// Return the string containing URL + "?v=xxx", where xxx is the last modified time of the file.
function fileversion($url)
{
$filename = $_SERVER['DOCUMENT_ROOT'].'/admin/'.$url;