[feladat @ 246]
Improvement of DNS validation code. See also [wiki:Documentation documentation on standards]. Closes ticket:6, trailing dot not allowed in content field (it is now stripped automagically as PowerDNS doesnt want it). Closes ticket:40, error shown if priority field was empty and record type was not MX (prio field is now ignored if record type is not MX).
<?php
// See <https://www.poweradmin.org/trac/wiki/Documentation/ConfigurationFile> for help.
$db_host = "";
$db_user = "";
$db_pass = "";
$db_name = "";
$db_type = "";
$iface_lang = "en_EN";
$iface_style = "example";
$iface_rowamount = "50";
$iface_expire = "1800";
$dns_hostmaster = "";
$dns_ns1 = "";
$dns_ns2 = "";
$dns_ttl = "86400";
$dns_fancy = "false";
$dns_strict_tld_check = "1";
?>