From 288a2a0f294f992a9536dfbb5c54dd528badbad5 Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Mon, 31 Aug 2015 22:23:15 +0545 Subject: bootstrap usr/local/www a to e minor edits --- src/usr/local/www/diag_routes.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/usr/local/www/diag_routes.php') 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'); -- cgit v1.1