/[pxelator]/lib/PXElator/html.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /lib/PXElator/html.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 434 by dpavlin, Thu Sep 10 13:57:44 2009 UTC revision 435 by dpavlin, Wed Sep 16 00:48:53 2009 UTC
# Line 84  sub conf { Line 84  sub conf {
84                  } else {                  } else {
85                          if ( $name eq 'amt' ) {                          if ( $name eq 'amt' ) {
86                                  my $amt_ip = amt::ip($ip,$html);                                  my $amt_ip = amt::ip($ip,$html);
87                                  $html = qq|<a title="$html" href=http://$amt_ip:16992/logon.htm target=$amt_ip>$amt_ip</a>|;                                  # $html contains password!
88                                    $html = qq|<a href=http://$amt_ip:16992/logon.htm target=$amt_ip>$amt_ip</a>|;
89    
90                                  if ( $format ne 'inline' ) {                                  if ( $format ne 'inline' ) {
91                                          my $power = amt::power_on($ip);                                          my $power = amt::power_on($ip);

Legend:
Removed from v.434  
changed lines
  Added in v.435

  ViewVC Help
Powered by ViewVC 1.1.26