From: Don Armstrong Date: Wed, 24 Jun 2009 04:16:15 +0000 (+0000) Subject: * update site_tester X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=7d77666a07f10914331dbda7b20544f1b0451dc6;p=bin.git * update site_tester --- diff --git a/site_tester b/site_tester index 6919918..5a71242 100755 --- a/site_tester +++ b/site_tester @@ -110,7 +110,7 @@ for my $conf_file (@conf_files) { } } -my $mech = WWW::Mechanize->new(autocheck => 1); +my $mech = WWW::Mechanize->new(autocheck => 0); $mech->{____special_host} = $options{ip_addr}; LWP::Protocol::implementor('http','SITE_TESTER::http');