diff --git a/consql.php b/consql.php index 15c7ea5..31d7fdf 100644 --- a/consql.php +++ b/consql.php @@ -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);