/[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 385 by dpavlin, Sun Aug 30 22:46:57 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};                          if ( $conf->{amt} ) {
299                                    print $client qq|<h2>amt network</h2>|, html::pre_dump( amt::network( $ip ) );
300                                    print $client qq|<h2>amt log</h2>|, html::pre_dump( amt::log( $ip ) );
301                            }
302    
303                  } else {                  } else {
304    
# Line 325  warn "XXX pids = ", dump( $daemons::pids Line 328  warn "XXX pids = ", dump( $daemons::pids
328                                                          if $ping;                                                          if $ping;
329                                                  $style ||= '';                                                  $style ||= '';
330                                                  (                                                  (
331                                                          qq|<a $style name=$ip href=/client/$ip>$ip</a>|                                                          qq|<a $style name=$ip target=$ip href=/client/$ip>$ip</a>|
332                                                          , format::mac( $mac => 'html' )                                                          , format::mac( $mac => 'html' )
333                                                          , $arp->{$mac}                                                          , $arp->{$mac}
334                                                          , delete $conf->{hostname}                                                          , delete $conf->{hostname}

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

  ViewVC Help
Powered by ViewVC 1.1.26