diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index f3dc4cca14..33b78011aa 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,11 @@ +2010-01-11 Raúl Mateos + + * install.php: Updated build and year. + + * index.php: Enable developer mode. Updated year. + + * include/config_process.php: Updated build and year. + 2010-01-11 Javier Lanz *godmode/agentes/module_manager.php: Fixed an error truncating module name diff --git a/pandora_console/include/config_process.php b/pandora_console/include/config_process.php index 57d641dc61..12102194f8 100644 --- a/pandora_console/include/config_process.php +++ b/pandora_console/include/config_process.php @@ -2,7 +2,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== -// Copyright (c) 2005-2010 Artica Soluciones Tecnologicas +// Copyright (c) 2005-2011 Artica Soluciones Tecnologicas // Please see http://pandorafms.org for full contribution list // This program is free software; you can redistribute it and/or @@ -22,8 +22,8 @@ /** * Pandora build version and version */ -$build_version = 'PC101227'; -$pandora_version = 'v3.2'; +$build_version = 'PC110111'; +$pandora_version = 'v4.0dev'; /* Help to debug problems. Override global PHP configuration */ if (!isset($develop_bypass)) $develop_bypass = 0; @@ -46,13 +46,13 @@ if ($develop_bypass != 1) { else { // Develop mode, show all notices and errors on Console (and log it) if (version_compare(PHP_VERSION, '5.3.0') >= 0) - { - error_reporting(E_ALL & ~E_DEPRECATED); - } - else - { - error_reporting(E_ALL); - } + { + error_reporting(E_ALL & ~E_DEPRECATED); + } + else + { + error_reporting(E_ALL); + } ini_set("display_errors", 1); ini_set("error_log", $config["homedir"]."/pandora_console.log"); } diff --git a/pandora_console/index.php b/pandora_console/index.php index 55427686aa..71d4a0ea80 100644 --- a/pandora_console/index.php +++ b/pandora_console/index.php @@ -2,7 +2,7 @@ //Pandora FMS- http://pandorafms.com // ================================================== -// Copyright (c) 2005-2010 Artica Soluciones Tecnologicas +// Copyright (c) 2005-2011 Artica Soluciones Tecnologicas // Please see http://pandorafms.org for full contribution list // This program is free software; you can redistribute it and/or @@ -21,7 +21,7 @@ if (function_exists ('mb_internal_encoding')) { // Set to 1 to do not check for installer or config file (for development!). // Activate gives more error information, not useful for production sites -$develop_bypass = 0; +$develop_bypass = 1; if ($develop_bypass != 1) { // If no config file, automatically try to install diff --git a/pandora_console/install.php b/pandora_console/install.php index 64535d6771..26a1392cde 100644 --- a/pandora_console/install.php +++ b/pandora_console/install.php @@ -2,7 +2,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== -// Copyright (c) 2005-2010 Artica Soluciones Tecnologicas +// Copyright (c) 2005-2011 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 @@ -33,8 +33,8 @@
- Pandora FMS is an OpenSource Software project registered at + Pandora FMS is an OpenSource Software project registered at SourceForge
"; @@ -280,7 +280,7 @@ function install_step1_licence() { echo "
- Pandora FMS is an OpenSource Software project registered at + Pandora FMS is an OpenSource Software project registered at SourceForge
"; @@ -338,7 +338,7 @@ function install_step2() {
- Pandora FMS is an OpenSource Software project registered at + Pandora FMS is an OpenSource Software project registered at SourceForge
"; @@ -544,7 +544,7 @@ function install_step4() {
- Pandora FMS is an Open Source Software project registered at + Pandora FMS is an Open Source Software project registered at SourceForge
";