Changeset 256
- Timestamp:
- 06/26/07 15:36:49 (1 year ago)
- Files:
-
- trunk/webmin/lbs_common/lbs_common.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/webmin/lbs_common/lbs_common.pl
r237 r256 1569 1569 sub InClean() { 1570 1570 if (exists($main::in{'profile'})) { 1571 $main::in{'profile'} =~ s/[^a-z0-9_ -]//gi;1571 $main::in{'profile'} =~ s/[^a-z0-9_ -]//gi; 1572 1572 } 1573 1573 if (exists($main::in{'group'})) { 1574 $main::in{'group'} =~ s/[^a-z0-9_\/ -]//gi;1574 $main::in{'group'} =~ s/[^a-z0-9_\/ -]//gi; 1575 1575 } 1576 1576 if (exists($main::in{'mac'})) {
