From 2bc21e1e23d395e83b7fbdba16ee4dc20ce7099e Mon Sep 17 00:00:00 2001 From: raulmateos Date: Mon, 9 Feb 2009 17:55:32 +0000 Subject: [PATCH] 2009-02-09 Raul Mateos * include/config_process.php, general/error_noconfig.php, index.php: Back to old build status. Now error_noconfig.php doesn't use build. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1435 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 5 +++++ pandora_console/general/error_noconfig.php | 4 +--- pandora_console/include/config_process.php | 6 +++++- pandora_console/index.php | 4 ---- 4 files changed, 11 insertions(+), 8 deletions(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 7552e65638..18f82b76aa 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,8 @@ +2009-02-09 Raul Mateos + + * include/config_process.php, general/error_noconfig.php, index.php: + Back to old build status. Now error_noconfig.php doesn't use build. + 2009-02-09 Raul Mateos * include/styles/images/toggle.png: Added png file. GIF will be removed. diff --git a/pandora_console/general/error_noconfig.php b/pandora_console/general/error_noconfig.php index cccea9069d..dd5b10e473 100644 --- a/pandora_console/general/error_noconfig.php +++ b/pandora_console/general/error_noconfig.php @@ -37,9 +37,7 @@

No configuration file found

-
- - +


Pandora FMS Console cannot find include/config.php or this file has invalid diff --git a/pandora_console/include/config_process.php b/pandora_console/include/config_process.php index 17d42e2958..fe2b90318d 100644 --- a/pandora_console/include/config_process.php +++ b/pandora_console/include/config_process.php @@ -16,7 +16,11 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -// This is directory where placed "/attachment" directory, to upload files stores. +//Pandora Version +$build_version = 'PC090120'; +$pandora_version = 'v2.1-dev'; + +// Next is the directory where "/attachment" directory is placed, to upload files stores. // This MUST be writtable by http server user, and should be in pandora root. // By default, Pandora adds /attachment to this, so by default is the pandora console home dir diff --git a/pandora_console/index.php b/pandora_console/index.php index 56327c003b..99394604e8 100644 --- a/pandora_console/index.php +++ b/pandora_console/index.php @@ -25,10 +25,6 @@ if (function_exists ('mb_internal_encoding')) { mb_internal_encoding ("UTF-8"); } -//Pandora Version -$build_version = 'PC090209'; -$pandora_version = 'v2.1-dev'; - // Set to 1 to do not check for installer or config file (for development!). $develop_bypass = 1;