diff --git a/src/usr/local/www/status.php b/src/usr/local/www/status.php index baa596d659..4a7529836b 100644 --- a/src/usr/local/www/status.php +++ b/src/usr/local/www/status.php @@ -143,6 +143,8 @@ function doCmdT($title, $command, $method) { $line = preg_replace("/.*?<\\/passwordagain>/", "xxxxx", $line); $line = preg_replace("/.*?<\\/crypto_password>/", "xxxxx", $line); $line = preg_replace("/.*?<\\/crypto_password2>/", "xxxxx", $line); + $line = preg_replace("/.*?<\\/md5sigpass>/", "xxxxx", $line); + $line = preg_replace("/.*?<\\/md5sigkey>/", "xxxxx", $line); $line = str_replace("\t", " ", $line); echo htmlspecialchars($line, ENT_NOQUOTES); fwrite($ofd, $line);