From 0da0d43e3b0146ae9e563f3b69b0a5fd66135ebe Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Mon, 9 Nov 2015 01:10:19 +0545 Subject: Diag review --- src/usr/local/www/diag_ping.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/usr/local/www/diag_ping.php') diff --git a/src/usr/local/www/diag_ping.php b/src/usr/local/www/diag_ping.php index 64cacb4..8727019 100644 --- a/src/usr/local/www/diag_ping.php +++ b/src/usr/local/www/diag_ping.php @@ -39,7 +39,7 @@ * * "This product includes software developed by the pfSense Project * for use in the pfSense software distribution (http://www.pfsense.org/). - * + * * THIS SOFTWARE IS PROVIDED BY THE pfSense PROJECT ``AS IS'' AND ANY * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR @@ -200,7 +200,7 @@ $section->addInput(new Form_Select( 'Maximum number of pings', $count, array_combine(range(1, MAX_COUNT), range(1, MAX_COUNT)) -))->setHelp('Select the maximum number pings'); +))->setHelp('Select the maximum number of pings'); $form->add($section); print $form; -- cgit v1.1