diff --git a/pandora_console/install.php b/pandora_console/install.php index f8e096e528..08f6ae29e7 100644 --- a/pandora_console/install.php +++ b/pandora_console/install.php @@ -27,7 +27,7 @@ * ============================================================================ */ require_once 'include/functions_html.php'; -define('AJAX', true); + // Necesary for import js and css of html_print_select ?> @@ -44,6 +44,8 @@ define('AJAX', true); + + '; echo '
Installation in
'; - echo html_print_select( - [ - 'db_new' => 'A new Database', - 'db_exist' => 'An existing Database', - ], - 'db_action', - '', - '', - '', - '', - true, - false, - true, - '', - false, - 'width: 100%' - ); + + echo ''; + + echo ''; } echo "DB User with privileges
@@ -1236,29 +1237,31 @@ function install_step5()For security, you now must manually delete this installer +
For security, you now must manually delete this installer ('install.php') file before trying to access to your Pandora FMS console. -
You should also install Pandora FMS Servers before trying to monitor anything; +
You should also install Pandora FMS Servers before trying to monitor anything; please read documentation on how to install it.
-Default user is 'admin' with password 'pandora', +
Default user is 'admin' with password 'pandora', please change it both as soon as possible.
-Don't forget to check http://pandorafms.com +
Don't forget to check http://pandorafms.com for updates. -
Select if you want to rename 'install.php'.
+Select if you want to rename 'install.php'.
-