mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Added password type to update manager proxy Tickets #3552
This commit is contained in:
parent
621a396fd1
commit
c7737c14d6
@ -85,7 +85,7 @@ $table->data[3][1] = html_print_input_text('update_manager_proxy_user',
|
||||
$update_manager_proxy_user, __('Proxy user'), 40, 60, true);
|
||||
|
||||
$table->data[4][0] = __('Proxy password:');
|
||||
$table->data[4][1] = html_print_input_text('update_manager_proxy_password',
|
||||
$table->data[4][1] = html_print_input_password('update_manager_proxy_password',
|
||||
$update_manager_proxy_password, __('Proxy password'), 40, 60, true);
|
||||
|
||||
html_print_input_hidden('action_update_url_update_manager', 1);
|
||||
|
Loading…
x
Reference in New Issue
Block a user