From 4389f1043d14e69195cd15df4e93b9345874f996 Mon Sep 17 00:00:00 2001 From: raulmateos Date: Wed, 19 Jul 2006 18:29:12 +0000 Subject: [PATCH] * Some headers changed to show the "official" GPL Header info. No new features or solved bugs git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@142 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/CHANGELOG | 4 ++ .../godmode/agentes/configurar_agente.php | 2 + .../godmode/agentes/manage_config.php | 4 +- .../godmode/grupos/configurar_grupo.php | 27 ++++++++--- .../godmode/grupos/lista_grupos.php | 26 +++++++--- .../operation/events/event_statistics.php | 27 +++++++---- pandora_console/operation/events/events.php | 32 +++++++++---- .../operation/incidents/incident.php | 25 +++++++--- .../incidents/incident_statistics.php | 48 ++++++++++++------- 9 files changed, 138 insertions(+), 57 deletions(-) diff --git a/pandora_console/CHANGELOG b/pandora_console/CHANGELOG index e11dd46bdf..6d1b78a760 100644 --- a/pandora_console/CHANGELOG +++ b/pandora_console/CHANGELOG @@ -1,3 +1,7 @@ +2006-07-18 Raul Mateos + + * Some headers changed to show the "official" GPL Header info. No new features or solved bugs + 2006-07-17 Raul Mateos * exportdata.php. Add a line at the end of table diff --git a/pandora_console/godmode/agentes/configurar_agente.php b/pandora_console/godmode/agentes/configurar_agente.php index 98112d09c5..3ffe49c2e4 100644 --- a/pandora_console/godmode/agentes/configurar_agente.php +++ b/pandora_console/godmode/agentes/configurar_agente.php @@ -1,4 +1,5 @@ , 2003-2006 -// Raul Mateos , 2005-2006 - -// Load globar var +// Load global vars require("include/config.php"); -//require("include/functions.php"); -//require("include/functions_db.php"); + if (comprueba_login() == 0) { $accion = ""; $id_usuario =$_SESSION["id_usuario"]; diff --git a/pandora_console/operation/incidents/incident.php b/pandora_console/operation/incidents/incident.php index b3d1b12de5..9025cebc88 100644 --- a/pandora_console/operation/incidents/incident.php +++ b/pandora_console/operation/incidents/incident.php @@ -1,14 +1,25 @@ , 2003-2006 -// Raul Mateos , 2005-2006 + +// Pandora - the Free monitoring system +// ==================================== +// Copyright (c) 2004-2006 Sancho Lerena, slerena@gmail.com +// Copyright (c) 2005-2006 Artica Soluciones Tecnologicas S.L, info@artica.es +// Copyright (c) 2004-2006 Raul Mateos Martin, raulofpandora@gmail.com +// 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; either version 2 +// of the License, or (at your option) any later version. +// 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. // Load global vars require("include/config.php"); -//require("include/functions.php"); -//require("include/functions_db.php"); + if (comprueba_login() == 0) { $accion = ""; diff --git a/pandora_console/operation/incidents/incident_statistics.php b/pandora_console/operation/incidents/incident_statistics.php index d76946d1c5..6d5a7cb852 100644 --- a/pandora_console/operation/incidents/incident_statistics.php +++ b/pandora_console/operation/incidents/incident_statistics.php @@ -1,30 +1,42 @@ , 2003-2006 -// Raul Mateos , 2005-2006 +// Pandora - the Free monitoring system +// ==================================== +// Copyright (c) 2004-2006 Sancho Lerena, slerena@gmail.com +// Copyright (c) 2005-2006 Artica Soluciones Tecnologicas S.L, info@artica.es +// Copyright (c) 2004-2006 Raul Mateos Martin, raulofpandora@gmail.com +// 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; either version 2 +// of the License, or (at your option) any later version. +// 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. -// Cargamos variables globales +// Load global vars require("include/config.php"); -//require("include/functions.php"); -//require("include/functions_db.php"); + if (comprueba_login() == 0) { $iduser=$_SESSION['id_usuario']; if (give_acl($id_user, 0, "IR")==1) { echo "

".$lang_label["incident_manag"]."

"; echo "

".$lang_label["statistics"]." ".$lang_label["help"]."

"; -echo ''; -echo "

"; -echo ''; -echo "

"; -echo ''; -echo "

"; -echo ''; -echo "

"; -echo ''; -echo "

"; +?> + +

+ +

+ +

+ +

+ +

+