first commit
This commit is contained in:
parent
b1fcb1bee0
commit
9a287c119f
1 changed files with 1 additions and 7 deletions
|
@ -5,18 +5,12 @@
|
||||||
|
|
||||||
// Edit this bloc for SQL
|
// Edit this bloc for SQL
|
||||||
|
|
||||||
$servdb = "localhost";
|
|
||||||
$userdb = "dayz";
|
|
||||||
$pdb = "dayz32";
|
|
||||||
$dbname = "dayzstat";
|
|
||||||
$table = "StatServer_5";
|
|
||||||
/*
|
|
||||||
$servdb = "localhost";
|
$servdb = "localhost";
|
||||||
$userdb = "user";
|
$userdb = "user";
|
||||||
$pdb = "pass";
|
$pdb = "pass";
|
||||||
$dbname = "database";
|
$dbname = "database";
|
||||||
$table = "StatServer_1";
|
$table = "StatServer_1";
|
||||||
*/
|
|
||||||
|
|
||||||
// Don't edit below !
|
// Don't edit below !
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue