first commit

This commit is contained in:
Erreur32 2021-02-04 20:56:10 +01:00
parent edb60f166a
commit 83d6acd120
1 changed files with 4 additions and 1 deletions

View File

@ -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;