From 5dd61f64b35d6086f1f24bb77ffbbb1a67bbbf18 Mon Sep 17 00:00:00 2001 From: Squidly271 <11369569+Squidly271@users.noreply.github.com> Date: Fri, 19 Sep 2025 15:41:14 -0400 Subject: [PATCH] Feat: Log if a config file is corrupted --- emhttp/plugins/dynamix/include/Report.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/emhttp/plugins/dynamix/include/Report.php b/emhttp/plugins/dynamix/include/Report.php index 96c4578bb..8247cc130 100644 --- a/emhttp/plugins/dynamix/include/Report.php +++ b/emhttp/plugins/dynamix/include/Report.php @@ -37,6 +37,9 @@ case 'config': } if ($flag) break; } + if ($flag) { + my_logger("$filename corrupted or missing"); + } echo $flag; break; case 'notice':