From 9d8eeb2f01829e17c25fafd04420f5c04c917698 Mon Sep 17 00:00:00 2001 From: Vinicius Coque Date: Tue, 29 Jun 2010 21:00:23 -0300 Subject: Fixing syntax errors --- usr/local/www/diag_ping.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr/local') diff --git a/usr/local/www/diag_ping.php b/usr/local/www/diag_ping.php index a7bce2e..a814f2c 100755 --- a/usr/local/www/diag_ping.php +++ b/usr/local/www/diag_ping.php @@ -52,7 +52,7 @@ if ($_POST || $_REQUEST['host']) { /* input validation */ $reqdfields = explode(" ", "host count"); - $reqdfieldsn = array(",", gettext("Host"),gettext("Count")); + $reqdfieldsn = array(gettext("Host"),gettext("Count")); do_input_validation($_REQUEST, $reqdfields, $reqdfieldsn, &$input_errors); if (($_REQUEST['count'] < 1) || ($_REQUEST['count'] > MAX_COUNT)) { -- cgit v1.1