2009-02-09 Raul Mateos <raulofpandora@gmail.com>

* 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
This commit is contained in:
raulmateos 2009-02-09 17:55:32 +00:00
parent a0b5f01761
commit a6f1b58cdd
4 changed files with 11 additions and 8 deletions

View File

@ -1,3 +1,8 @@
2009-02-09 Raul Mateos <raulofpandora@gmail.com>
* 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 <raulofpandora@gmail.com> 2009-02-09 Raul Mateos <raulofpandora@gmail.com>
* include/styles/images/toggle.png: Added png file. GIF will be removed. * include/styles/images/toggle.png: Added png file. GIF will be removed.

View File

@ -37,9 +37,7 @@
<div id='login_f'> <div id='login_f'>
<h1 id="log_f" class="error">No configuration file found</h1> <h1 id="log_f" class="error">No configuration file found</h1>
<div> <div>
<img src="images/pandora_logo.png" border="0"></a><br><font size="1"> <img src="images/pandora_logo.png" border="0"></a>
<?php echo $pandora_version; ?>
</font>
</div> </div>
<div class="msg"> <div class="msg">
<br><br>Pandora FMS Console cannot find <i>include/config.php</i> or this file has invalid <br><br>Pandora FMS Console cannot find <i>include/config.php</i> or this file has invalid

View File

@ -16,7 +16,11 @@
// along with this program; if not, write to the Free Software // along with this program; if not, write to the Free Software
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // 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. // 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 // By default, Pandora adds /attachment to this, so by default is the pandora console home dir

View File

@ -25,10 +25,6 @@ if (function_exists ('mb_internal_encoding')) {
mb_internal_encoding ("UTF-8"); 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!). // Set to 1 to do not check for installer or config file (for development!).
$develop_bypass = 1; $develop_bypass = 1;