--- lib/PXElator/httpd.pm 2009/08/28 15:58:25 320 +++ lib/PXElator/httpd.pm 2009/08/28 16:41:46 322 @@ -295,13 +295,7 @@ , delete $conf->{deploy} , ( %$conf ? html::pre_dump( $conf ) : qq|nmap| ) ); - } - sort { ip::to_int($a) cmp ip::to_int($b) } - map { - my $ip = $_; - $ip =~ s{^.+/ip/}{}; - $ip; - } glob("$server::conf/ip/*") + } client::all_ips ) ; }