Fixed Rcon
This commit is contained in:
parent
3405e159ab
commit
e2d62c2b41
5 changed files with 5 additions and 5 deletions
|
@ -69,7 +69,7 @@ class rcon
|
|||
|
||||
public static function rcon_passwd($server)
|
||||
{
|
||||
global $cfg, $sql, $user;
|
||||
global $cfg, $sql, $user, $nmch;
|
||||
|
||||
include(LIB . 'ssh.php');
|
||||
|
||||
|
|
|
@ -72,7 +72,7 @@ class rcon
|
|||
|
||||
public static function rcon_passwd($server)
|
||||
{
|
||||
global $cfg, $sql, $user;
|
||||
global $cfg, $sql, $user, $nmch;
|
||||
|
||||
include(LIB . 'ssh.php');
|
||||
|
||||
|
|
|
@ -71,7 +71,7 @@ class rcon
|
|||
|
||||
public static function rcon_passwd($server)
|
||||
{
|
||||
global $cfg, $sql, $user;
|
||||
global $cfg, $sql, $user, $nmch;
|
||||
|
||||
include(LIB . 'ssh.php');
|
||||
|
||||
|
|
|
@ -71,7 +71,7 @@ class rcon
|
|||
|
||||
public static function rcon_passwd($server)
|
||||
{
|
||||
global $cfg, $sql, $user;
|
||||
global $cfg, $sql, $user, $nmch;
|
||||
|
||||
include(LIB . 'ssh.php');
|
||||
|
||||
|
|
|
@ -71,7 +71,7 @@ class rcon
|
|||
|
||||
public static function rcon_passwd($server)
|
||||
{
|
||||
global $cfg, $sql, $user;
|
||||
global $cfg, $sql, $user, $nmch;
|
||||
|
||||
include(LIB . 'ssh.php');
|
||||
|
||||
|
|
Loading…
Reference in a new issue