summaryrefslogtreecommitdiffstats
path: root/frontends/php/include/actions.inc.php
diff options
context:
space:
mode:
authorosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-04-14 12:26:49 +0000
committerosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-04-14 12:26:49 +0000
commitd144df19e9190a100f3d12a2e70c0637f0bda38d (patch)
treef7b9e5d1aeba8ee1a89a84c78e681ab24d526692 /frontends/php/include/actions.inc.php
parent1562339df0317816bbbee60d1478234e58d4f6f8 (diff)
updated frontend for new discovefy
git-svn-id: svn://svn.zabbix.com/trunk@4011 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/actions.inc.php')
-rw-r--r--frontends/php/include/actions.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/include/actions.inc.php b/frontends/php/include/actions.inc.php
index 68f9d337..cc2757a1 100644
--- a/frontends/php/include/actions.inc.php
+++ b/frontends/php/include/actions.inc.php
@@ -617,7 +617,7 @@ include_once 'include/discovery.inc.php';
}
break;
case CONDITION_TYPE_DHOST_IP:
- if( !validate_ip_list($value) )
+ if( !validate_ip_range($value) )
{
error(S_INCORRECT_IP.' ['.$value.']');
return false;