2007-02-20 02:38:59 +01:00
|
|
|
<?php
|
2008-08-22 20:07:32 +02:00
|
|
|
|
2009-06-08 20:26:14 +02:00
|
|
|
// Pandora FMS - http://pandorafms.com
|
|
|
|
// ==================================================
|
2010-11-11 Raúl Mateos <raulofpandora@gmail.com>
* general/error_install.php, general/error_perms.php, general/header.php,
general/logon_menu.php, general/logon_ok.php, include/functions_menu.php,
include/functions_ui.php, extensions/agents_modules.php,
operation/menu.php, godmode/menu.php, operation/estado_agente.php,
operation/agentes/estado_agente.php, operation/agentes/status_monitor.php,
operation/agentes/estado_monitores.php,
operation/agentes/estado_ultimopaquete.php,
operation/agentes/estado_generalagente.php, pandoradb_data.sql: Closed
some HTML tags, autoclose others, added alt to images, and changed some
& to "&" to help validation for XHTML 1.0 Transitional. Tested and
not error found, but needs more tests...
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3572 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2010-11-11 12:16:09 +01:00
|
|
|
// Copyright (c) 2005-2010 Artica Soluciones Tecnologicas
|
2007-02-20 02:38:59 +01:00
|
|
|
|
|
|
|
// This program is free software; you can redistribute it and/or
|
|
|
|
// modify it under the terms of the GNU General Public License
|
2007-08-08 20:36:18 +02:00
|
|
|
// as published by the Free Software Foundation for version 2.
|
2007-02-20 02:38:59 +01:00
|
|
|
// 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.
|
|
|
|
|
|
|
|
?>
|
|
|
|
<!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-02-20 02:38:59 +01:00
|
|
|
<meta http-equiv="expires" content="0">
|
2007-09-08 20:05:06 +02:00
|
|
|
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
2007-02-20 02:38:59 +01:00
|
|
|
<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-02-20 02:38:59 +01: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>
|
2007-08-08 20:36:18 +02:00
|
|
|
<body>
|
2009-10-19 10:39:45 +02:00
|
|
|
|
|
|
|
<div id="main" style='float:left; margin-left: 100px'>
|
2007-02-20 02:38:59 +01:00
|
|
|
<div align='center'>
|
|
|
|
<div id='login_f'>
|
|
|
|
<h1 id="log_f" class="error">Bad permission for include/config.php</h1>
|
|
|
|
<div>
|
2010-11-11 Raúl Mateos <raulofpandora@gmail.com>
* general/error_install.php, general/error_perms.php, general/header.php,
general/logon_menu.php, general/logon_ok.php, include/functions_menu.php,
include/functions_ui.php, extensions/agents_modules.php,
operation/menu.php, godmode/menu.php, operation/estado_agente.php,
operation/agentes/estado_agente.php, operation/agentes/status_monitor.php,
operation/agentes/estado_monitores.php,
operation/agentes/estado_ultimopaquete.php,
operation/agentes/estado_generalagente.php, pandoradb_data.sql: Closed
some HTML tags, autoclose others, added alt to images, and changed some
& to "&" to help validation for XHTML 1.0 Transitional. Tested and
not error found, but needs more tests...
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3572 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2010-11-11 12:16:09 +01:00
|
|
|
<img src="images/pandora_logo.png" border="0" alt="Pandora FMS"><br>
|
2007-02-20 02:38:59 +01:00
|
|
|
</div>
|
2008-07-26 18:25:12 +02:00
|
|
|
<div class="msg"><br><br>
|
|
|
|
For security reasons, <i>config.php</i> must have restrictive permissions, and "other" users
|
|
|
|
should not read it or write to it. It should be written only for owner
|
|
|
|
(usually www-data or http daemon user), normal operation is not possible until you change
|
|
|
|
permissions for <i>include/config.php</i> file. Please do it, it's for your security.
|
|
|
|
</div>
|
2007-02-20 02:38:59 +01:00
|
|
|
</div>
|
|
|
|
</div>
|
2009-09-14 03:02:44 +02:00
|
|
|
</div>
|
2007-02-20 02:38:59 +01:00
|
|
|
</body>
|
2007-06-28 16:17:25 +02:00
|
|
|
</html>
|