summaryrefslogtreecommitdiffstats
path: root/config.php
blob: aef4b3575a065649d88a9cb60a03c55c69694b61 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?php



$dbtype       = 'mysql'; 

$dbhost       = 'localhost'; 

$dbname       = 'eqdkp'; 

$dbuser       = 'eqdkp'; 

$dbpass       = 'SECRET';

$ns           = 'nameserver';

$debug        = '0';                      

$table_prefix = 'foo_eqdkp_';



define('EQDKP_INSTALLED', true);
?>