[fix] French vs. English in template name :/ + fixing case issue making zone empty
This commit is contained in:
parent
e705f377b9
commit
5c32a54edb
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
zone "@@DOMAINE@@" { type master; file "@@ZONE_FILE@@"; allow-query { any; }; };
|
zone "@@DOMAIN@@" { type master; file "@@ZONE_FILE@@"; allow-query { any; }; };
|
||||||
|
|
Loading…
Reference in New Issue