inc/config-me.inc.php
author rejo
Fri, 11 Apr 2008 10:19:14 +0000
changeset 136 c795dd75a77e
parent 119 f74e4f88b680
child 138 3e36ebbfe048
permissions -rw-r--r--
[feladat @ 242] Changed configuration file and variables. See [wiki:Documentation/ConfigurationFile documentation] for more information on new setup.

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

?>