From 2989d01f7764af8cd09ffdfe7a719e0f08c9e588 Mon Sep 17 00:00:00 2001 From: raulmateos Date: Sun, 26 Aug 2007 14:16:42 +0000 Subject: [PATCH] 2007-08-26 Raul Mateos * upgrade.php, install.php: Corrected small typo and tag errors. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@620 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 2 +- pandora_console/install.php | 8 ++++---- pandora_console/upgrade.php | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 21bf5957a1..f941370cf7 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,6 +1,6 @@ 2007-08-26 Raul Mateos - * upgrade.php: Corrected small typo and tag errors. + * upgrade.php, install.php: Corrected small typo and tag errors. 2007-08-23 Sancho Lerena diff --git a/pandora_console/install.php b/pandora_console/install.php index f1757e53a4..3b8faf1caf 100644 --- a/pandora_console/install.php +++ b/pandora_console/install.php @@ -162,7 +162,7 @@ function install_step1() { if (file_exists("include/config.php")){ echo "
Warning: You already have a config.php file. Configuration and database would be overwritten if you continued.
"; } - echo "
Warning: This installer will overwrite and destroy your existing Pandora FMS configuration and Database. Before contine, please be sure that you have no valuable Pandora FMS data in your Database.
"; + echo "
Warning: This installer will overwrite and destroy your existing Pandora FMS configuration and Database. Before continue, please be sure that you have no valuable Pandora FMS data in your Database.
"; echo "
If you want to upgrade Pandora FMS 1.2 to 1.3 version, use the automated update wizard
"; echo " @@ -213,7 +213,7 @@ function install_step2() { Ignore it. Force install Step #3"; } else { - echo ""; + echo ""; } echo " @@ -243,7 +243,7 @@ function install_step3() {

Now, please, complete all details to configure your database and enviroment setup.

-
Warning: This installer will overwrite and destroy your existing Pandora FMS configuration and Database. Before contine, please be sure that you have no valuable Pandora FMS data in your Database.
+
Warning: This installer will overwrite and destroy your existing Pandora FMS configuration and Database. Before continue, please be sure that you have no valuable Pandora FMS data in your Database.
DB User with privileges on MySQL
@@ -377,7 +377,7 @@ $BASE_URL="'.$url.'"; // Base URL
"; if ($everything_ok == 1) { - echo "

"; + echo "

"; } else { echo "
There was some problems. Installation is not completed.

Please correct failures before trying again. diff --git a/pandora_console/upgrade.php b/pandora_console/upgrade.php index 72ea11923e..841517b719 100644 --- a/pandora_console/upgrade.php +++ b/pandora_console/upgrade.php @@ -405,7 +405,7 @@ $BASE_URL="'.$url.'"; // Base URL

"; if ($everything_ok == 1) { - echo "

"; + echo "

"; } else { echo "
There was some problems. Installation is not completed.

Please correct failures, and restore original DB before trying again.

";