first commit
This commit is contained in:
parent
edb60f166a
commit
83d6acd120
1 changed files with 4 additions and 1 deletions
|
@ -1,11 +1,14 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
# Change to our need
|
//# Change with your credential here.
|
||||||
|
// Create Database first ;)
|
||||||
|
|
||||||
|
/*
|
||||||
$servdb = "localhost";
|
$servdb = "localhost";
|
||||||
$userdb = "user";
|
$userdb = "user";
|
||||||
$pdb = "pass";
|
$pdb = "pass";
|
||||||
$dbname = "database";
|
$dbname = "database";
|
||||||
|
*/
|
||||||
$table = "StatServer_5";
|
$table = "StatServer_5";
|
||||||
|
|
||||||
$StatServer = $table;
|
$StatServer = $table;
|
||||||
|
|
Loading…
Reference in a new issue