From 8b060357e806292c10e79ff7d7f01e6722c29975 Mon Sep 17 00:00:00 2001 From: Seth Mos Date: Wed, 11 Mar 2009 21:39:39 +0100 Subject: Add input validation on the gateway groups page as well, fix the check on the gateways page. --- usr/local/www/system_gateways_edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr/local/www/system_gateways_edit.php') diff --git a/usr/local/www/system_gateways_edit.php b/usr/local/www/system_gateways_edit.php index 1e427cf..9863be0 100755 --- a/usr/local/www/system_gateways_edit.php +++ b/usr/local/www/system_gateways_edit.php @@ -94,7 +94,7 @@ if ($_POST) { $input_errors[] = "A valid monitor IP address must be specified."; } - if (! isset($_POST['name'])) { + if (isset($_POST['name'])) { /* check for overlaps */ foreach ($a_gateways as $gateway) { if (isset($id) && ($a_gateways[$id]) && ($a_gateways[$id] === $gateway)) -- cgit v1.1