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;