first commit
This commit is contained in:
parent
14674a1ad3
commit
1aea9e820f
2 changed files with 6 additions and 4 deletions
|
@ -6,11 +6,13 @@
|
|||
$table = "StatServer_20";
|
||||
|
||||
$StatServer = $table;
|
||||
|
||||
$con = new mysqli($servdb, $userdb, $pdb, $dbname);
|
||||
|
||||
if ($con->connect_error) {
|
||||
echo (" SQL not active <font color=orange> // Function not ready yet </font> ");
|
||||
// echo ("<font color=red> ...Connection failed need to set MYSQL </font><br>");
|
||||
// die("Connection failed: " . $con->connect_error);
|
||||
echo ("Connection failed with sql / need to set MYSQL");
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
@ -430,7 +430,7 @@ $sec = "300";
|
|||
</label>
|
||||
</div>
|
||||
<div class="col-sm-7"><i class="fas fa-dot-circle" style="color:#20a8d8"></i>
|
||||
// not ready yet
|
||||
SQL not active <font color=orange>// Function not ready</font>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -519,7 +519,7 @@ $sec = "300";
|
|||
<div class="card">
|
||||
<div class="card-header">Player last 24 hours</div>
|
||||
<div class="card-body">
|
||||
need sql // not ready yet
|
||||
<!-- // not ready yet -->
|
||||
<?php include('./GraphPlayer.php'); ?>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue