2007-08-08 20:36:18 +02:00
|
|
|
<?php
|
2008-08-22 20:07:32 +02:00
|
|
|
|
|
|
|
// Pandora FMS - the Flexible Monitoring System
|
|
|
|
// ============================================
|
2009-02-09 13:03:03 +01:00
|
|
|
// Copyright (c) 2009 Artica Soluciones Tecnologicas, http://www.artica.es
|
2007-08-08 20:36:18 +02:00
|
|
|
// Please see http://pandora.sourceforge.net for full contribution list
|
|
|
|
|
|
|
|
// This program is free software; you can redistribute it and/or
|
|
|
|
// modify it under the terms of the GNU General Public License
|
|
|
|
// as published by the Free Software Foundation for version 2.
|
|
|
|
// This program is distributed in the hope that it will be useful,
|
|
|
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
// GNU General Public License for more details.
|
|
|
|
// You should have received a copy of the GNU General Public License
|
|
|
|
// along with this program; if not, write to the Free Software
|
|
|
|
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|
|
|
|
|
|
|
?>
|
|
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
|
|
<html>
|
|
|
|
<head>
|
2008-09-01 11:43:32 +02:00
|
|
|
<title>Pandora FMS - The Flexible Monitoring System - Console error</title>
|
2007-08-08 20:36:18 +02:00
|
|
|
<meta http-equiv="expires" content="0">
|
|
|
|
<meta http-equiv="content-type" content="text/html; charset=utf8">
|
|
|
|
<meta name="resource-type" content="document">
|
|
|
|
<meta name="distribution" content="global">
|
2008-09-01 11:43:32 +02:00
|
|
|
<meta name="author" content="Sancho Lerena">
|
2007-08-08 20:36:18 +02:00
|
|
|
<meta name="copyright" content="This is GPL software. Created by Sancho Lerena and others">
|
|
|
|
<meta name="keywords" content="pandora, monitoring, system, GPL, software">
|
|
|
|
<meta name="robots" content="index, follow">
|
|
|
|
<link rel="icon" href="images/pandora.ico" type="image/ico">
|
|
|
|
<link rel="stylesheet" href="include/styles/pandora.css" type="text/css">
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div align='center'>
|
|
|
|
<div id='login_f'>
|
|
|
|
<h1 id="log_f" class="error">No configuration file found</h1>
|
|
|
|
<div>
|
2009-02-09 18:55:32 +01:00
|
|
|
<img src="images/pandora_logo.png" border="0"></a>
|
2007-08-08 20:36:18 +02:00
|
|
|
</div>
|
|
|
|
<div class="msg">
|
|
|
|
<br><br>Pandora FMS Console cannot find <i>include/config.php</i> or this file has invalid
|
2008-07-26 18:24:01 +02:00
|
|
|
permissions and HTTP server cannot read it. Please read documentation to fix this problem.
|
2007-08-08 20:36:18 +02:00
|
|
|
</div>
|
2008-07-26 18:24:01 +02:00
|
|
|
<div class="msg">
|
|
|
|
You can also try to run the <a href="install.php">installation wizard</a> to create one.
|
|
|
|
</div>
|
|
|
|
</div>
|
2007-08-08 20:36:18 +02:00
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|