Changeset 714
- Timestamp:
- 04/12/16 16:25:15 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/DNSDB.pm
r711 r714 1854 1854 $cfg->{template_skip_0} = $1 if /^template_skip_0\s*=\s*([a-z01]+)/i; 1855 1855 $cfg->{template_skip_255} = $1 if /^template_skip_255\s*=\s*([a-z01]+)/i; 1856 $cfg->{autotxt} = $1 if /^ force_refresh\s*=\s*([a-z01]+)/i;1856 $cfg->{autotxt} = $1 if /^autotxt\s*=\s*([a-z01]+)/i; 1857 1857 # not supported in dns.cgi yet 1858 1858 # $cfg->{templatedir} = $1 if m{^templatedir\s*=\s*([a-z0-9/_.-]+)}i;
Note:
See TracChangeset
for help on using the changeset viewer.