Fix spellcheck

Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
Christian König
2023-06-18 10:32:29 +02:00
parent 1c4d8a4514
commit 410e017c46
+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;