/[pxelator]/lib/PXElator/httpd.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/httpd.pm

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

revision 379 by dpavlin, Sun Aug 30 15:54:30 2009 UTC revision 380 by dpavlin, Sun Aug 30 16:36:37 2009 UTC
# Line 295  warn "XXX pids = ", dump( $daemons::pids Line 295  warn "XXX pids = ", dump( $daemons::pids
295                                  }                                  }
296                          }                          }
297    
298                          print $client qq|<h2>amt info</h2>|, amt::info( $ip ) if $conf->{amt};                          print $client qq|<h2>amt info</h2>|, html::pre_dump( amt::info( $ip ) ) if $conf->{amt};
299    
300                  } else {                  } else {
301    
# Line 325  warn "XXX pids = ", dump( $daemons::pids Line 325  warn "XXX pids = ", dump( $daemons::pids
325                                                          if $ping;                                                          if $ping;
326                                                  $style ||= '';                                                  $style ||= '';
327                                                  (                                                  (
328                                                          qq|<a $style name=$ip href=/client/$ip>$ip</a>|                                                          qq|<a $style name=$ip target=$ip href=/client/$ip>$ip</a>|
329                                                          , format::mac( $mac => 'html' )                                                          , format::mac( $mac => 'html' )
330                                                          , $arp->{$mac}                                                          , $arp->{$mac}
331                                                          , delete $conf->{hostname}                                                          , delete $conf->{hostname}

Legend:
Removed from v.379  
changed lines
  Added in v.380

  ViewVC Help
Powered by ViewVC 1.1.26