/[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 384 by dpavlin, Sun Aug 30 16:36:37 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>|, html::pre_dump( 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    

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

  ViewVC Help
Powered by ViewVC 1.1.26