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
|
||||
|
||||
# Change to our need
|
||||
//# Change with your credential here.
|
||||
// Create Database first ;)
|
||||
|
||||
/*
|
||||
$servdb = "localhost";
|
||||
$userdb = "user";
|
||||
$pdb = "pass";
|
||||
$dbname = "database";
|
||||
*/
|
||||
$table = "StatServer_5";
|
||||
|
||||
$StatServer = $table;
|
||||
|
|
Loading…
Reference in a new issue