Changeset 728 for trunk


Ignore:
Timestamp:
06/20/16 16:57:15 (8 years ago)
Author:
Kris Deugau
Message:

/trunk

Extend record list filter field to allow % as well

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dns.cgi

    r724 r728  
    120120$webvar{startwith} =~ s/^(0-9|[a-z]).*/$1/ if $webvar{startwith};
    121121# 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};
    123123## only set 'y' if box is checked, no other values legal
    124124## however, see https://secure.deepnet.cx/trac/dnsadmin/ticket/31
Note: See TracChangeset for help on using the changeset viewer.