inc/config-me.inc.php
author rejo
Sun, 18 May 2008 12:28:16 +0000
changeset 171 2a10febd6af9
parent 138 3e36ebbfe048
permissions -rw-r--r--
[feladat @ 278] Added user configurable option to show serial of zone in zone listing. Closes: #53.

<?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";
$iface_zonelist_serial	= "0";

$dns_hostmaster		= "";
$dns_ns1		= "";
$dns_ns2		= "";
$dns_ttl		= "86400";
$dns_fancy		= "false";
$dns_strict_tld_check	= "1";

?>