mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 08:45:12 +02:00
fix symbols in gotty credentials
This commit is contained in:
parent
547e0c4364
commit
dcd9467bfb
@ -218,7 +218,8 @@ function quickShell()
|
|||||||
if (empty($config['gotty_user']) === false
|
if (empty($config['gotty_user']) === false
|
||||||
&& empty($config['gotty_pass']) === false
|
&& empty($config['gotty_pass']) === false
|
||||||
) {
|
) {
|
||||||
$auth_str = $config['gotty_user'].':'.$config['gotty_pass'];
|
$auth_str = io_safe_output($config['gotty_user']);
|
||||||
|
$auth_str .= ':'.io_output_password($config['gotty_pass']);
|
||||||
$gotty_url = $auth_str.'@'.$host.':'.$port;
|
$gotty_url = $auth_str.'@'.$host.':'.$port;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user