Cleanup provider disconnect status msgs

This commit is contained in:
billz 2023-10-25 17:01:26 +01:00
parent 63f2c38f4c
commit 601f587cb0

View file

@ -72,6 +72,7 @@ function DisplayProviderConfig()
$return = stripArtifacts($return);
foreach ($return as $line) {
if (strlen(trim($line)) > 0) {
$line = preg_replace('/\[1;33;49m(.*)\[0m/', '$1', $line);
$status->addMessage($line, 'info');
}
}