diff options
author | Renato Botelho <garga@FreeBSD.org> | 2013-08-07 11:58:50 -0300 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2013-08-07 11:58:50 -0300 |
commit | be1ebaa967d05b291016bd8735cef6438640f502 (patch) | |
tree | 470c12ad34aef288268c42a3ae5480bf16465d1e /usr/local | |
parent | ed0f54e37e451c15260bd18a4f4e82adecb46584 (diff) | |
download | pfsense-be1ebaa967d05b291016bd8735cef6438640f502.zip pfsense-be1ebaa967d05b291016bd8735cef6438640f502.tar.gz |
Do not call -f twice (thx eri)
Diffstat (limited to 'usr/local')
-rw-r--r-- | usr/local/www/diag_routes.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr/local/www/diag_routes.php b/usr/local/www/diag_routes.php index 0edcba8..26f6cbe 100644 --- a/usr/local/www/diag_routes.php +++ b/usr/local/www/diag_routes.php @@ -51,7 +51,6 @@ if (isset($_REQUEST['isAjax'])) { $netstat .= " -f inet"; echo "IPv4\n"; } - $netstat .= (isset($_REQUEST['IPv6']) ? " -f inet6" : " -f inet"); if (!isset($_REQUEST['resolve'])) $netstat .= " -n"; |