summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/diag_routes.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2015-08-31 22:23:15 +0545
committerPhil Davis <phil.davis@inf.org>2015-08-31 22:23:15 +0545
commit288a2a0f294f992a9536dfbb5c54dd528badbad5 (patch)
tree8d1c6be8a2cf5848f6df06b631ce2614485648fe /src/usr/local/www/diag_routes.php
parent683ba309d50913828decb5fe3f6ade059c1dfab2 (diff)
downloadpfsense-288a2a0f294f992a9536dfbb5c54dd528badbad5.zip
pfsense-288a2a0f294f992a9536dfbb5c54dd528badbad5.tar.gz
bootstrap usr/local/www a to e minor edits
Diffstat (limited to 'src/usr/local/www/diag_routes.php')
-rw-r--r--src/usr/local/www/diag_routes.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr/local/www/diag_routes.php b/src/usr/local/www/diag_routes.php
index 3b8e3ab..a866b0b 100644
--- a/src/usr/local/www/diag_routes.php
+++ b/src/usr/local/www/diag_routes.php
@@ -68,8 +68,8 @@
include('guiconfig.inc');
-$limit='100';
-$filter='';
+$limit = '100';
+$filter = '';
if (isset($_REQUEST['isAjax'])) {
$netstat = "/usr/bin/netstat -rW";
@@ -121,7 +121,7 @@ $section->addInput(new Form_Checkbox(
'Resolve names',
'Enable',
$resolve
-))->setHelp('Enabling name resolution may cause the query should take longer.'.
+))->setHelp('Enabling name resolution may cause the query to take longer.'.
' You can stop it at any time by clicking the Stop button in your browser.');
$validLimits = array('10', '50', '100', '200', '500', '1000', 'all');
OpenPOWER on IntegriCloud