summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_system_pftop.php
diff options
context:
space:
mode:
authorRenato Botelho <renato.botelho@bluepex.com>2010-07-12 12:58:21 -0300
committerRenato Botelho <renato.botelho@bluepex.com>2010-07-12 12:58:21 -0300
commit76d18abc7d5b713b93f60e771e4fe93b7afdfcbe (patch)
tree91c961291c488f82aa53df0b96bf36779b41d0aa /usr/local/www/diag_system_pftop.php
parent593de5c894b0235aa89a78214558f9789ad1d108 (diff)
parent0ddddb7a8bf62131e243d9c970a6b39f6ee96d65 (diff)
downloadpfsense-76d18abc7d5b713b93f60e771e4fe93b7afdfcbe.zip
pfsense-76d18abc7d5b713b93f60e771e4fe93b7afdfcbe.tar.gz
Merge remote branch 'mainline/master'
Conflicts: usr/local/www/diag_backup.php usr/local/www/diag_dns.php usr/local/www/diag_ipsec_sad.php usr/local/www/diag_logs_vpn.php usr/local/www/diag_ping.php usr/local/www/diag_pkglogs.php usr/local/www/diag_showbogons.php usr/local/www/diag_states_summary.php usr/local/www/diag_traceroute.php
Diffstat (limited to 'usr/local/www/diag_system_pftop.php')
-rw-r--r--usr/local/www/diag_system_pftop.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/local/www/diag_system_pftop.php b/usr/local/www/diag_system_pftop.php
index 6dcee5c..9778e8a 100644
--- a/usr/local/www/diag_system_pftop.php
+++ b/usr/local/www/diag_system_pftop.php
@@ -48,7 +48,7 @@ if($_REQUEST['getactivity']) {
if($_REQUEST['sorttype'])
$sorttype = escapeshellarg($_REQUEST['sorttype']);
else
- $sorttype = "bytes";
+ $sorttype = gettext("bytes");
$text = `pftop -b -a -o {$sorttype}`;
echo $text;
exit;
@@ -59,7 +59,7 @@ include("head.inc");
if($_REQUEST['sorttype'])
$sorttype = htmlentities($_REQUEST['sorttype']);
else
- $sorttype = "bytes";
+ $sorttype = gettext("bytes");
?>
<body link="#0000CC" vlink="#0000CC" alink="#0000CC">
@@ -96,7 +96,7 @@ else
print_input_errors($input_errors);
?>
<form method="post">
- Sort type:
+ <?=gettext("Sort type"); ?>:
<select name='sorttype' id='sorttype' onChange='this.form.submit();'>
<option value='<?=$sorttype?>'><?=$sorttype?></option>
<option value='age'>age</option>
OpenPOWER on IntegriCloud