inc/config-me.inc.php
author rejo
Thu, 24 Apr 2008 22:33:28 +0000
changeset 141 1ede5203910d
parent 138 3e36ebbfe048
child 171 2a10febd6af9
permissions -rw-r--r--
[feladat @ 247] If the user was listing the details of a zone that did not exist, all kinds of error messages were given. Now we first determine if the ID is valid and if not, immediately return the correct error message.

<?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";

?>