We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c534ba3 commit 283aae2Copy full SHA for 283aae2
1 file changed
scripts/pi-hole/php/func.php
@@ -113,7 +113,7 @@ function checkfile($filename)
113
114
// Avoid browser caching old versions of a file, using the last modification time
115
// Receive the file URL (without "/admin/");
116
-// 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.
117
function fileversion($url)
118
{
119
$filename = $_SERVER['DOCUMENT_ROOT'].'/admin/'.$url;
0 commit comments