2010-04-26 Junichi Satoh <junichi@rworks.jp>
* godmode/agentes/module_manager_editor_plugin.php, godmode/agentes/module_manager_editor_wmi.php, godmode/agentes/module_manager_editor_network.php: Added missing '_'. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2607 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
3d56880ef7
commit
47fd26430b
|
@ -1,3 +1,9 @@
|
|||
2010-04-26 Junichi Satoh <junichi@rworks.jp>
|
||||
|
||||
* godmode/agentes/module_manager_editor_plugin.php,
|
||||
godmode/agentes/module_manager_editor_wmi.php,
|
||||
godmode/agentes/module_manager_editor_network.php: Added missing '_'.
|
||||
|
||||
2010-04-23 Sancho Lerena <slerena@artica.es>
|
||||
|
||||
* include/config_process.php: Fixed a doble include in the
|
||||
|
|
|
@ -41,7 +41,7 @@ $extra_title = __('Network server module');
|
|||
$data = array ();
|
||||
$data[0] = __('Target IP');
|
||||
$data[1] = print_input_text ('ip_target', $ip_target, '', 15, 60, true);
|
||||
$data[2] = _('Port');
|
||||
$data[2] = __('Port');
|
||||
$data[3] = print_input_text ('tcp_port', $tcp_port, '', 5, 20, true, $disabledBecauseInPolicy);
|
||||
|
||||
push_table_simple ($data, 'target_ip');
|
||||
|
|
|
@ -49,7 +49,7 @@ push_table_simple ($data, 'plugin_1');
|
|||
$data = array ();
|
||||
$data[0] = __('Target IP');
|
||||
$data[1] = print_input_text ('ip_target', $ip_target, '', 15, 60, true);
|
||||
$data[2] = _('Port');
|
||||
$data[2] = __('Port');
|
||||
$data[3] = print_input_text ('tcp_port', $tcp_port, '', 5, 20, true);
|
||||
|
||||
push_table_simple ($data, 'target_ip');
|
||||
|
@ -57,7 +57,7 @@ push_table_simple ($data, 'target_ip');
|
|||
$data = array ();
|
||||
$data[0] = __('Username');
|
||||
$data[1] = print_input_text ('plugin_user', $plugin_user, '', 15, 60, true);
|
||||
$data[2] = _('Password');
|
||||
$data[2] = __('Password');
|
||||
$data[3] = print_input_password ('plugin_pass', $plugin_pass, '', 15, 60, true);
|
||||
|
||||
push_table_simple ($data, 'plugin_2');
|
||||
|
|
|
@ -49,7 +49,7 @@ push_table_simple ($data, 'target_ip');
|
|||
$data = array ();
|
||||
$data[0] = __('Username');
|
||||
$data[1] = print_input_text ('plugin_user', $plugin_user, '', 15, 60, true);
|
||||
$data[2] = _('Password');
|
||||
$data[2] = __('Password');
|
||||
$data[3] = print_input_password ('plugin_pass', $plugin_pass, '', 15, 60, true);
|
||||
|
||||
push_table_simple ($data, 'user_pass');
|
||||
|
|
Loading…
Reference in New Issue