Changeset 724
- Timestamp:
- 06/17/16 18:06:24 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dns.cgi
r723 r724 1863 1863 # we do this for the domain and record list filter/search - it should be extremely rare to 1864 1864 # need to search on characters outside this set until we get into IDNs 1865 $webvar{searchfor} =~ s/[^a-zA-Z0-9_.:\@-]//g if $webvar{searchfor}; 1865 # note this is a little larger due to template records 1866 $webvar{searchfor} =~ s/[^a-zA-Z0-9_.:\@%-]//g if $webvar{searchfor}; 1866 1867 1867 1868 # save the search in the session, same as the "filter" in various other lists...
Note:
See TracChangeset
for help on using the changeset viewer.