From 9f0be163b4cee04a9c9ac852c14987a50520db9c Mon Sep 17 00:00:00 2001 From: HB9HIL Date: Tue, 10 Dec 2024 20:00:52 +0100 Subject: [PATCH] debugging --- application/libraries/Paths.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/libraries/Paths.php b/application/libraries/Paths.php index c5e72205b..2b70ef3d2 100644 --- a/application/libraries/Paths.php +++ b/application/libraries/Paths.php @@ -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); }