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:
parent
a0b5f01761
commit
a6f1b58cdd
|
@ -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>
|
||||
|
||||
* include/styles/images/toggle.png: Added png file. GIF will be removed.
|
||||
|
|
|
@ -37,9 +37,7 @@
|
|||
<div id='login_f'>
|
||||
<h1 id="log_f" class="error">No configuration file found</h1>
|
||||
<div>
|
||||
<img src="images/pandora_logo.png" border="0"></a><br><font size="1">
|
||||
<?php echo $pandora_version; ?>
|
||||
</font>
|
||||
<img src="images/pandora_logo.png" border="0"></a>
|
||||
</div>
|
||||
<div class="msg">
|
||||
<br><br>Pandora FMS Console cannot find <i>include/config.php</i> or this file has invalid
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue