--- lib/PXElator/html.pm 2009/09/10 13:57:44 420 +++ lib/PXElator/html.pm 2009/09/16 00:48:53 435 @@ -84,7 +84,8 @@ } else { if ( $name eq 'amt' ) { my $amt_ip = amt::ip($ip,$html); - $html = qq|$amt_ip|; + # $html contains password! + $html = qq|$amt_ip|; if ( $format ne 'inline' ) { my $power = amt::power_on($ip);