/[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 179 by dpavlin, Sun Aug 9 16:37:46 2009 UTC revision 181 by dpavlin, Sun Aug 9 19:00:52 2009 UTC
# Line 53  use config; Line 53  use config;
53  use client;  use client;
54  use log;  use log;
55  use x11;  use x11;
56    use amt;
57    
58  sub static {  sub static {
59          my ($client,$path) = @_;          my ($client,$path) = @_;
# Line 248  sub get_request { Line 249  sub get_request {
249                                  , config::for_ip( $ip )                                  , config::for_ip( $ip )
250                                  , qq|</pre>|                                  , qq|</pre>|
251                                  ;                                  ;
252    
253                            if ( my $amt = client::conf( $ip, 'amt' ) ) {
254                                    print $client amt::info( $amt );
255                            }
256                  } else {                  } else {
257                          print $client $ok                          print $client $ok
258                                  , qq|<h2>Clients on $server::ip</h2>|                                  , qq|<h2>Clients on $server::ip</h2>|

Legend:
Removed from v.179  
changed lines
  Added in v.181

  ViewVC Help
Powered by ViewVC 1.1.26