Changeset 714 for trunk


Ignore:
Timestamp:
04/12/16 16:25:15 (8 years ago)
Author:
Kris Deugau
Message:

/trunk

Fix stupid typo in configuration loading for autotxt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DNSDB.pm

    r711 r714  
    18541854      $cfg->{template_skip_0}   = $1 if /^template_skip_0\s*=\s*([a-z01]+)/i;
    18551855      $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;
    18571857# not supported in dns.cgi yet
    18581858#      $cfg->{templatedir}      = $1 if m{^templatedir\s*=\s*([a-z0-9/_.-]+)}i;
Note: See TracChangeset for help on using the changeset viewer.