Feat: Log if a config file is corrupted

This commit is contained in:
Squidly271
2025-09-19 15:41:14 -04:00
committed by Squidly271
parent f7caf24ba9
commit 5dd61f64b3

View File

@@ -37,6 +37,9 @@ case 'config':
}
if ($flag) break;
}
if ($flag) {
my_logger("$filename corrupted or missing");
}
echo $flag;
break;
case 'notice':