first commit

This commit is contained in:
Erreur32 2021-02-04 21:05:13 +01:00
parent 0fa155dd0f
commit 709fa78547
1 changed files with 1 additions and 3 deletions

View File

@ -3,13 +3,11 @@
//# Change with your credential here.
// Create Database first ;)
/*
$servdb = "localhost";
$userdb = "user";
$pdb = "pass";
$dbname = "database";
*/
$table = "StatServer_5";
$table = "StatServer_1";
$StatServer = $table;
$con = new mysqli($servdb, $userdb, $pdb, $dbname);