Changeset 728
- Timestamp:
- 06/20/16 16:57:15 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dns.cgi
r724 r728 120 120 $webvar{startwith} =~ s/^(0-9|[a-z]).*/$1/ if $webvar{startwith}; 121 121 # not much call for chars not allowed in domain names 122 $webvar{filter} =~ s/[^a-zA-Z0-9_.:\@ -]//g if $webvar{filter};122 $webvar{filter} =~ s/[^a-zA-Z0-9_.:\@%-]//g if $webvar{filter}; 123 123 ## only set 'y' if box is checked, no other values legal 124 124 ## however, see https://secure.deepnet.cx/trac/dnsadmin/ticket/31
Note:
See TracChangeset
for help on using the changeset viewer.