2010-05-11 Raul Mateos <raulofpandora@gmail.com>

* install.php: Updated year. Clean code.

git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2723 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
raulmateos 2010-05-13 16:44:27 +00:00
parent d4611dc1cd
commit 6c67a39f0d
2 changed files with 9 additions and 5 deletions

View File

@ -1,3 +1,7 @@
2010-05-11 Raúl Mateos <raulofpandora@gmail.com>
* install.php: Updated year. Clean code.
2010-05-13 Sergio Martin <sergio.martin@artica.es>
* godmode/gis_maps/configure_gis_map.php: Fixed the

View File

@ -2,7 +2,7 @@
// Pandora FMS - http://pandorafms.com
// ==================================================
// Copyright (c) 2005-2009 Artica Soluciones Tecnologicas
// Copyright (c) 2005-2010 Artica Soluciones Tecnologicas
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
@ -12,7 +12,6 @@
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
@ -35,7 +34,7 @@
<?php
$version = "3.1-dev";
$build = "100317";
$build = "100513";
$banner = "v$version Build $build";
error_reporting(0);
@ -556,7 +555,8 @@ function install_step5() {
('<i>install.php</i>') file before trying to access to your Pandora FMS console.
<p>You should also install Pandora FMS Servers before trying to monitor anything;
please read documentation on how to install it.</p>
<p>Default user is <b>'admin'</b> with password <b>'pandora'</b>, please change it both as soon as possible.</p>
<p>Default user is <b>'admin'</b> with password <b>'pandora'</b>,
please change it both as soon as possible.</p>
<p>Don't forget to check <a href='http://pandorafms.com'>http://pandorafms.com</a>
for updates.
<p><br><b><a href='index.php'>Click here to access to your Pandora FMS console</a>.</b>
@ -565,7 +565,7 @@ function install_step5() {
print_logo_status (5,5);
echo "</div>
<div id='foot_install'>
<i>Pandora FMS is an OpenSource Software project registered at
<i>Pandora FMS is an OpenSource Software project registered at
<a target='_new' href='http://pandora.sourceforge.net'>SourceForge</a></i>
</div>
</div>";