8
|
1 |
<?php |
|
2 |
|
136
|
3 |
// See <https://www.poweradmin.org/trac/wiki/Documentation/ConfigurationFile> for help. |
8
|
4 |
|
136
|
5 |
$db_host = ""; |
|
6 |
$db_user = ""; |
|
7 |
$db_pass = ""; |
|
8 |
$db_name = ""; |
|
9 |
$db_type = ""; |
8
|
10 |
|
136
|
11 |
$iface_lang = "en_EN"; |
|
12 |
$iface_style = "example"; |
|
13 |
$iface_rowamount = "50"; |
|
14 |
$iface_expire = "1800"; |
171
|
15 |
$iface_zonelist_serial = "0"; |
8
|
16 |
|
136
|
17 |
$dns_hostmaster = ""; |
|
18 |
$dns_ns1 = ""; |
|
19 |
$dns_ns2 = ""; |
|
20 |
$dns_ttl = "86400"; |
|
21 |
$dns_fancy = "false"; |
138
|
22 |
$dns_strict_tld_check = "1"; |
136
|
23 |
|
8
|
24 |
?> |