mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 17:25:26 +02:00
Fix gotty host missing on ws.php
This commit is contained in:
parent
0bc18b47db
commit
8c65652c64
@ -116,7 +116,7 @@ if (substr($os, 0, 3) !== 'win') {
|
||||
|
||||
// Common.
|
||||
$base_cmd = 'nohup "'.$config['gotty'].'" '.$gotty_creds;
|
||||
$base_cmd .= ' --permit-arguments -a 127.0.0.1 -w ';
|
||||
$base_cmd .= ' --permit-arguments -a '.$config['gotty_host'].' -w ';
|
||||
|
||||
// Launch gotty - SSH.
|
||||
$cmd = $base_cmd.' --port '.$config['gotty_ssh_port'];
|
||||
|
Loading…
x
Reference in New Issue
Block a user