2009-06-08 Sancho Lerena <slerena@artica.es>

* Massive header update.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1738 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
slerena 2009-06-08 18:26:14 +00:00
parent bc71442821
commit 2c400b64bb
75 changed files with 596 additions and 788 deletions

View File

@ -1,3 +1,7 @@
2009-06-08 Sancho Lerena <slerena@artica.es>
* Massive header update.
2009-06-08 Esteban Sanchez <estebans@artica.es> 2009-06-08 Esteban Sanchez <estebans@artica.es>
* include/functions.php: Added encoding checking on safe_input(). * include/functions.php: Added encoding checking on safe_input().

View File

@ -1,20 +1,18 @@
<?php <?php
// Pandora FMS - the Flexible Monitoring System //Pandora FMS- http://pandorafms.com
// ============================================ // ==================================================
// Copyright (c) 2009 Artica Soluciones Tecnologicas, http://www.artica.es // Copyright (c) 2005-2009 Artica Soluciones Tecnologicas
// Please see http://pandora.sourceforge.net for full contribution list // Please see http://pandorafms.org for full contribution list
// This program is free software; you can redistribute it and/or // This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License // modify it under the terms of the GNU Lesser General Public License
// as published by the Free Software Foundation for version 2. // as published by the Free Software Foundation; version 2
// This program is distributed in the hope that it will be useful, // This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of // but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details. // 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.
if ((! file_exists("include/config.php")) || (! is_readable("include/config.php"))) { if ((! file_exists("include/config.php")) || (! is_readable("include/config.php"))) {
exit; exit;

View File

@ -1,9 +1,8 @@
<?php <?php
// Pandora FMS - the Flexible Monitoring System //Pandora FMS- http://pandorafms.com
// ============================================ // ==================================================
// Copyright (c) 2008 Artica Soluciones Tecnologicas, http://www.artica.es // Copyright (c) 2005-2009 Artica Soluciones Tecnologicas
// Please see http://pandora.sourceforge.net for full contribution list
// This program is free software; you can redistribute it and/or // This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License // modify it under the terms of the GNU General Public License
@ -12,9 +11,6 @@
// but WITHOUT ANY WARRANTY; without even the implied warranty of // but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details. // 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.
function dbmanager_query ($sql, &$error) { function dbmanager_query ($sql, &$error) {
global $config; global $config;

View File

@ -1,7 +1,4 @@
/*
Plain old table styles
written by Chris Heilmann http://wait-till-i.com
*/
table.dbmanager, table.dbmanager td, table.dbmanager th { table.dbmanager, table.dbmanager td, table.dbmanager th {
border:1px solid #888; border:1px solid #888;
border-collapse: collapse; border-collapse: collapse;

View File

@ -1,9 +1,8 @@
<?php <?php
// Pandora FMS - the Flexible Monitoring System //Pandora FMS- http://pandorafms.com
// ============================================ // ==================================================
// Copyright (c) 2008 Artica Soluciones Tecnologicas, http://www.artica.es // Copyright (c) 2005-2009 Artica Soluciones Tecnologicas
// Please see http://pandora.sourceforge.net for full contribution list
// This program is free software; you can redistribute it and/or // This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License // modify it under the terms of the GNU General Public License
@ -12,9 +11,6 @@
// but WITHOUT ANY WARRANTY; without even the implied warranty of // but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details. // 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.
/* You can safely delete this file */ /* You can safely delete this file */

View File

@ -1,19 +1,16 @@
<?php <?php
// Pandora - the Free monitoring system
// ==================================== //Pandora FMS- http://pandorafms.com
// Copyright (c) 2008 Esteban Sanchez, estebans@artica.es // ==================================================
// Copyright (c) 2008 Artica Soluciones Tecnologicas S.L, info@artica.es // Copyright (c) 2005-2009 Artica Soluciones Tecnologicas
// This program is free software; you can redistribute it and/or // This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License // modify it under the terms of the GNU General Public License
// as published by the Free Software Foundation; version 2 // as published by the Free Software Foundation for version 2.
// of the License, or (at your option) any later version.
// This program is distributed in the hope that it will be useful, // This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of // but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details. // 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.
function load_update_manager_lib () { function load_update_manager_lib () {
set_time_limit (0); set_time_limit (0);

View File

@ -1,8 +1,7 @@
<?php <?php
// Open Update Manager //Pandora FMS- http://pandorafms.com
// =================== // ==================================================
// Copyright (c) 2008 Artica Soluciones Tecnologicas, http://www.artica.es // Copyright (c) 2005-2009 Artica Soluciones Tecnologicas
// Copyright (c) 2008 Esteban Sanchez Muñoz <estebans@artica.es>
// This program is free software; you can redistribute it and/or // This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License // modify it under the terms of the GNU General Public License
@ -11,9 +10,6 @@
// but WITHOUT ANY WARRANTY; without even the implied warranty of // but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details. // 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.
/* PEAR DB manage abstraction */ /* PEAR DB manage abstraction */

View File

@ -1,8 +1,8 @@
<?php <?php
// Open Update Manager
// =================== // Pandora FMS - http://pandorafms.com
// Copyright (c) 2008 Artica Soluciones Tecnologicas, http://www.artica.es // ==================================================
// Copyright (c) 2008 Esteban Sanchez Muñoz <estebans@artica.es> // Copyright (c) 2005-2009 Artica Soluciones Tecnologicas
// This program is free software; you can redistribute it and/or // This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License // modify it under the terms of the GNU General Public License
@ -11,8 +11,7 @@
// but WITHOUT ANY WARRANTY; without even the implied warranty of // but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details. // 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
$prev_level = error_reporting (0); $prev_level = error_reporting (0);
if ((include_once ('XML/RPC.php')) != 1) if ((include_once ('XML/RPC.php')) != 1)

View File

@ -1,8 +1,8 @@
<?php <?php
// Open Update Manager
// =================== // Pandora FMS - http://pandorafms.com
// Copyright (c) 2008 Artica Soluciones Tecnologicas, http://www.artica.es // ==================================================
// Copyright (c) 2008 Esteban Sanchez Muñoz <estebans@artica.es> // Copyright (c) 2005-2009 Artica Soluciones Tecnologicas
// This program is free software; you can redistribute it and/or // This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License // modify it under the terms of the GNU General Public License
@ -11,9 +11,7 @@
// but WITHOUT ANY WARRANTY; without even the implied warranty of // but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details. // 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.
function um_component_database_get_data ($component_db) { function um_component_database_get_data ($component_db) {

View File

@ -1,8 +1,8 @@
<?php <?php
// Open Update Manager
// =================== // Pandora FMS - http://pandorafms.com
// Copyright (c) 2008 Artica Soluciones Tecnologicas, http://www.artica.es // ==================================================
// Copyright (c) 2008 Esteban Sanchez Muñoz <estebans@artica.es> // Copyright (c) 2005-2009 Artica Soluciones Tecnologicas
// This program is free software; you can redistribute it and/or // This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License // modify it under the terms of the GNU General Public License
@ -11,9 +11,7 @@
// but WITHOUT ANY WARRANTY; without even the implied warranty of // but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details. // 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.
function um_update_get_last_from_filename ($component_name, $filename) { function um_update_get_last_from_filename ($component_name, $filename) {

View File

@ -1,8 +1,8 @@
<?php <?php
// Open Update Manager
// =================== // Pandora FMS - http://pandorafms.com
// Copyright (c) 2008 Artica Soluciones Tecnologicas, http://www.artica.es // ==================================================
// Copyright (c) 2008 Esteban Sanchez Muñoz <estebans@artica.es> // Copyright (c) 2005-2009 Artica Soluciones Tecnologicas
// This program is free software; you can redistribute it and/or // This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License // modify it under the terms of the GNU General Public License
@ -11,9 +11,7 @@
// but WITHOUT ANY WARRANTY; without even the implied warranty of // but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details. // 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.
function add_prefix (&$string, $key, $prefix) { function add_prefix (&$string, $key, $prefix) {

View File

@ -1,8 +1,8 @@
<?php <?php
// Open Update Manager
// =================== // Pandora FMS - http://pandorafms.com
// Copyright (c) 2008 Artica Soluciones Tecnologicas, http://www.artica.es // ==================================================
// Copyright (c) 2008 Esteban Sanchez Muñoz <estebans@artica.es> // Copyright (c) 2005-2009 Artica Soluciones Tecnologicas
// This program is free software; you can redistribute it and/or // This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License // modify it under the terms of the GNU General Public License
@ -11,9 +11,7 @@
// but WITHOUT ANY WARRANTY; without even the implied warranty of // but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details. // 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.
/* Change to E_ALL for development/debugging */ /* Change to E_ALL for development/debugging */

View File

@ -1,9 +1,8 @@
<?php <?php
// Pandora FMS - the Flexible Monitoring System //Pandora FMS- http://pandorafms.com
// ============================================ // ==================================================
// Copyright (c) 2008 Artica Soluciones Tecnologicas, http://www.artica.es // Copyright (c) 2005-2009 Artica Soluciones Tecnologicas
// Please see http://pandora.sourceforge.net for full contribution list
// This program is free software; you can redistribute it and/or // This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License // modify it under the terms of the GNU General Public License
@ -12,9 +11,6 @@
// but WITHOUT ANY WARRANTY; without even the implied warranty of // but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details. // 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.
/* Change to E_ALL for development/debugging */ /* Change to E_ALL for development/debugging */

View File

@ -1,9 +1,8 @@
<?php <?php
// Pandora FMS - the Flexible Monitoring System //Pandora FMS- http://pandorafms.com
// ============================================ // ==================================================
// Copyright (c) 2008 Artica Soluciones Tecnologicas, http://www.artica.es // Copyright (c) 2005-2009 Artica Soluciones Tecnologicas
// Please see http://pandora.sourceforge.net for full contribution list
// This program is free software; you can redistribute it and/or // This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License // modify it under the terms of the GNU General Public License
@ -12,9 +11,6 @@
// but WITHOUT ANY WARRANTY; without even the implied warranty of // but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details. // 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 // Load global vars
require_once ("include/config.php"); require_once ("include/config.php");

View File

@ -1,19 +1,15 @@
<?php <?php
// Pandora - the Free monitoring system //Pandora FMS- http://pandorafms.com
// ==================================== // ==================================================
// Copyright (c) 2008 Esteban Sanchez, estebans@artica.es // Copyright (c) 2005-2009 Artica Soluciones Tecnologicas
// Copyright (c) 2008 Artica Soluciones Tecnologicas S.L, info@artica.es
// This program is free software; you can redistribute it and/or // This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License // modify it under the terms of the GNU General Public License
// as published by the Free Software Foundation; version 2 // as published by the Free Software Foundation for version 2.
// of the License, or (at your option) any later version.
// This program is distributed in the hope that it will be useful, // This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of // but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details. // 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 // Load global vars
require_once ("include/config.php"); require_once ("include/config.php");

View File

@ -1,9 +1,8 @@
<?php <?php
// Pandora FMS - the Flexible Monitoring System // Pandora FMS - http://pandorafms.com
// ============================================ // ==================================================
// Copyright (c) 2008 Artica Soluciones Tecnologicas, http://www.artica.es // Copyright (c) 2005-2009 Artica Soluciones Tecnologicas
// Please see http://pandora.sourceforge.net for full contribution list
// This program is free software; you can redistribute it and/or // This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License // modify it under the terms of the GNU General Public License
@ -12,9 +11,6 @@
// but WITHOUT ANY WARRANTY; without even the implied warranty of // but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details. // 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.
?> ?>

View File

@ -1,9 +1,8 @@
<?php <?php
// Pandora FMS - the Flexible Monitoring System // Pandora FMS - http://pandorafms.com
// ============================================ // ==================================================
// Copyright (c) 2009 Artica Soluciones Tecnologicas, http://www.artica.es // Copyright (c) 2005-2009 Artica Soluciones Tecnologicas
// Please see http://pandora.sourceforge.net for full contribution list
// This program is free software; you can redistribute it and/or // This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License // modify it under the terms of the GNU General Public License
@ -12,9 +11,7 @@
// but WITHOUT ANY WARRANTY; without even the implied warranty of // but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details. // 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"> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

View File

@ -1,9 +1,8 @@
<?php <?php
// Pandora FMS - the Flexible Monitoring System // Pandora FMS - http://pandorafms.com
// ============================================ // ==================================================
// Copyright (c) 2008 Artica Soluciones Tecnologicas, http://www.artica.es // Copyright (c) 2005-2009 Artica Soluciones Tecnologicas
// Please see http://pandora.sourceforge.net for full contribution list
// This program is free software; you can redistribute it and/or // This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License // modify it under the terms of the GNU General Public License
@ -12,9 +11,6 @@
// but WITHOUT ANY WARRANTY; without even the implied warranty of // but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details. // 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"> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

View File

@ -1,9 +1,8 @@
<?php <?php
// Pandora FMS - the Flexible Monitoring System // Pandora FMS - http://pandorafms.com
// ============================================= // ==================================================
// Copyright (c) 2009 Artica Soluciones Tecnologicas, http://www.artica.es // Copyright (c) 2005-2009 Artica Soluciones Tecnologicas
// Please see http://pandorafms.org for full contribution list
// This program is free software; you can redistribute it and/or // This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License // modify it under the terms of the GNU General Public License
@ -12,10 +11,8 @@
// but WITHOUT ANY WARRANTY; without even the implied warranty of // but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details. // 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.
if (isset($_SERVER['REQUEST_TIME'])) { if (isset($_SERVER['REQUEST_TIME'])) {
$time = $_SERVER['REQUEST_TIME']; $time = $_SERVER['REQUEST_TIME'];

View File

@ -1,8 +1,8 @@
<?php <?php
// Pandora FMS - the Flexible Monitoring System
// ============================================ // Pandora FMS - http://pandorafms.com
// Copyright (c) 2008 Artica Soluciones Tecnologicas, http://www.artica.es // ==================================================
// Please see http://pandora.sourceforge.net for full contribution list // Copyright (c) 2005-2009 Artica Soluciones Tecnologicas
// This program is free software; you can redistribute it and/or // This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License // modify it under the terms of the GNU General Public License
@ -11,9 +11,6 @@
// but WITHOUT ANY WARRANTY; without even the implied warranty of // but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details. // 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.
require_once ("include/functions_messages.php"); require_once ("include/functions_messages.php");

View File

@ -1,19 +1,16 @@
<?php <?php
// Pandora FMS - the Flexible Monitoring System
// ============================================ // Pandora FMS - http://pandorafms.com
// Copyright (c) 2008 Artica Soluciones Tecnológicas, http://www.artica.es // ==================================================
// Please see http://pandora.sourceforge.net for full contribution list // Copyright (c) 2005-2009 Artica Soluciones Tecnologicas
// This program is free software; you can redistribute it and/or // This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License // modify it under the terms of the GNU General Public License
// as published by the Free Software Foundation version 2 // as published by the Free Software Foundation for version 2.
// This program is distributed in the hope that it will be useful, // This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of // but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details. // 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.
$sql = 'SELECT link, name FROM tlink ORDER BY name'; $sql = 'SELECT link, name FROM tlink ORDER BY name';
$result = get_db_all_rows_sql ($sql); $result = get_db_all_rows_sql ($sql);

View File

@ -1,9 +1,8 @@
<?php <?php
// Pandora FMS - the Flexible Monitoring System // Pandora FMS - http://pandorafms.com
// ============================================ // ==================================================
// Copyright (c) 2008 Artica Soluciones Tecnologicas, http://www.artica.es // Copyright (c) 2005-2009 Artica Soluciones Tecnologicas
// Please see http://pandora.sourceforge.net for full contribution list
// This program is free software; you can redistribute it and/or // This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License // modify it under the terms of the GNU General Public License
@ -12,9 +11,6 @@
// but WITHOUT ANY WARRANTY; without even the implied warranty of // but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details. // 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.
$url = '?login=1'; $url = '?login=1';
//These variables come from index.php //These variables come from index.php
@ -78,4 +74,4 @@ echo '</td><td class="f9b">
/* <![CDATA[ */ /* <![CDATA[ */
document.getElementById('nick').focus(); document.getElementById('nick').focus();
/* ]]> */ /* ]]> */
</script> </script>

View File

@ -1,9 +1,9 @@
<?php <?php
// Pandora FMS - the Flexible Monitoring System // Pandora FMS - http://pandorafms.com
// ============================================ // ==================================================
// Copyright (c) 2008 Artica Soluciones Tecnologicas, http://www.artica.es // Copyright (c) 2005-2009 Artica Soluciones Tecnologicas
// Please see http://pandora.sourceforge.net for full contribution list // Please see http://pandorafms.org for full contribution list
// This program is free software; you can redistribute it and/or // This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License // modify it under the terms of the GNU General Public License
@ -12,9 +12,7 @@
// but WITHOUT ANY WARRANTY; without even the implied warranty of // but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details. // 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.
?> ?>
<div class="databox" id="login"> <div class="databox" id="login">
<h1 id="log"><?php echo __('Logged Out'); ?></h1> <h1 id="log"><?php echo __('Logged Out'); ?></h1>
@ -32,4 +30,4 @@
</table> </table>
</div> </div>
<div id="ip"><?php echo 'IP: <b class="f10">'.$REMOTE_ADDR.'</b>'; ?></div> <div id="ip"><?php echo 'IP: <b class="f10">'.$REMOTE_ADDR.'</b>'; ?></div>
</div> </div>

View File

@ -1,9 +1,8 @@
<?php <?php
// Pandora FMS - the Flexible Monitoring System // Pandora FMS - http://pandorafms.com
// ============================================ // ==================================================
// Copyright (c) 2008 Artica Soluciones Tecnologicas, http://www.artica.es // Copyright (c) 2005-2009 Artica Soluciones Tecnologicas
// Please see http://pandora.sourceforge.net for full contribution list
// This program is free software; you can redistribute it and/or // This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License // modify it under the terms of the GNU General Public License
@ -12,9 +11,7 @@
// but WITHOUT ANY WARRANTY; without even the implied warranty of // but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details. // 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.
?> ?>
<div class='databox' id='login'> <div class='databox' id='login'>

View File

@ -1,21 +1,17 @@
<?php <?php
// Pandora FMS - the Flexible Monitoring System // Pandora FMS - http://pandorafms.com
// ============================================ // ==================================================
// Copyright (c) 2008 Artica Soluciones Tecnológicas, http://www.artica.es // Copyright (c) 2005-2009 Artica Soluciones Tecnologicas
// Please see http://pandora.sourceforge.net for full contribution list
// This program is free software; you can redistribute it and/or // This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License // modify it under the terms of the GNU General Public License
// as published by the Free Software Foundation; either version 2 // as published by the Free Software Foundation for version 2.
// of the License, or (at your option) any later version.
// This program is distributed in the hope that it will be useful, // This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of // but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details. // 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.
require_once ("include/config.php"); require_once ("include/config.php");
@ -176,4 +172,4 @@ foreach ($sessions as $session) {
} }
print_table ($table); print_table ($table);
echo "</div>"; // activity echo "</div>"; // activity
?> ?>

View File

@ -1,9 +1,8 @@
<?php <?php
// Pandora FMS - the Flexible Monitoring System // Pandora FMS - http://pandorafms.com
// ============================================ // ==================================================
// Copyright (c) 2008 Artica Soluciones Tecnologicas, http://www.artica.es // Copyright (c) 2005-2009 Artica Soluciones Tecnologicas
// Please see http://pandora.sourceforge.net for full contribution list
// This program is free software; you can redistribute it and/or // This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License // modify it under the terms of the GNU General Public License
@ -12,9 +11,7 @@
// but WITHOUT ANY WARRANTY; without even the implied warranty of // but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details. // 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.
if (! isset ($config["id_user"])) { if (! isset ($config["id_user"])) {
require ("general/login_page.php"); require ("general/login_page.php");

View File

@ -1,9 +1,8 @@
<?php <?php
// Pandora FMS - the Flexible Monitoring System // Pandora FMS - http://pandorafms.com
// ============================================ // ==================================================
// Copyright (c) 2008 Artica Soluciones Tecnologicas, http://www.artica.es // Copyright (c) 2005-2009 Artica Soluciones Tecnologicas
// Please see http://pandora.sourceforge.net for full contribution list
// This program is free software; you can redistribute it and/or // This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License // modify it under the terms of the GNU General Public License
@ -12,9 +11,7 @@
// but WITHOUT ANY WARRANTY; without even the implied warranty of // but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details. // 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.
?> ?>
<div id="noaccess"> <div id="noaccess">

View File

@ -1,9 +1,9 @@
<?php <?php
// Pandora FMS - the Flexible Monitoring System // Pandora FMS - http://pandorafms.com
// ============================================ // ==================================================
// Copyright (c) 2008 Artica Soluciones Tecnologicas, http://www.artica.es // Copyright (c) 2005-2009 Artica Soluciones Tecnologicas
// Please see http://pandora.sourceforge.net for full contribution list // Please see http://pandorafms.org for full contribution list
// This program is free software; you can redistribute it and/or // This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License // modify it under the terms of the GNU General Public License
@ -12,9 +12,7 @@
// but WITHOUT ANY WARRANTY; without even the implied warranty of // but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details. // 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.
require_once ("../include/config.php"); require_once ("../include/config.php");
require_once ("../include/functions.php"); require_once ("../include/functions.php");

View File

@ -1,21 +1,17 @@
<?php <?php
// Pandora FMS - the Flexible Monitoring System // Pandora FMS - http://pandorafms.com
// ============================================ // ==================================================
// Copyright (c) 2009 Artica Soluciones Tecnologicas, http://www.artica.es // Copyright (c) 2005-2009 Artica Soluciones Tecnologicas
// Please see http://pandora.sourceforge.net for full contribution list // Please see http://pandorafms.org for full contribution list
// This program is free software; you can redistribute it and/or // This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public License (LGPL) // modify it under the terms of the GNU General Public License
// as published by the Free Software Foundation for version 2. // as published by the Free Software Foundation for version 2.
//
// This program is distributed in the hope that it will be useful, // This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of // but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details. // 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.
require_once ('include/config.php'); require_once ('include/config.php');
require_once ('include/functions_agents.php'); require_once ('include/functions_agents.php');

View File

@ -1,20 +1,17 @@
<?php <?php
// Pandora FMS - the Flexible Monitoring System // Pandora FMS - http://pandorafms.com
// ============================================ // ==================================================
// Copyright (c) 2009 Evi Vanoost, vanooste@rcbi.rochester.edu // Copyright (c) 2005-2009 Artica Soluciones Tecnologicas
// Please see http://pandora.sourceforge.net for full contribution list // Please see http://pandorafms.org for full contribution list
// This program is free software; you can redistribute it and/or // This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License // modify it under the terms of the GNU Lesser General Public License
// as published by the Free Software Foundation for version 2. // as published by the Free Software Foundation; version 2
// This program is distributed in the hope that it will be useful, // This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of // but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details. // 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.
// Database configuration (default ones)
if (!isset ($config)) { if (!isset ($config)) {
die ('You cannot access this file directly!'); die ('You cannot access this file directly!');
@ -125,4 +122,4 @@ function delete_user ($id_user) {
//Reference the global use authorization error to last ldap error. //Reference the global use authorization error to last ldap error.
$config["auth_error"] = &$dev_cache["auth_error"]; $config["auth_error"] = &$dev_cache["auth_error"];
?> ?>

View File

@ -1,20 +1,18 @@
<?php <?php
// Pandora FMS - the Flexible Monitoring System // Pandora FMS - http://pandorafms.com
// ============================================ // ==================================================
// Copyright (c) 2009 Evi Vanoost, vanooste@rcbi.rochester.edu // Copyright (c) 2005-2009 Artica Soluciones Tecnologicas
// Please see http://pandora.sourceforge.net for full contribution list // Please see http://pandorafms.org for full contribution list
// This program is free software; you can redistribute it and/or // This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License // modify it under the terms of the GNU Lesser General Public License
// as published by the Free Software Foundation for version 2. // as published by the Free Software Foundation; version 2
// This program is distributed in the hope that it will be useful, // This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of // but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details. // 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.
// Database configuration (default ones)
if (!isset ($config)) { if (!isset ($config)) {
die ('You cannot access this file directly!'); die ('You cannot access this file directly!');

View File

@ -1,24 +1,22 @@
<?php <?php
if (!isset ($config)) {
die ('You cannot access this file directly!');
}
// Pandora FMS - the Flexible Monitoring System // Pandora FMS - http://pandorafms.com
// ============================================ // ==================================================
// Copyright (c) 2009 Evi Vanoost, vanooste@rcbi.rochester.edu // Copyright (c) 2005-2009 Artica Soluciones Tecnologicas
// Please see http://pandora.sourceforge.net for full contribution list // Please see http://pandorafms.org for full contribution list
// This program is free software; you can redistribute it and/or // This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License // modify it under the terms of the GNU Lesser General Public License
// as published by the Free Software Foundation for version 2. // as published by the Free Software Foundation; version 2
// This program is distributed in the hope that it will be useful, // This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of // but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details. // 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 if (!isset ($config)) {
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. die ('You cannot access this file directly!');
// Database configuration (default ones) }
$config["user_can_update_info"] = true; $config["user_can_update_info"] = true;
$config["user_can_update_password"] = true; $config["user_can_update_password"] = true;

View File

@ -1,20 +1,17 @@
<?php <?php
// Pandora FMS - the Flexible Monitoring System // Pandora FMS - http://pandorafms.com
// ============================================ // ==================================================
// Copyright (c) 2008 Artica Soluciones Tecnológicas, http://www.artica.es // Copyright (c) 2005-2009 Artica Soluciones Tecnologicas
// Please see http://pandora.sourceforge.net for full contribution list
// This program is free software; you can redistribute it and/or // This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License // modify it under the terms of the GNU Lesser General Public License
// as published by the Free Software Foundation for version 2. // as published by the Free Software Foundation; version 2
// This program is distributed in the hope that it will be useful, // This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of // but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details. // 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.
// Database configuration (default ones)
// Default values // Default values

View File

@ -1,20 +1,18 @@
<?php <?php
// Pandora FMS - the Flexible Monitoring System // Pandora FMS - http://pandorafms.com
// ============================================ // ==================================================
// Copyright (c) 2009 Artica Soluciones Tecnologicas, http://www.artica.es // Copyright (c) 2005-2009 Artica Soluciones Tecnologicas
// Please see http://pandorafms.org for full contribution list // Please see http://pandorafms.org for full contribution list
// This program is free software; you can redistribute it and/or // This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License // modify it under the terms of the GNU Lesser General Public License
// as published by the Free Software Foundation for version 2. // as published by the Free Software Foundation; version 2
// This program is distributed in the hope that it will be useful, // This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of // but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details. // 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.
//Pandora Version //Pandora Version
$build_version = 'PC090512'; $build_version = 'PC090512';

View File

@ -1,21 +1,20 @@
<?php <?php
// Pandora FMS - the Flexible Monitoring System
// ============================================ // Pandora FMS - http://pandorafms.com
// Copyright (c) 2008 Artica Soluciones Tecnologicas, http://www.artica.es // ==================================================
// Please see http://pandora.sourceforge.net for full contribution list // Copyright (c) 2005-2009 Artica Soluciones Tecnologicas
// Please see http://pandorafms.org for full contribution list
// This program is free software; you can redistribute it and/or // This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public License (LGPL) // modify it under the terms of the GNU Lesser General Public License
// as published by the Free Software Foundation for version 2. // as published by the Free Software Foundation; version 2
//
// This program is distributed in the hope that it will be useful, // This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of // but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details. // 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.
require_once ('functions_html.php'); require_once ('functions_html.php');
require_once ('functions_ui.php'); require_once ('functions_ui.php');

View File

@ -1,21 +1,19 @@
<?php <?php
// Pandora FMS - the Flexible Monitoring System // Pandora FMS - http://pandorafms.com
// ============================================ // ==================================================
// Copyright (c) 2008 Artica Soluciones Tecnologicas, http://www.artica.es // Copyright (c) 2005-2009 Artica Soluciones Tecnologicas
// Please see http://pandora.sourceforge.net for full contribution list // Please see http://pandorafms.org for full contribution list
// This program is free software; you can redistribute it and/or // This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public License (LGPL) // modify it under the terms of the GNU Lesser General Public License
// as published by the Free Software Foundation for version 2. // as published by the Free Software Foundation; version 2
//
// This program is distributed in the hope that it will be useful, // This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of // but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details. // 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.
/** /**
* Creates an agent * Creates an agent

View File

@ -1,21 +1,18 @@
<?php <?php
// Pandora FMS - the Flexible Monitoring System // Pandora FMS - http://pandorafms.com
// ============================================ // ==================================================
// Copyright (c) 2008 Artica Soluciones Tecnologicas, http://www.artica.es // Copyright (c) 2005-2009 Artica Soluciones Tecnologicas
// Please see http://pandora.sourceforge.net for full contribution list // Please see http://pandorafms.org for full contribution list
// This program is free software; you can redistribute it and/or // This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public License (LGPL) // modify it under the terms of the GNU Lesser General Public License
// as published by the Free Software Foundation for version 2. // as published by the Free Software Foundation; version 2
//
// This program is distributed in the hope that it will be useful, // This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of // but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details. // 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.
function create_alert_command ($name, $command, $values = false) { function create_alert_command ($name, $command, $values = false) {
if (empty ($name)) if (empty ($name))

View File

@ -1,21 +1,17 @@
<?php <?php
// Pandora FMS - the Flexible Monitoring System // Pandora FMS - http://pandorafms.com
// ============================================ // ==================================================
// Copyright (c) 2009 Artica Soluciones Tecnologicas, http://www.artica.es // Copyright (c) 2005-2009 Artica Soluciones Tecnologicas
// Please see http://pandora.sourceforge.net for full contribution list
// This program is free software; you can redistribute it and/or // This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public License (LGPL) // modify it under the terms of the GNU Lesser General Public License
// as published by the Free Software Foundation for version 2. // as published by the Free Software Foundation; version 2
//
// This program is distributed in the hope that it will be useful, // This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of // but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details. // 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.
/** /**
* Creates a single config value in the database. * Creates a single config value in the database.
@ -247,4 +243,4 @@ function process_config () {
/* Finally, check if any value was overwritten in a form */ /* Finally, check if any value was overwritten in a form */
update_config (); update_config ();
} }
?> ?>

View File

@ -1,21 +1,19 @@
<?php <?php
// Pandora FMS - the Flexible Monitoring System // Pandora FMS - http://pandorafms.com
// ============================================ // ==================================================
// Copyright (c) 2008 Artica Soluciones Tecnologicas, http://www.artica.es // Copyright (c) 2005-2009 Artica Soluciones Tecnologicas
// Please see http://pandora.sourceforge.net for full contribution list // Please see http://pandorafms.org for full contribution list
// This program is free software; you can redistribute it and/or // This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public License (LGPL) // modify it under the terms of the GNU Lesser General Public License
// as published by the Free Software Foundation for version 2. // as published by the Free Software Foundation; version 2
//
// This program is distributed in the hope that it will be useful, // This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of // but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details. // 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.
/** /**
* Get all the custom graphs a user can see. * Get all the custom graphs a user can see.

View File

@ -1,21 +1,18 @@
<?php <?php
// Pandora FMS - the Flexible Monitoring System // Pandora FMS - http://pandorafms.com
// ============================================ // ==================================================
// Copyright (c) 2009 Artica Soluciones Tecnologicas, http://www.artica.es // Copyright (c) 2005-2009 Artica Soluciones Tecnologicas
// Please see http://pandora.sourceforge.net for full contribution list // Please see http://pandorafms.org for full contribution list
// This program is free software; you can redistribute it and/or // This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public License (LGPL) // modify it under the terms of the GNU Lesser General Public License
// as published by the Free Software Foundation for version 2. // as published by the Free Software Foundation; version 2
//
// This program is distributed in the hope that it will be useful, // This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of // but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details. // 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.
/** /**
* Check if login session variables are set. * Check if login session variables are set.

View File

@ -1,21 +1,18 @@
<?php <?php
// Pandora FMS - the Flexible Monitoring System // Pandora FMS - http://pandorafms.com
// ============================================ // ==================================================
// Copyright (c) 2008 Evi Vanoost, <vanooste@rcbi.rochester.edu> // Copyright (c) 2005-2009 Artica Soluciones Tecnologicas
// Please see http://pandora.sourceforge.net for full contribution list // Please see http://pandorafms.org for full contribution list
// This program is free software; you can redistribute it and/or // This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public License (LGPL) // modify it under the terms of the GNU Lesser General Public License
// as published by the Free Software Foundation for version 2. // as published by the Free Software Foundation; version 2
//
// This program is distributed in the hope that it will be useful, // This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of // but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details. // 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.
function get_events ($filter = false, $fields = false) { function get_events ($filter = false, $fields = false) {
return get_db_all_rows_filter ('tevento', $filter, $fields); return get_db_all_rows_filter ('tevento', $filter, $fields);

View File

@ -1,23 +1,18 @@
<?php <?php
// Pandora FMS - the Flexible Monitoring System
// ============================================ // Pandora FMS - http://pandorafms.com
// Copyright (c) 2009 Evi Vanoost, <vanooste@rcbi.rochester.edu> // ==================================================
// Please see http://pandora.sourceforge.net for full contribution list // Copyright (c) 2005-2009 Artica Soluciones Tecnologicas
// // Please see http://pandorafms.org for full contribution list
// This file is part of Pandora FMS.
// // This program is free software; you can redistribute it and/or
// Pandora FMS is free software: you can redistribute it and/or modify // modify it under the terms of the GNU Lesser General Public License
// it under the terms of the GNU General Public License as published by // as published by the Free Software Foundation; version 2
// 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,
//
// Pandora FMS is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of // but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details. // GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with Pandora FMS. If not, see <http://www.gnu.org/licenses/>.
/** /**
* Gets all export servers out of the database * Gets all export servers out of the database
@ -65,4 +60,4 @@ function get_exportservers_info ($active = 1, $row = "name") {
return $return; return $return;
} }
?> ?>

View File

@ -1,21 +1,18 @@
<?php <?php
// Pandora FMS - the Flexible Monitoring System // Pandora FMS - http://pandorafms.com
// ============================================ // ==================================================
// Copyright (c) 2008 Artica Soluciones Tecnologicas, http://www.artica.es // Copyright (c) 2005-2009 Artica Soluciones Tecnologicas
// Please see http://pandora.sourceforge.net for full contribution list // Please see http://pandorafms.org for full contribution list
// This program is free software; you can redistribute it and/or // This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public License (LGPL) // modify it under the terms of the GNU Lesser General Public License
// as published by the Free Software Foundation for version 2. // as published by the Free Software Foundation; version 2
//
// This program is distributed in the hope that it will be useful, // This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of // but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details. // 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.
$extension_file = ''; $extension_file = '';

View File

@ -1,21 +1,18 @@
<?php <?php
// Pandora FMS - the Flexible Monitoring System // Pandora FMS - http://pandorafms.com
// ============================================ // ==================================================
// Copyright (c) 2008 Artica Soluciones Tecnologicas, http://www.artica.es // Copyright (c) 2005-2009 Artica Soluciones Tecnologicas
// Please see http://pandora.sourceforge.net for full contribution list // Please see http://pandorafms.org for full contribution list
// This program is free software; you can redistribute it and/or // This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public License (LGPL) // modify it under the terms of the GNU Lesser General Public License
// as published by the Free Software Foundation for version 2. // as published by the Free Software Foundation; version 2
//
// This program is distributed in the hope that it will be useful, // This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of // but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details. // 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.
define ('MIME_UNKNOWN', 0); define ('MIME_UNKNOWN', 0);
define ('MIME_DIR', 1); define ('MIME_DIR', 1);

View File

@ -1,21 +1,19 @@
<?php <?php
// Pandora FMS - the Flexible Monitoring System // Pandora FMS - http://pandorafms.com
// ============================================ // ==================================================
// Copyright (c) 2008 Artica Soluciones Tecnologicas, http://www.artica.es // Copyright (c) 2005-2009 Artica Soluciones Tecnologicas
// Please see http://pandora.sourceforge.net for full contribution list // Please see http://pandorafms.org for full contribution list
// This program is free software; you can redistribute it and/or // This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public License (LGPL) // modify it under the terms of the GNU Lesser General Public License
// as published by the Free Software Foundation for version 2. // as published by the Free Software Foundation; version 2
//
// This program is distributed in the hope that it will be useful, // This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of // but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details. // 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.
/** /**

View File

@ -1,20 +1,18 @@
<?php <?php
// Pandora FMS - the Flexible Monitoring System
// ============================================ // Pandora FMS - http://pandorafms.com
// Copyright (c) 2008 Evi Vanoost, <vanooste@rcbi.rochester.edu> // ==================================================
// Please see http://pandora.sourceforge.net for full contribution list // Copyright (c) 2005-2009 Artica Soluciones Tecnologicas
// Please see http://pandorafms.org for full contribution list
// This program is free software; you can redistribute it and/or // This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public License (LGPL) // modify it under the terms of the GNU Lesser General Public License
// as published by the Free Software Foundation for version 2. // as published by the Free Software Foundation; version 2
//
// This program is distributed in the hope that it will be useful, // This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of // but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details. // 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.
/** /**
* Gets all the possible priorities for incidents in an array * Gets all the possible priorities for incidents in an array

View File

@ -1,21 +1,18 @@
<?php <?php
// Pandora FMS - the Flexible Monitoring System // Pandora FMS - http://pandorafms.com
// ============================================ // ==================================================
// Copyright (c) 2008 Artica Soluciones Tecnologicas, http://www.artica.es // Copyright (c) 2005-2009 Artica Soluciones Tecnologicas
// Please see http://pandora.sourceforge.net for full contribution list // Please see http://pandorafms.org for full contribution list
// This program is free software; you can redistribute it and/or // This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public License (LGPL) // modify it under the terms of the GNU Lesser General Public License
// as published by the Free Software Foundation for version 2. // as published by the Free Software Foundation; version 2
//
// This program is distributed in the hope that it will be useful, // This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of // but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details. // 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.
/** /**
* Prints a complete menu structure. * Prints a complete menu structure.

View File

@ -1,22 +1,18 @@
<?php <?php
// Pandora FMS - the Flexible Monitoring System // Pandora FMS - http://pandorafms.com
// ============================================ // ==================================================
// Copyright (c) 2009 Artica Soluciones Tecnologicas, http://www.artica.es // Copyright (c) 2005-2009 Artica Soluciones Tecnologicas
// Copyright (c) 2009 Evi Vanoost, vanooste@rcbi.rochester.edu // Please see http://pandorafms.org for full contribution list
// Please see http://pandora.sourceforge.net for full contribution list
// This program is free software; you can redistribute it and/or // This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public License (LGPL) // modify it under the terms of the GNU Lesser General Public License
// as published by the Free Software Foundation for version 2. // as published by the Free Software Foundation; version 2
//
// This program is distributed in the hope that it will be useful, // This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of // but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details. // 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.
/** /**
* Creates a private message to be forwarded to other people * Creates a private message to be forwarded to other people

View File

@ -1,21 +1,18 @@
<?php <?php
// Pandora FMS - the Flexible Monitoring System // Pandora FMS - http://pandorafms.com
// ============================================ // ==================================================
// Copyright (c) 2008 Artica Soluciones Tecnologicas, http://www.artica.es // Copyright (c) 2005-2009 Artica Soluciones Tecnologicas
// Please see http://pandora.sourceforge.net for full contribution list // Please see http://pandorafms.org for full contribution list
// This program is free software; you can redistribute it and/or // This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public License (LGPL) // modify it under the terms of the GNU Lesser General Public License
// as published by the Free Software Foundation for version 2. // as published by the Free Software Foundation; version 2
//
// This program is distributed in the hope that it will be useful, // This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of // but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details. // 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.
/** /**
* Copy a module defined in an agent to other agent. * Copy a module defined in an agent to other agent.

View File

@ -1,22 +1,18 @@
<?php <?php
// Pandora FMS - http://pandorafms.com
// Pandora FMS - the Flexible Monitoring System // ==================================================
// ============================================ // Copyright (c) 2005-2009 Artica Soluciones Tecnologicas
// Copyright (c) 2009 Artica Soluciones Tecnologicas, http://www.artica.es // Please see http://pandorafms.org for full contribution list
// Copyright (c) 2009 Esteban Sanchez <estebans@artica.es>
// Please see http://pandora.sourceforge.net for full contribution list
// This program is free software; you can redistribute it and/or // This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public License (LGPL) // modify it under the terms of the GNU Lesser General Public License
// as published by the Free Software Foundation for version 2. // as published by the Free Software Foundation; version 2
//
// This program is distributed in the hope that it will be useful, // This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of // but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details. // 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.
require_once ('include/functions_modules.php'); require_once ('include/functions_modules.php');

View File

@ -1,21 +1,19 @@
<?php <?php
// Pandora FMS - the Flexible Monitoring System // Pandora FMS - http://pandorafms.com
// ============================================ // ==================================================
// Copyright (c) 2008 Artica Soluciones Tecnologicas, http://www.artica.es // Copyright (c) 2005-2009 Artica Soluciones Tecnologicas
// Please see http://pandora.sourceforge.net for full contribution list // Please see http://pandorafms.org for full contribution list
// This program is free software; you can redistribute it and/or // This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public License (LGPL) // modify it under the terms of the GNU Lesser General Public License
// as published by the Free Software Foundation for version 2. // as published by the Free Software Foundation; version 2
//
// This program is distributed in the hope that it will be useful, // This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of // but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details. // 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.
/** /**
* Get a network profile. * Get a network profile.

View File

@ -1,21 +1,18 @@
<?php <?php
// Pandora FMS - the Flexible Monitoring System // Pandora FMS - http://pandorafms.com
// ============================================ // ==================================================
// Copyright (c) 2009 Artica Soluciones Tecnologicas, http://www.artica.es // Copyright (c) 2005-2009 Artica Soluciones Tecnologicas
// Please see http://pandora.sourceforge.net for full contribution list // Please see http://pandorafms.org for full contribution list
// This program is free software; you can redistribute it and/or // This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public License (LGPL) // modify it under the terms of the GNU Lesser General Public License
// as published by the Free Software Foundation for version 2. // as published by the Free Software Foundation; version 2
//
// This program is distributed in the hope that it will be useful, // This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of // but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details. // 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.
require_once ($config["homedir"]."/include/functions.php"); require_once ($config["homedir"]."/include/functions.php");
require_once ($config["homedir"]."/include/functions_db.php"); require_once ($config["homedir"]."/include/functions_db.php");

View File

@ -1,21 +1,18 @@
<?php <?php
// Pandora FMS - the Flexible Monitoring System // Pandora FMS - http://pandorafms.com
// ============================================ // ==================================================
// Copyright (c) 2009 Artica Soluciones Tecnologicas, http://www.artica.es // Copyright (c) 2005-2009 Artica Soluciones Tecnologicas
// Please see http://pandora.sourceforge.net for full contribution list // Please see http://pandorafms.org for full contribution list
// This program is free software; you can redistribute it and/or // This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public License (LGPL) // modify it under the terms of the GNU Lesser General Public License
// as published by the Free Software Foundation for version 2. // as published by the Free Software Foundation; version 2
//
// This program is distributed in the hope that it will be useful, // This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of // but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details. // 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.
/** /**
* Get a custom user report. * Get a custom user report.

View File

@ -1,21 +1,18 @@
<?php <?php
// Pandora FMS - the Flexible Monitoring System // Pandora FMS - http://pandorafms.com
// ============================================ // ==================================================
// Copyright (c) 2008 Artica Soluciones Tecnologicas, http://www.artica.es // Copyright (c) 2005-2009 Artica Soluciones Tecnologicas
// Please see http://pandora.sourceforge.net for full contribution list // Please see http://pandorafms.org for full contribution list
// This program is free software; you can redistribute it and/or // This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public License (LGPL) // modify it under the terms of the GNU Lesser General Public License
// as published by the Free Software Foundation for version 2. // as published by the Free Software Foundation; version 2
//
// This program is distributed in the hope that it will be useful, // This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of // but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details. // 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.
/** /**
* Get a server. * Get a server.

View File

@ -1,21 +1,18 @@
<?php <?php
// Pandora FMS - the Flexible Monitoring System // Pandora FMS - http://pandorafms.com
// ============================================ // ==================================================
// Copyright (c) 2008 Artica Soluciones Tecnologicas, http://www.artica.es // Copyright (c) 2005-2009 Artica Soluciones Tecnologicas
// Please see http://pandora.sourceforge.net for full contribution list // Please see http://pandorafms.org for full contribution list
// This program is free software; you can redistribute it and/or // This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public License (LGPL) // modify it under the terms of the GNU Lesser General Public License
// as published by the Free Software Foundation for version 2. // as published by the Free Software Foundation; version 2
//
// This program is distributed in the hope that it will be useful, // This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of // but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details. // 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.
/** /**
* Get a list of CSS themes installed. * Get a list of CSS themes installed.

View File

@ -1,21 +1,18 @@
<?php <?php
// Pandora FMS - the Flexible Monitoring System // Pandora FMS - http://pandorafms.com
// ============================================ // ==================================================
// Copyright (c) 2008 Artica Soluciones Tecnologicas, http://www.artica.es // Copyright (c) 2005-2009 Artica Soluciones Tecnologicas
// Please see http://pandora.sourceforge.net for full contribution list // Please see http://pandorafms.org for full contribution list
// This program is free software; you can redistribute it and/or // This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public License (LGPL) // modify it under the terms of the GNU Lesser General Public License
// as published by the Free Software Foundation for version 2. // as published by the Free Software Foundation; version 2
//
// This program is distributed in the hope that it will be useful, // This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of // but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details. // 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.
/** /**
* Prints a generic message between tags. * Prints a generic message between tags.

View File

@ -1,21 +1,18 @@
<?php <?php
// Pandora FMS - the Flexible Monitoring System // Pandora FMS - http://pandorafms.com
// ============================================ // ==================================================
// Copyright (c) 2009 Artica Soluciones Tecnologicas, http://www.artica.es // Copyright (c) 2005-2009 Artica Soluciones Tecnologicas
// Please see http://pandora.sourceforge.net for full contribution list // Please see http://pandorafms.org for full contribution list
// This program is free software; you can redistribute it and/or // This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public License (LGPL) // modify it under the terms of the GNU Lesser General Public License
// as published by the Free Software Foundation for version 2. // as published by the Free Software Foundation; version 2
//
// This program is distributed in the hope that it will be useful, // This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of // but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details. // 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.
/** /**

View File

@ -1,21 +1,19 @@
<?php <?php
// Pandora FMS - the Flexible Monitoring System // Pandora FMS - http://pandorafms.com
// ============================================ // ==================================================
// Copyright (c) 2009 Artica Soluciones Tecnologicas, http://www.artica.es // Copyright (c) 2005-2009 Artica Soluciones Tecnologicas
// Please see http://pandora.sourceforge.net for full contribution list // Please see http://pandorafms.org for full contribution list
// This program is free software; you can redistribute it and/or // This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public License (LGPL) // modify it under the terms of the GNU Lesser General Public License
// as published by the Free Software Foundation for version 2. // as published by the Free Software Foundation; version 2
//
// This program is distributed in the hope that it will be useful, // This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of // but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details. // 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.
/** /**
* Prints visual map * Prints visual map

View File

@ -1,26 +1,20 @@
/* /*
// Pandora FMS - the Free monitoring system // Pandora FMS - the Flexible Monitoring System
// ======================================== // =============================================
// Copyright (c) 2004-2007 Sancho Lerena, slerena@gmail.com // Copyright (c) 2004-2009 Artica Soluciones Tecnológicas S.L
// Main PHP/SQL code development and project architecture and management
// Copyright (c) 2004-2007 Raul Mateos Martin, raulofpandora@gmail.com // This program is free software; you can redistribute it and/or
// CSS and some PHP additions // modify it under the terms of the GNU General Public License
// Copyright (c) 2006-2007 Jonathan Barajas, jonathan.barajas[AT]gmail[DOT]com // as published by the Free Software Foundation; version 2
// Javascript Active Console code.
// Copyright (c) 2006 Jose Navarro <contacto@indiseg.net> // This program is distributed in the hope that it will be useful,
// Additions to Pandora FMS 1.2 graph code and new XML reporting template management // but WITHOUT ANY WARRANTY; without even the implied warranty of
// Copyright (c) 2005-2007 Artica Soluciones Tecnologicas, info@artica.es // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// // GNU General Public License for more details.
// This program is free software; you can redistribute it and/or // You should have received a copy of the GNU General Public License
// modify it under the terms of the GNU General Public License // along with this program; if not, write to the Free Software
// as published by the Free Software Foundation; version 2 // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
// 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.
*/ */
* { * {
@ -58,4 +52,4 @@ dd.help_t4 {margin-left: 92px; margin-top: 3px; margin-bottom: 2px;}
div.logo {float:left;} div.logo {float:left;}
div.toc {padding-left: 200px;} div.toc {padding-left: 200px;}
div.rayah {border-top: 1px solid #708090; width: 100%;} div.rayah {border-top: 1px solid #708090; width: 100%;}
div.rayah2 {clear:both; border-top: 1px solid #708090; width: 100%; padding-bottom: 35px;} div.rayah2 {clear:both; border-top: 1px solid #708090; width: 100%; padding-bottom: 35px;}

View File

@ -1,21 +1,20 @@
/* /*
Pandora FMS - the Flexible Monitoring System // Pandora FMS - the Flexible Monitoring System
============================================ // =============================================
Copyright (c) 2004-2009 Sancho Lerena, slerena@openideas.info // Copyright (c) 2004-2009 Artica Soluciones Tecnológicas S.L
Copyright (c) 2005-2009 Artica Soluciones Tecnologicas
Copyright (c) 2004-2009 Raul Mateos Martin, raulofpandora@gmail.com
Copyright (c) 2008-2009 Evi Vanoost, vanooste@rcbi.rochester.edu
This program is free software; you can redistribute it and/or // This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License // modify it under the terms of the GNU General Public License
as published by the Free Software Foundation version 2 // as published by the Free Software Foundation; version 2
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of // This program is distributed in the hope that it will be useful,
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // but WITHOUT ANY WARRANTY; without even the implied warranty of
GNU General Public License for more details. // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
You should have received a copy of the GNU General Public License // GNU General Public License for more details.
along with this program; if not, write to the Free Software // You should have received a copy of the GNU General Public License
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // along with this program; if not, write to the Free Software
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
*/ */
.title .toggle { .title .toggle {

View File

@ -1,108 +1,110 @@
/* /*
// Pandora FMS - the Free monitoring system // Pandora FMS - the Flexible Monitoring System
// ======================================== // =============================================
// Copyright (c) 2004-2007 Sancho Lerena, slerena@gmail.com // Copyright (c) 2004-2009 Artica Soluciones Tecnológicas S.L
// Main PHP/SQL code development and project architecture and management
// Copyright (c) 2004-2007 Raul Mateos Martin, raulofpandora@gmail.com // This program is free software; you can redistribute it and/or
// CSS and some PHP additions // modify it under the terms of the GNU General Public License
// Copyright (c) 2006-2007 Jonathan Barajas, jonathan.barajas[AT]gmail[DOT]com // as published by the Free Software Foundation; version 2
// Javascript Active Console code.
// Copyright (c) 2006 Jose Navarro <contacto@indiseg.net> // This program is distributed in the hope that it will be useful,
// Additions to Pandora FMS 1.2 graph code and new XML reporting template management // but WITHOUT ANY WARRANTY; without even the implied warranty of
// Copyright (c) 2005-2007 Artica Soluciones Tecnologicas, info@artica.es // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// // GNU General Public License for more details.
// This program is free software; you can redistribute it and/or // You should have received a copy of the GNU General Public License
// modify it under the terms of the GNU General Public License // along with this program; if not, write to the Free Software
// as published by the Free Software Foundation; version 2 // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
// 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. h1 {
// You should have received a copy of the GNU General Public License font: bold 1em Arial, Sans-serif;
// along with this program; if not, write to the Free Software text-transform: uppercase;
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. font-size: 18px;
*/ color: #ffffff;
}
h1 {
font: bold 1em Arial, Sans-serif; h2 {
text-transform: uppercase; font: bold 1em Arial, Sans-serif;
font-size: 18px; text-transform: uppercase;
color: #ffffff; font-size: 14px;
} }
h2 { div#install_container {
font: bold 1em Arial, Sans-serif; margin: 0 auto;
text-transform: uppercase; margin-top: 35px;
font-size: 14px; width: 600px;
} }
div#logo_img {
div#install_container { text-align: center;
margin: 0 auto; width: 200px;
margin-top: 35px; }
width: 600px; div#wizard {
} text-align: left;
div#logo_img { border: 1px solid #999;
text-align: center; margin-top: 3em;
width: 200px; padding: 20px;
} padding-left: 20px;
div#wizard { width: 600px;
text-align: left; background-color: #fafafa;
border: 1px solid #999; }
margin-top: 3em; div#install_box, div#install_img {
padding: 20px; float: right;
padding-left: 20px; padding-right: 20px;
width: 600px; margin-top: 0px;
background-color: #fafafa; width: 350px;
} }
div#install_box, div#install_img { div#install_img {
float: right; margin-bottom: 25px;
padding-right: 20px; margin-left: 25px;
margin-top: 0px; }
width: 350px; div#foot_install {
} font-size: 7pt;
div#install_img { color: #fff;
margin-bottom: 25px; margin-top: solid 2px #000;
margin-left: 25px; padding-top: 5px;
} padding-bottom: 5px;
div#foot_install { padding-left: 20px;
font-size: 7pt; padding-right: 20px;
color: #fff; text-align: center;
margin-top: solid 2px #000; background: #777;
padding-top: 5px; width: 600px;
padding-bottom: 5px; border-left: 1px solid #999;
padding-left: 20px; border-right: 1px solid #999;
padding-right: 20px; }
text-align: center; div#foot_install a{
background: #777; color: #ccc;
width: 600px; }
border-left: 1px solid #999; input#step4, input#step4:hover {
border-right: 1px solid #999; width: 70px;
} height: 16px;
div#foot_install a{ border: 0px;
color: #ccc; background-color: #fafafa;
} }
input#step4, input#step4:hover { div.warn {
width: 70px; background: url(../../images/info.png) no-repeat;
height: 16px; color: #ac4444;
border: 0px; margin-top: 7px;
background-color: #fafafa; padding: 2px 1px 6px 25px;
} }
div.warn { div.info {
background: url(../../images/info.png) no-repeat; background: url(../../images/information.png) no-repeat;
color: #ac4444; color: #000000;
margin-top: 7px; margin-top: 7px;
padding: 2px 1px 6px 25px; padding: 2px 1px 6px 25px;
} }
div.info { span.arr{
background: url(../../images/information.png) no-repeat; background: url(../../images/arrow.png) no-repeat;
color: #000000; margin-top: 2px;
margin-top: 7px; margin-left: 5px;
padding: 2px 1px 6px 25px; padding: 2px 1px 6px 15px;
} display: block;
span.arr{ font-face: verdana,arial, sans;
background: url(../../images/arrow.png) no-repeat; font-size: 8.5pt;
margin-top: 2px; }
margin-left: 5px; body {
padding: 2px 1px 6px 15px; font-face: verdana,arial, sans;
display: block; font-size: 9pt;
} background-color: #fff;
}

View File

@ -1,23 +1,20 @@
/* /*
Pandora FMS - the Flexible Monitoring System // Pandora FMS - the Flexible Monitoring System
============================================ // =============================================
Copyright (c) 2004-2008 Sancho Lerena, slerena@openideas.info // Copyright (c) 2004-2009 Artica Soluciones Tecnológicas S.L
Copyright (c) 2005-2009 Artica Soluciones Tecnologicas
Copyright (c) 2004-2009 Raul Mateos Martin, raulofpandora@gmail.com
Copyright (c) 2008-2009 Evi Vanoost, vanooste@rcbi.rochester.edu
Copyright (c) 2006-2007 Jose Navarro jose@jnavarro.net
Copyright (c) 2006-2007 Jonathan Barajas, jonathan.barajas[AT]gmail[DOT]com
This program is free software; you can redistribute it and/or // This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License // modify it under the terms of the GNU General Public License
as published by the Free Software Foundation version 2 // as published by the Free Software Foundation; version 2
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of // This program is distributed in the hope that it will be useful,
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // but WITHOUT ANY WARRANTY; without even the implied warranty of
GNU General Public License for more details. // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
You should have received a copy of the GNU General Public License // GNU General Public License for more details.
along with this program; if not, write to the Free Software // You should have received a copy of the GNU General Public License
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // along with this program; if not, write to the Free Software
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
*/ */
.menu { .menu {

View File

@ -6,13 +6,12 @@ Description: The default Pandora FMS theme layout
// Pandora FMS - the Flexible Monitoring System // Pandora FMS - the Flexible Monitoring System
// ============================================= // =============================================
// Copyright (c) 2004-2008 Sancho Lerena, slerena@gmail.comnt // Copyright (c) 2004-2009 Artica Soluciones Tecnológicas S.L
// Copyright (c) 2004-2008 Raul Mateos Martin, raulofpandora@gmail.com
// Copyright (c) 2005-2009 Artica Soluciones Tecnologicas, info@artica.es
// Copyright (c) 2008-2009 Evi Vanoost, vanooste@rcbi.rochester.edu
// This program is free software; you can redistribute it and/or // This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License // modify it under the terms of the GNU General Public License
// as published by the Free Software Foundation; version 2 // as published by the Free Software Foundation; version 2
// This program is distributed in the hope that it will be useful, // This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of // but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
@ -21,6 +20,7 @@ Description: The default Pandora FMS theme layout
// 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.
*/ */
* { * {
font-family: verdana, sans-serif; font-family: verdana, sans-serif;
font-size: 8pt; font-size: 8pt;

View File

@ -4,21 +4,14 @@ Author: The Pandora FMS team
Name: Black theme Name: Black theme
Description: A theme with a dark style Description: A theme with a dark style
// Pandora FMS - the Free monitoring system // Pandora FMS - the Flexible Monitoring System
// ======================================== // =============================================
// Copyright (c) 2004-2007 Sancho Lerena, slerena@gmail.com // Copyright (c) 2004-2009 Artica Soluciones Tecnológicas S.L
// Main PHP/SQL code development and project architecture and management
// Copyright (c) 2004-2007 Raul Mateos Martin, raulofpandora@gmail.com
// CSS and some PHP additions
// Copyright (c) 2006-2007 Jonathan Barajas, jonathan.barajas[AT]gmail[DOT]com
// Javascript Active Console code.
// Copyright (c) 2006 Jose Navarro <contacto@indiseg.net>
// Additions to Pandora FMS 1.2 graph code and new XML reporting template management
// Copyright (c) 2005-2007 Artica Soluciones Tecnologicas, info@artica.es
//
// This program is free software; you can redistribute it and/or // This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License // modify it under the terms of the GNU General Public License
// as published by the Free Software Foundation; version 2 // as published by the Free Software Foundation; version 2
// This program is distributed in the hope that it will be useful, // This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of // but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
@ -27,6 +20,7 @@ Description: A theme with a dark style
// 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.
*/ */
*/
@import url(pandora.css); @import url(pandora.css);

View File

@ -19,6 +19,23 @@ Description: A theme with a variable width layout
// You should have received a copy of the GNU General Public License // You should have received a copy of the GNU General Public License
// 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.
// Pandora FMS - the Flexible Monitoring System
// =============================================
// Copyright (c) 2004-2009 Artica Soluciones Tecnológicas S.L
// 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; 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.
*/ */
@import url(pandora_width.css); @import url(pandora_width.css);

View File

@ -4,21 +4,14 @@ Author: The Pandora FMS team
Name: Minimal theme Name: Minimal theme
Description: A minimal layout Description: A minimal layout
// Pandora FMS - the Free monitoring system // Pandora FMS - the Flexible Monitoring System
// ======================================== // =============================================
// Copyright (c) 2004-2007 Sancho Lerena, slerena@gmail.com // Copyright (c) 2004-2009 Artica Soluciones Tecnológicas S.L
// Main PHP/SQL code development and project architecture and management
// Copyright (c) 2004-2007 Raul Mateos Martin, raulofpandora@gmail.com
// CSS and some PHP additions
// Copyright (c) 2006-2007 Jonathan Barajas, jonathan.barajas[AT]gmail[DOT]com
// Javascript Active Console code.
// Copyright (c) 2006 Jose Navarro <contacto@indiseg.net>
// Additions to Pandora FMS 1.2 graph code and new XML reporting template management
// Copyright (c) 2005-2007 Artica Soluciones Tecnologicas, info@artica.es
//
// This program is free software; you can redistribute it and/or // This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License // modify it under the terms of the GNU General Public License
// as published by the Free Software Foundation; version 2 // as published by the Free Software Foundation; version 2
// This program is distributed in the hope that it will be useful, // This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of // but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
@ -27,6 +20,7 @@ Description: A minimal layout
// 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.
*/ */
*/
* { * {
font-family: verdana, sans-serif; font-family: verdana, sans-serif;

View File

@ -4,21 +4,14 @@ Author: The Pandora FMS team
Name: Red theme Name: Red theme
Description: A red theme for Pandora FMS Description: A red theme for Pandora FMS
// Pandora FMS - the Free monitoring system // Pandora FMS - the Flexible Monitoring System
// ======================================== // =============================================
// Copyright (c) 2004-2007 Sancho Lerena, slerena@gmail.com // Copyright (c) 2004-2009 Artica Soluciones Tecnológicas S.L
// Main PHP/SQL code development and project architecture and management
// Copyright (c) 2004-2007 Raul Mateos Martin, raulofpandora@gmail.com
// CSS and some PHP additions
// Copyright (c) 2006-2007 Jonathan Barajas, jonathan.barajas[AT]gmail[DOT]com
// Javascript Active Console code.
// Copyright (c) 2006 Jose Navarro <contacto@indiseg.net>
// Additions to Pandora FMS 1.2 graph code and new XML reporting template management
// Copyright (c) 2005-2007 Artica Soluciones Tecnologicas, info@artica.es
//
// This program is free software; you can redistribute it and/or // This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License // modify it under the terms of the GNU General Public License
// as published by the Free Software Foundation; version 2 // as published by the Free Software Foundation; version 2
// This program is distributed in the hope that it will be useful, // This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of // but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
@ -27,6 +20,7 @@ Description: A red theme for Pandora FMS
// 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.
*/ */
*/
@import url(op.css); @import url(op.css);
@import url(god.css); @import url(god.css);

View File

@ -4,21 +4,14 @@ Author: The Pandora FMS team
Name: Panoramic theme Name: Panoramic theme
Description: A theme with a variable width layout Description: A theme with a variable width layout
// Pandora FMS - the Free monitoring system // Pandora FMS - the Flexible Monitoring System
// ======================================== // =============================================
// Copyright (c) 2004-2007 Sancho Lerena, slerena@gmail.com // Copyright (c) 2004-2009 Artica Soluciones Tecnológicas S.L
// Main PHP/SQL code development and project architecture and management
// Copyright (c) 2004-2007 Raul Mateos Martin, raulofpandora@gmail.com
// CSS and some PHP additions
// Copyright (c) 2006-2007 Jonathan Barajas, jonathan.barajas[AT]gmail[DOT]com
// Javascript Active Console code.
// Copyright (c) 2006 Jose Navarro <contacto@indiseg.net>
// Additions to Pandora FMS 1.2 graph code and new XML reporting template management
// Copyright (c) 2005-2007 Artica Soluciones Tecnologicas, info@artica.es
//
// This program is free software; you can redistribute it and/or // This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License // modify it under the terms of the GNU General Public License
// as published by the Free Software Foundation; version 2 // as published by the Free Software Foundation; version 2
// This program is distributed in the hope that it will be useful, // This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of // but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
@ -27,6 +20,7 @@ Description: A theme with a variable width layout
// 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.
*/ */
*/
@import url(pandora.css); @import url(pandora.css);

View File

@ -88,4 +88,4 @@ a.info2:hover span {
a.help:hover span { a.help:hover span {
top: 15px; top: 15px;
width: 80px; width: 80px;
} }

View File

@ -1,24 +1,18 @@
<?php <?php
// Pandora FMS - the Flexible Monitoring System //Pandora FMS- http://pandorafms.com
// ============================================ // ==================================================
// Copyright (c) 2009 Artica Soluciones Tecnologicas, http://www.artica.es // Copyright (c) 2005-2009 Artica Soluciones Tecnologicas
// Please see http://pandora.sourceforge.net for full contribution list // Please see http://pandorafms.org for full contribution list
// This program is free software; you can redistribute it and/or // This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License // modify it under the terms of the GNU Lesser General Public License
// as published by the Free Software Foundation for version 2. // as published by the Free Software Foundation; version 2
// This program is distributed in the hope that it will be useful, // This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of // but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details. // 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.
// Pandora FMS uses icons from famfamfam, licensed under CC Atr. 2.5
// Silk icon set 1.3 (cc) Mark James, http://www.famfamfam.com/lab/icons/silk/
// Pandora FMS uses Pear Image::Graph code
//Set character encoding to UTF-8 - fixes a lot of multibyte character headaches //Set character encoding to UTF-8 - fixes a lot of multibyte character headaches
if (function_exists ('mb_internal_encoding')) { if (function_exists ('mb_internal_encoding')) {

View File

@ -1,20 +1,17 @@
<?php <?php
// Pandora FMS - the Flexible Monitoring System // Pandora FMS - http://pandorafms.com
// ============================================ // ==================================================
// Copyright (c) 2009 Artica Soluciones Tecnologicas, http://www.artica.es // Copyright (c) 2005-2009 Artica Soluciones Tecnologicas
// Please see http://pandora.sourceforge.net for full contribution list
// This program is free software; you can redistribute it and/or // This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License // modify it under the terms of the GNU General Public License
// as published by the Free Software Foundation for version 2. // as published by the Free Software Foundation for version 2.
// This program is distributed in the hope that it will be useful, // This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of // but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details. // 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"> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

View File

@ -1,21 +1,20 @@
<?php <?php
// Pandora FMS - the Flexible Monitoring System // Pandora FMS - http://pandorafms.com
// ============================================ // ==================================================
// Copyright (c) 2009 Artica Soluciones Tecnologicas, http://www.artica.es // Copyright (c) 2005-2009 Artica Soluciones Tecnologicas
// Please see http://pandora.sourceforge.net for full contribution list // Please see http://pandorafms.org for full contribution list
// This program is free software; you can redistribute it and/or // This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public License (LGPL) // modify it under the terms of the GNU Lesser General Public License
// as published by the Free Software Foundation for version 2. // as published by the Free Software Foundation for version 2.
// // This program is distributed in the hope that it will be useful,
// This program is distributed in the hop4e that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of // but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details. // 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.
require_once ('../include/config.php'); require_once ('../include/config.php');
require_once ($config['homedir'].'/reporting/pandora_graph.php'); require_once ($config['homedir'].'/reporting/pandora_graph.php');

View File

@ -1,21 +1,19 @@
<?php <?php
// Pandora FMS - the Flexible Monitoring System // Pandora FMS - http://pandorafms.com
// ============================================ // ==================================================
// Copyright (c) 2008 Artica Soluciones Tecnologicas, http://www.artica.es // Copyright (c) 2005-2009 Artica Soluciones Tecnologicas
// Copyright (c) 2008 Esteban Sánchez, <estebans@artica.es> // Please see http://pandorafms.org for full contribution list
// Please see http://pandora.sourceforge.net for full contribution list
// This program is free software; you can redistribute it and/or // This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License // modify it under the terms of the GNU Lesser General Public License
// as published by the Free Software Foundation for version 2. // as published by the Free Software Foundation for version 2.
// This program is distributed in the hope that it will be useful, // This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of // but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details. // 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.
abstract class PandoraGraphAbstract { abstract class PandoraGraphAbstract {
public $width = 300; public $width = 300;

View File

@ -1,9 +1,9 @@
<?php <?php
// Pandora FMS - the Flexible Monitoring System
// ============================================ // Pandora FMS - http://pandorafms.com
// Copyright (c) 2008 Artica Soluciones Tecnológicas, http://www.artica.es // ==================================================
// Copyright (c) 2008 Esteban Sánchez, <estebans@artica.es> // Copyright (c) 2005-2009 Artica Soluciones Tecnologicas
// Please see http://pandora.sourceforge.net for full contribution list // Please see http://pandorafms.org for full contribution list
// This program is free software; you can redistribute it and/or // This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License // modify it under the terms of the GNU General Public License
@ -12,9 +12,8 @@
// but WITHOUT ANY WARRANTY; without even the implied warranty of // but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details. // 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.
require_once ('pChart/pData.class'); require_once ('pChart/pData.class');
require_once ('pChart/pChart.class'); require_once ('pChart/pChart.class');

View File

@ -1,9 +1,9 @@
<?php <?php
// Pandora FMS - the Flexible Monitoring System // Pandora FMS - http://pandorafms.com
// ============================================ // ==================================================
// Copyright (c) 2008 Artica Soluciones Tecnologicas, http://www.artica.es // Copyright (c) 2005-2009 Artica Soluciones Tecnologicas
// Please see http://pandora.sourceforge.net for full contribution list // Please see http://pandorafms.org for full contribution list
// This program is free software; you can redistribute it and/or // This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License // modify it under the terms of the GNU General Public License
@ -12,9 +12,8 @@
// but WITHOUT ANY WARRANTY; without even the implied warranty of // but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details. // 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.
// Global & session management // Global & session management
require_once ('../include/config.php'); require_once ('../include/config.php');
@ -206,4 +205,4 @@ echo '</td><td>';
print_submit_button ('GO', "submit", false, 'class="sub next"'); print_submit_button ('GO', "submit", false, 'class="sub next"');
echo '</td></tr></table></form></div></body></html>'; echo '</td></tr></table></form></div></body></html>';