first commit

This commit is contained in:
Erreur32 2021-02-04 23:00:41 +01:00
parent 6c4178a28c
commit ab18d40402
1 changed files with 1 additions and 2 deletions

View File

@ -4,12 +4,11 @@
// Create Database first ;)
$servdb = "localhost";
$userdb = "user";
$pdb = "pass";
$dbname = "database";
$table = "StatServer_1";
$table = "StatServer_1";
$StatServer = $table;
$con = new mysqli($servdb, $userdb, $pdb, $dbname);