diff --git a/consql.php b/consql.php index 714bc15..3f3118e 100644 --- a/consql.php +++ b/consql.php @@ -3,18 +3,13 @@ //# Change with your credential here. // Create Database first ;) - $servdb = "localhost"; - $userdb = "dayz"; - $pdb = "dayz32"; - $dbname = "dayzstat"; - $table = "StatServer_5"; -/* + $servdb = "localhost"; $userdb = "user"; $pdb = "pass"; $dbname = "database"; $table = "StatServer_1"; -*/ + $StatServer = $table; $con = new mysqli($servdb, $userdb, $pdb, $dbname);