summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: fa4461c)
raw | patch | inline | side by side (parent: fa4461c)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 24 Oct 2007 13:54:02 +0000 (13:54 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 24 Oct 2007 13:54:02 +0000 (13:54 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@7644 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/addons/gotomasses/class_target_list.inc | patch | blob | history |
diff --git a/plugins/addons/gotomasses/class_target_list.inc b/plugins/addons/gotomasses/class_target_list.inc
index 1e69057a954937dac604b5c23a306c11cb7bd02b..2863b24fa648ade054c75680a050c91c6cc22a8f 100644 (file)
/* Name,Text,Default , Connect with alphabet */
$this->AddRegex ("Regex", _("Regular expression for matching group names"), "*" , true);
- $this->AddRegex ("IP_start", _("IP range start"), "*" , true);
- $this->AddRegex ("IP_end", _("IP range end"), "*" , true);
+ $this->AddRegex ("IP_start", _("IP range start"), "0.0.0.0" , true);
+ $this->AddRegex ("IP_end", _("IP range end"), "255.255.255.255" , true);
$this->EnableAplhabet(TRUE);
}