mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 00:04:37 +02:00
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:
parent
952940c7bc
commit
ccb9d3e2a7
@ -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>
|
||||
|
||||
|
@ -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 " "
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user