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
|
||||
|
||||
|
||||
$servdb = "localhost";
|
||||
$userdb = "dayz";
|
||||
$pdb = "dayz32";
|
||||
$dbname = "dayzstat";
|
||||
$table = "StatServer_5";
|
||||
/*
|
||||
$servdb = "localhost";
|
||||
$userdb = "user";
|
||||
$pdb = "pass";
|
||||
$dbname = "database";
|
||||
$table = "StatServer_1";
|
||||
|
||||
*/
|
||||
// Don't edit below !
|
||||
|
||||
$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