diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index ed9dc2c8e9..5950f8f0f1 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,13 @@ +2008-11-23 Raul Mateos + + * index.php: Develop Bypass set to 1, to help debugging. Updated build. + + * extensions/update_manager/settings.php: Use print_input_password instead + print_input_text for proxy password. + + * godmode/modules/manage_network_components_form_wmi.php: Cosmetic change. + Closed some HTML tags. + 2008-11-21 Evi Vanoost * include/functions.php: Added function_exists check for multibyte diff --git a/pandora_console/extensions/update_manager/settings.php b/pandora_console/extensions/update_manager/settings.php index 1028d27eee..e12f701a7a 100644 --- a/pandora_console/extensions/update_manager/settings.php +++ b/pandora_console/extensions/update_manager/settings.php @@ -74,7 +74,7 @@ $table->data[8][0] = ''.__('Proxy user').''; $table->data[8][1] = print_input_text ('keys[proxy_user]', $settings->proxy_user, '', 40, 255, true); $table->data[9][0] = ''.__('Proxy password').''; -$table->data[9][1] = print_input_text ('keys[proxy_pass]', $settings->proxy_pass, '', 40, 255, true); +$table->data[9][1] = print_input_password ('keys[proxy_pass]', $settings->proxy_pass, '', 40, 255, true); print_table ($table); echo '
'; diff --git a/pandora_console/godmode/modules/manage_network_components_form_wmi.php b/pandora_console/godmode/modules/manage_network_components_form_wmi.php index d3ebb757fd..e0019125d6 100644 --- a/pandora_console/godmode/modules/manage_network_components_form_wmi.php +++ b/pandora_console/godmode/modules/manage_network_components_form_wmi.php @@ -89,8 +89,8 @@ echo '' echo ''; // Name -echo ''; +echo ''; // Type echo ''; @@ -130,7 +130,7 @@ echo ''; echo ''; // Interval -echo ''; echo ''; // Username -echo ''; -echo ''; +echo ''; // Password -echo ''; -echo ''; +echo ''; // Min data -echo ''; -echo ''; +echo ''; -echo ''; -echo ''; +echo ''; // Comments -echo ''; +echo '
' . __('Module name'); -echo ''; +echo '
' . __('Module name') . '' . __('Module type') . '
' . __('Module Interval'); +echo '' . __('Module Interval') . ''; echo ''; @@ -173,32 +173,32 @@ echo ''; echo '
' . __('Username') . ''; +echo '
' . __('Username') . ''; echo ''; echo '' . __('Password') . ''; +echo '' . __('Password') . ''; echo ''; echo '
' . __('Minimum Data') . ''; +echo '
' . __('Minimum Data') . ''; echo ''; echo '' . __('Maximum Data') . ''; +echo '' . __('Maximum Data') . ''; // Max data echo ''; echo '
'.__('Comments'); -echo ''; +echo '
'.__('Comments') . ''; echo ''; diff --git a/pandora_console/index.php b/pandora_console/index.php index f10102ee91..2191d3cc69 100644 --- a/pandora_console/index.php +++ b/pandora_console/index.php @@ -20,13 +20,13 @@ // Silk icon set 1.3 (cc) Mark James, http://www.famfamfam.com/lab/icons/silk/ // Pandora FMS uses Pear Image::Graph code -$build_version="PC081016"; +$build_version="PC081123"; $pandora_version="v2.1-dev"; global $build_version; global $pandora_version; // Set to 1 to do not check for installer or config file (for development!). -$develop_bypass = 0; +$develop_bypass = 1; if ($develop_bypass != 1) { // If no config file, automatically try to install