2010-06-06 Raul Mateos <raulofpandora@gmail.com>

* pandora_console_install: Cleaned code. Updated year.

git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2861 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
raulmateos 2010-06-06 21:56:42 +00:00
parent 952940c7bc
commit ccb9d3e2a7
2 changed files with 51 additions and 47 deletions

View File

@ -1,3 +1,7 @@
2010-06-06 Raúl Mateos <raulofpandora@gmail.com>
* pandora_console_install: Cleaned code. Updated year.
2010-06-06 Raúl Mateos <raulofpandora@gmail.com>
* godmode/reporting/reporting_builder.php, godmode/reporting/graphs.php,
@ -23,7 +27,7 @@
2010-06-03 Miguel de Dios <miguel.dedios@artica.es>
* general/license/pandora_info_ast_es.html: cleaned html and fixed unclose
html tags in source code, the eclipse warm to me.
html tags in source code, the eclipse warned me.
2010-06-03 Miguel de Dios <miguel.dedios@artica.es>
@ -39,7 +43,7 @@
* general/header.php, godmode/db/db_audit.php,
godmode/reporting/reporting_builder.item_editor.php: cleaned html and fixed
unclose html tags in source code, the eclipse warm to me.
unclose html tags in source code, the eclipse warned me.
2010-06-02 Raúl Mateos <raulofpandora@gmail.com>

View File

@ -1,6 +1,6 @@
#!/bin/bash
# Pandora FMS Console Installer (c) 2008-2009 Artica ST
# Pandora FMS Console Installer (c) 2008-2010 Artica ST
# Linux Version (generic), for SuSe and Debian/Ubuntu only
# other Linux distros could not work properly without modifications
# Please see http://www.pandorafms.org
@ -8,7 +8,7 @@
# This code is licensed under GPL 2.0 license.
# **********************************************************************
PI_VERSION=3.0.0
PI_VERSION=3.1.0
FORCE=0
LOG_TIMESTAMP=`date +"%Y/%m/%d %H:%M:%S"`
MODE=$1
@ -131,14 +131,14 @@ install () {
}
help () {
echo " --force-install To force installation if already installed on system "
echo " --force-install To force installation if already installed on this system"
echo " --install To install Pandora FMS Console on this system"
echo " "
}
# Script banner at start
echo " "
echo "Pandora FMS Console Installer $PI_VERSION (c) 2008-2009 ArticaST"
echo "Pandora FMS Console Installer $PI_VERSION (c) 2008-2010 ArticaST"
echo "This program is licensed under GPL2 Terms. http://pandorafms.com"
echo " "