only show filepath

This commit is contained in:
HB9HIL
2024-12-10 20:02:34 +01:00
parent 9f0be163b4
commit 13ad1b9e11

View File

@@ -38,7 +38,7 @@ class Paths
if (file_exists($fullpath)) {
return base_url($filepath) . '?v=' . filemtime($fullpath);
} else {
log_message('debug', 'File does not exist: ' . $fullpath . '; Search in code for: ' . $filepath);
log_message('debug', 'File does not exist: ' . $filepath);
}
return base_url($filepath);
}