/[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 165 by dpavlin, Thu Aug 6 18:51:57 2009 UTC revision 166 by dpavlin, Thu Aug 6 18:55:51 2009 UTC
# Line 253  sub get_request { Line 253  sub get_request {
253                                          map {                                          map {
254                                                  my $ip = $_;                                                  my $ip = $_;
255                                                  $ip =~ s{^.+/ip/}{};                                                  $ip =~ s{^.+/ip/}{};
256                                                  qq|<li><a href=/client/$ip>$ip</a> |, client::mac($ip), qq|</li>|;                                                  qq|<li><a href=/client/$ip>$ip</a> |, client::mac($ip), ' ', client::conf( $ip, 'hostname' ), qq|</li>|;
257                                          }                                          }
258                                          glob("$server::conf/ip/*")                                          glob("$server::conf/ip/*")
259                                  )                                  )

Legend:
Removed from v.165  
changed lines
  Added in v.166

  ViewVC Help
Powered by ViewVC 1.1.26