diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 1712480f41..9f5f717f73 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,9 @@ +2012-05-17 Sergio Martin + + * install.php: Fixed number of step mistakes + in the install process + Merged from 4.0 + 2012-05-17 Sergio Martin * include/functions_api.php: Added create_network_module_from_component diff --git a/pandora_console/install.php b/pandora_console/install.php index 3469208065..b6b45a74eb 100644 --- a/pandora_console/install.php +++ b/pandora_console/install.php @@ -398,7 +398,7 @@ function install_step1() { echo ""; - print_logo_status (1, 5); + print_logo_status (1,6); echo "
"; if ($writable == 0) { @@ -443,7 +443,7 @@ function install_step1_licence() { } echo "
"; - print_logo_status (2, 5); + print_logo_status (2,6); echo "
@@ -490,7 +490,7 @@ function install_step2() { check_extension("oci8", "PHP Oracle extension"); echo ""; echo ""; - print_logo_status (3,5); + print_logo_status (3,6); echo "
"; if ($res > 0) { @@ -631,7 +631,7 @@ function install_step3() { echo "
"; - print_logo_status (4,5); + print_logo_status (4,6); echo "
@@ -1004,7 +1004,7 @@ function install_step4() { } echo "
"; - print_logo_status(4,5); + print_logo_status(5,6); echo "
"; if ($everything_ok == 1) { @@ -1070,7 +1070,7 @@ function install_step5() {


Click here to access to your Pandora FMS console.

"; - print_logo_status (5,5); + print_logo_status (6,6); echo "
Pandora FMS is an OpenSource Software project registered at