devryan / GamePanelX-V3

The Original Free and Open Source Game Control Panel
https://www.gamepanelx.com
Other
131 stars 94 forks source link

Update network.php for better reading output in the gameserver console output #133

Open Safin85 opened 8 years ago

Safin85 commented 8 years ago

try to use "shell_exec" before "exec", because "shell_exec" give You formatted data back with breaklines. Exec gives only a string w./o any formatting.

This make little easier to read console output.