diff --git a/setting.php b/setting.php index c648651..cf5cd3d 100644 --- a/setting.php +++ b/setting.php @@ -17,7 +17,7 @@ function __construct(){ array('name' => 'Ping', 'url' => "http://ipv6.he.net/certification/ping.php",'htmloutput' => 'ping.html', 'rawoutput' => 'pingraw.txt' ,'textareaname' => 'pingtext','command' => "ping6 {ip} -c 3",'lastdone' => "" ), array('name' => 'dig PTR', 'url' => "http://ipv6.he.net/certification/dig2.php",'htmloutput' => 'dig2.html', 'rawoutput' => 'dig2raw.txt' ,'textareaname' => 'digtext','command' => "dig -x {ip} PTR",'lastdone' => "" ), array('name' => 'dig AAAA', 'url' => "http://ipv6.he.net/certification/dig.php",'htmloutput' => 'dig.html', 'rawoutput' => 'digraw.txt','textareaname' => 'digtext' ,'command' => "dig {host} AAAA" ,'lastdone' => "" ), - array('name' => 'Traceroute', 'url' => "http://ipv6.he.net/certification/daily_trace.php",'htmloutput' => 'tracert.html', 'rawoutput' => 'traceraw.txt' ,'textareaname' => 'trtext','command' => "traceroute -6 {ip}" ,'lastdone' => "" ) + array('name' => 'Traceroute', 'url' => "http://ipv6.he.net/certification/daily_trace.php",'htmloutput' => 'tracert.html', 'rawoutput' => 'traceraw.txt' ,'textareaname' => 'trtext','command' => "traceroute6 {ip}" ,'lastdone' => "" ) );