debugging

This commit is contained in:
HB9HIL
2024-12-10 20:00:52 +01:00
parent fbe630500c
commit 9f0be163b4

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);
log_message('debug', 'File does not exist: ' . $fullpath . '; Search in code for: ' . $filepath);
}
return base_url($filepath);
}