inc/config-me.inc.php
author peter
Mon, 14 Jul 2008 16:19:30 +0000
changeset 188 4066e4c0de01
parent 171 2a10febd6af9
permissions -rw-r--r--
[feladat @ 297] Bugfix: removed the multirow insert syntax, which is only supported in PostgreSQL 8.2 and higher. Reported and patch by grin. This closes ticket:79.

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

?>