2009-09-21 Sancho Lerena <slerena@artica.es>
* install.php: Updated version in the main screen (2.0 > 3.0) git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1962 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
d5822f2c7b
commit
9bfe552ccd
|
@ -1,3 +1,7 @@
|
|||
2009-09-21 Sancho Lerena <slerena@artica.es>
|
||||
|
||||
* install.php: Updated version in the main screen (2.0 > 3.0)
|
||||
|
||||
2009-09-18 Sancho Lerena <slerena@artica.es>
|
||||
|
||||
* pandoradb.sql: more changes to schema :(. Added id_group to custom graph
|
||||
|
|
|
@ -172,7 +172,7 @@ function install_step1() {
|
|||
<h1>Pandora FMS installation wizard. Step #1 of 4</h1>
|
||||
<div id='wizard' style='height: 490px;'>
|
||||
<div id='install_box'>
|
||||
<h2>Welcome to Pandora FMS 2.0 installation Wizard</h2>
|
||||
<h2>Welcome to Pandora FMS 3.0 installation Wizard</h2>
|
||||
<p>This wizard helps you to quick install Pandora FMS console in your system.</p>
|
||||
<p>In four steps checks all dependencies and make your configuration
|
||||
for a quick installation.</p>
|
||||
|
@ -195,7 +195,7 @@ function install_step1() {
|
|||
</div>";
|
||||
|
||||
echo "<div class='info'><b>Upgrade</b>:
|
||||
If you want to upgrade from Pandora FMS 1.3.x to 2.0 version,
|
||||
If you want to upgrade from Pandora FMS 2.x to 3.0 version,
|
||||
please download the migration tool from our website at
|
||||
<a href='http://www.pandorafms.com'>PandoraFMS.com web site</a>.</div>";
|
||||
|
||||
|
|
Loading…
Reference in New Issue