--- lib/PXElator/httpd.pm 2009/08/09 16:37:46 179 +++ lib/PXElator/httpd.pm 2009/08/09 19:00:52 181 @@ -53,6 +53,7 @@ use client; use log; use x11; +use amt; sub static { my ($client,$path) = @_; @@ -248,6 +249,10 @@ , config::for_ip( $ip ) , qq|| ; + + if ( my $amt = client::conf( $ip, 'amt' ) ) { + print $client amt::info( $amt ); + } } else { print $client $ok , qq|

Clients on $server::ip

|