Explorar el Código

Merge pull request #145 from Adjokip/patch-6

Update rcon.php
OwN-3m-All hace 9 años
padre
commit
7990f457a9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      modules/gamemanager/rcon.php

+ 1 - 1
modules/gamemanager/rcon.php

@@ -127,7 +127,7 @@ if(isset($_POST['remote_send_rcon_command']))
 	if($response)
 	if($response)
 	{
 	{
 		echo "<div class='bloc' ><h4>" . rcon_command_title . ": [" . htmlentities(implode(" | ", $_POST['command'])) . "] " .
 		echo "<div class='bloc' ><h4>" . rcon_command_title . ": [" . htmlentities(implode(" | ", $_POST['command'])) . "] " .
-			 has_sent_to . " " . $home_info['home_name'] . "</h4><xmp style='overflow:scroll;' >" . 
+			 has_sent_to . " " . $home_info['home_name'] . "</h4><xmp style='overflow:auto;' >" . 
 			 $response . "</xmp></div>";
 			 $response . "</xmp></div>";
 	}
 	}
 }
 }