mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-26 07:16:28 +02:00
minor-fix qs_admin interface
This commit is contained in:
parent
664017aa38
commit
ab6e790b4e
@ -312,6 +312,7 @@ function quickShellSettings()
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Parser.
|
// Parser.
|
||||||
|
if (get_parameter('qs_update', false) !== false) {
|
||||||
// Gotty settings. Internal communication (WS).
|
// Gotty settings. Internal communication (WS).
|
||||||
$gotty = get_parameter(
|
$gotty = get_parameter(
|
||||||
'gotty',
|
'gotty',
|
||||||
@ -376,6 +377,7 @@ function quickShellSettings()
|
|||||||
$changes++;
|
$changes++;
|
||||||
$critical++;
|
$critical++;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
// Interface.
|
// Interface.
|
||||||
ui_print_page_header(__('QuickShell settings'));
|
ui_print_page_header(__('QuickShell settings'));
|
||||||
@ -460,6 +462,13 @@ function quickShellSettings()
|
|||||||
'value' => io_output_password($config['gotty_pass']),
|
'value' => io_output_password($config['gotty_pass']),
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
|
[
|
||||||
|
'arguments' => [
|
||||||
|
'type' => 'hidden',
|
||||||
|
'name' => 'qs_update',
|
||||||
|
'value' => 1,
|
||||||
|
],
|
||||||
|
],
|
||||||
[
|
[
|
||||||
'arguments' => [
|
'arguments' => [
|
||||||
'type' => 'submit',
|
'type' => 'submit',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user