|
|
@@ -482,7 +482,7 @@ function exec_ogp_module() {
|
|
|
|
|
|
if( $isAdmin )
|
|
|
{
|
|
|
- if ( ( $server_xml->control_protocol and preg_match("/^(rcon|lcon|rcon2)$/" ,$server_xml->control_protocol) ) OR
|
|
|
+ if ( ( $server_xml->control_protocol and preg_match("/^(rcon|lcon|rcon2|armabe)$/" ,$server_xml->control_protocol) ) OR
|
|
|
( $server_xml->gameq_query_name and $server_xml->gameq_query_name == 'minecraft' ) )
|
|
|
{
|
|
|
$manager .= "<a class='monitorbutton' href='home.php?m=gamemanager&p=rcon_presets&home_id=".$server_home['home_id']."&mod_id=".$server_home['mod_id']."'>
|