-
Notifications
You must be signed in to change notification settings - Fork 56
rcon php is not work #27
Copy link
Copy link
Open
Description
require_once "rcon.php";
$host = $host_ST;
$port = $port_ST;
$password = $password_ST;
$timeout = $timeout_ST;
use Thedudeguy\Rcon;
$rcon = new Rcon($host, $port, $password, $timeout);
error_reporting(E_ALL);
if($rcon->connect()) echo "+";
else echo "-";
Help, please, tried the old solution to this error.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels