[fix] French vs. English in template name :/ + fixing case issue making zone empty

This commit is contained in:
Benjamin Sonntag 2018-07-17 17:20:39 +02:00
parent e705f377b9
commit 5c32a54edb
2 changed files with 2 additions and 2 deletions

View File

@ -227,7 +227,7 @@ class m_bind {
ORDER BY ENTRY ;"); ORDER BY ENTRY ;");
$t=""; $t="";
while ($db->next_record()) { while ($db->next_record()) {
$t.= $db->f('entry')."\n"; $t.= $db->f('ENTRY')."\n";
} }
return $t; return $t;
} }

View File

@ -1 +1 @@
zone "@@DOMAINE@@" { type master; file "@@ZONE_FILE@@"; allow-query { any; }; }; zone "@@DOMAIN@@" { type master; file "@@ZONE_FILE@@"; allow-query { any; }; };