first commit
This commit is contained in:
parent
f2a3b75906
commit
aee58bee90
3 changed files with 7 additions and 2 deletions
|
@ -5,13 +5,18 @@
|
||||||
|
|
||||||
// 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 !
|
||||||
|
|
||||||
$StatServer = $table;
|
$StatServer = $table;
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 132 KiB |
Binary file not shown.
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 132 KiB |
Loading…
Reference in a new issue