From 4d24126252825002840fa516104315f8dcbb3a69 Mon Sep 17 00:00:00 2001 From: miguel angel rasteu Date: Thu, 11 May 2023 12:11:31 +0200 Subject: [PATCH 01/69] Fix same token for warning and about --- pandora_console/godmode/um_client/index.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pandora_console/godmode/um_client/index.php b/pandora_console/godmode/um_client/index.php index 304ebd9bfd..3f6e677300 100644 --- a/pandora_console/godmode/um_client/index.php +++ b/pandora_console/godmode/um_client/index.php @@ -33,6 +33,7 @@ // Begin. global $config; +global $pandora_version; require_once $config['homedir'].'/vendor/autoload.php'; require_once $config['homedir'].'/include/functions_update_manager.php'; @@ -215,7 +216,7 @@ if (is_ajax() !== true) { __( 'Master server version %s does not match console version %s.', (float) $matches[1], - (float) $current_package + $pandora_version ) ); } From d0aaadcbcfb85fc890e3553d79117467da964c95 Mon Sep 17 00:00:00 2001 From: Jorge Rincon Date: Mon, 29 May 2023 14:38:59 +0200 Subject: [PATCH 02/69] #11346 The information shown in the tooltips is adjusted, according to the view --- pandora_console/include/functions_clippy.php | 16 ++++++++++++++-- .../help/clippy/data_configuration_module.php | 11 ++++++++++- .../include/help/clippy/interval_agent_min.php | 11 ++++++++++- 3 files changed, 34 insertions(+), 4 deletions(-) diff --git a/pandora_console/include/functions_clippy.php b/pandora_console/include/functions_clippy.php index db6d0f7704..3e3362733c 100644 --- a/pandora_console/include/functions_clippy.php +++ b/pandora_console/include/functions_clippy.php @@ -297,6 +297,8 @@ function clippy_context_help($help=null) $code = str_replace('{clippy_obj}', 'intro_'.$id, $code); if ($help === 'module_unknow') { + $title = __('You have unknown modules in this agent.'); + $intro = __('Unknown modules are modules which receive data normally at least in one occassion, but at this time are not receving data. Please check our troubleshoot help page to help you determine why you have unknown modules.'); $img = html_print_image( 'images/info-warning.svg', true, @@ -305,6 +307,16 @@ function clippy_context_help($help=null) 'style' => 'margin-left: -25px;', ] ); + } else if ($help === 'interval_agent_min') { + $clippy_interval_agent_min = clippy_interval_agent_min(); + $title = $clippy_interval_agent_min['tours']['interval_agent_min']['steps'][0]['title']; + $intro = $clippy_interval_agent_min['tours']['interval_agent_min']['steps'][0]['intro']; + $img = $clippy_interval_agent_min['tours']['interval_agent_min']['steps'][0]['img']; + } else if ($help === 'data_configuration_module') { + $clippy_data_configuration_module = clippy_data_configuration_module(); + $title = $clippy_data_configuration_module['tours']['data_configuration_module']['steps'][0]['title']; + $intro = $clippy_data_configuration_module['tours']['data_configuration_module']['steps'][0]['intro']; + $img = $clippy_data_configuration_module['tours']['data_configuration_module']['steps'][0]['img']; } else { $img = html_print_image( 'images/info-warning.svg', @@ -318,8 +330,8 @@ function clippy_context_help($help=null) function show_'.$id.'() { confirmDialog({ - title: "'.__('You have unknown modules in this agent.').'", - message: "'.('Unknown modules are modules which receive data normally at least in one occassion, but at this time are not receving data. Please check our troubleshoot help page to help you determine why you have unknown modules.').'", + title: "'.$title.'", + message: "'.$intro.'", strOKButton: "'.__('Close').'", hideCancelButton: true, size: 675, diff --git a/pandora_console/include/help/clippy/data_configuration_module.php b/pandora_console/include/help/clippy/data_configuration_module.php index d912191e19..d2618e392b 100644 --- a/pandora_console/include/help/clippy/data_configuration_module.php +++ b/pandora_console/include/help/clippy/data_configuration_module.php @@ -32,7 +32,16 @@ function clippy_data_configuration_module() $return_tours['tours']['data_configuration_module']['steps'] = []; $return_tours['tours']['data_configuration_module']['steps'][] = [ 'init_step_context' => true, - 'intro' => ''.''.''.''.''.''.''.''.''.'
'.__('Data Configuration Module.').'
'.__('Please note that information provided here affects how the agent collect information and generate the data XML. Any data/configuration reported by the agent, different from data or description is discarded, and the configuration shown in the console prevails over any configuration coming from the agent, this applies for example for crit/warn thresholds, interval, module group, min/max value, tags, etc.').'
'.__('Information imported FIRST time from the XML will fill the information you can see in the console, but after the first import, system will ignore any update coming from the XML/Agent.').'
', + 'intro' => __('Please note that information provided here affects how the agent collect information and generate the data XML. Any data/configuration reported by the agent, different from data or description is discarded, and the configuration shown in the console prevails over any configuration coming from the agent, this applies for example for crit/warn thresholds, interval, module group, min/max value, tags, etc.').__('Information imported FIRST time from the XML will fill the information you can see in the console, but after the first import, system will ignore any update coming from the XML/Agent.'), + 'title' => __('Data Configuration Module.'), + 'img' => html_print_image( + 'images/info-warning.svg', + true, + [ + 'class' => 'main_menu_icon invert_filter', + 'style' => 'margin-left: 5px;', + ] + ), ]; $return_tours['tours']['data_configuration_module']['conf'] = []; $return_tours['tours']['data_configuration_module']['conf']['autostart'] = false; diff --git a/pandora_console/include/help/clippy/interval_agent_min.php b/pandora_console/include/help/clippy/interval_agent_min.php index e936c63212..d8dae98a09 100644 --- a/pandora_console/include/help/clippy/interval_agent_min.php +++ b/pandora_console/include/help/clippy/interval_agent_min.php @@ -32,7 +32,16 @@ function clippy_interval_agent_min() $return_tours['tours']['interval_agent_min']['steps'] = []; $return_tours['tours']['interval_agent_min']['steps'][] = [ 'init_step_context' => true, - 'intro' => ''.''.''.''.''.''.''.'
'.__('Interval Agent.').'
'.__('Please note that having agents with a monitoring interval below 300 seconds is not recommended. This will impact seriously in the performance of the server. For example, having 200 agents with one minute interval, is the same than having 1000 agents with a 5 minute interval. The probability of getting unknown modules is higher, and the impact on the server is higher because it requires a shorter response time.').'
', + 'intro' => __('Please note that having agents with a monitoring interval below 300 seconds is not recommended. This will impact seriously in the performance of the server. For example, having 200 agents with one minute interval, is the same than having 1000 agents with a 5 minute interval. The probability of getting unknown modules is higher, and the impact on the server is higher because it requires a shorter response time.'), + 'title' => __('Interval Agent.'), + 'img' => html_print_image( + 'images/info-warning.svg', + true, + [ + 'class' => 'main_menu_icon invert_filter', + 'style' => 'margin-left: 5px;', + ] + ), ]; $return_tours['tours']['interval_agent_min']['conf'] = []; $return_tours['tours']['interval_agent_min']['conf']['autostart'] = false; From a662a7012a1b6b61850f69a6b87d150163b069e3 Mon Sep 17 00:00:00 2001 From: miguel angel rasteu Date: Tue, 6 Jun 2023 13:36:59 +0200 Subject: [PATCH 03/69] #11435 Add height auto --- .../godmode/agentes/status_monitor_custom_fields.php | 4 ++-- pandora_console/godmode/events/custom_events.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pandora_console/godmode/agentes/status_monitor_custom_fields.php b/pandora_console/godmode/agentes/status_monitor_custom_fields.php index 2dfb79185d..92ea632b5a 100644 --- a/pandora_console/godmode/agentes/status_monitor_custom_fields.php +++ b/pandora_console/godmode/agentes/status_monitor_custom_fields.php @@ -186,7 +186,7 @@ $generalTitleContent[] = html_print_div([ 'class' => 'section_table_title', 'con $titledata[0] = html_print_div(['class' => 'flex-row-center', 'content' => implode('', $generalTitleContent) ], true); $table->data['general_title'] = $titledata; $table->data[0][0] = ''.__('Fields available').''; -$table->data[1][0] = html_print_select($fields_available, 'fields_available[]', true, '', '', 0, true, true, false, '', false, 'width: 300px'); +$table->data[1][0] = html_print_select($fields_available, 'fields_available[]', true, '', '', 0, true, true, false, '', false, 'width: 300px; height: auto'); $table->data[1][1] = ''.html_print_image( 'images/darrowright.png', true, @@ -220,7 +220,7 @@ $table->data[1][2] = html_print_select( false, '', false, - 'width: 300px' + 'width: 300px; height: auto' ); echo '
'; diff --git a/pandora_console/godmode/events/custom_events.php b/pandora_console/godmode/events/custom_events.php index ea44daac5e..e714250970 100644 --- a/pandora_console/godmode/events/custom_events.php +++ b/pandora_console/godmode/events/custom_events.php @@ -125,7 +125,7 @@ foreach ($fields_available as $key => $available) { } $table->data[0][0] = ''.__('Fields available').''; -$table->data[1][0] = html_print_select($fields_available, 'fields_available[]', true, '', '', 0, true, true, false, '', false, 'width: 300px'); +$table->data[1][0] = html_print_select($fields_available, 'fields_available[]', true, '', '', 0, true, true, false, '', false, 'width: 300px; height: auto'); $table->data[1][1] = ''.html_print_image( 'images/arrow@svg.svg', true, @@ -160,7 +160,7 @@ $table->data[1][2] = '
'.html_print_select( false, '', false, - 'width: 300px' + 'width: 300px; height: auto' ); $table->data[1][2] .= '
'; From 7fa2f7772945328aef8929ea15237ac1bd5b214b Mon Sep 17 00:00:00 2001 From: Daniel Cebrian Date: Tue, 6 Jun 2023 15:06:15 +0200 Subject: [PATCH 04/69] #11482 fixed list modules in module histogram, only meta --- .../include/lib/Dashboard/Widgets/graph_module_histogram.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/include/lib/Dashboard/Widgets/graph_module_histogram.php b/pandora_console/include/lib/Dashboard/Widgets/graph_module_histogram.php index 128877d66e..a2bf912eaa 100644 --- a/pandora_console/include/lib/Dashboard/Widgets/graph_module_histogram.php +++ b/pandora_console/include/lib/Dashboard/Widgets/graph_module_histogram.php @@ -351,7 +351,7 @@ class GraphModuleHistogramWidget extends Widget 'agent_id' => $values['agentId'], 'metaconsole_id' => $values['metaconsoleId'], 'style' => 'width: inherit;', - 'filter_modules' => (users_access_to_agent($values['agentId']) === false) ? [$values['moduleId']] : [], + 'filter_modules' => (users_access_to_agent($values['agentId'], 'AR', false, is_metaconsole()) === false) ? [$values['moduleId']] : [], 'nothing' => __('None'), 'nothing_value' => 0, ], From 812ad711fa17d0c44fb03b65e0776d1ad14a64b4 Mon Sep 17 00:00:00 2001 From: Pablo Aragon Date: Wed, 7 Jun 2023 11:47:37 +0200 Subject: [PATCH 05/69] 11512-LTS name about modal --- pandora_console/include/functions_menu.php | 7 ++++++- pandora_console/include/styles/pandora.css | 6 ++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/pandora_console/include/functions_menu.php b/pandora_console/include/functions_menu.php index 14ca2c87f6..35ee78db39 100644 --- a/pandora_console/include/functions_menu.php +++ b/pandora_console/include/functions_menu.php @@ -879,6 +879,11 @@ if (is_ajax()) { $php_sys = json_decode($d->getPHPSetup()); $system_date = json_decode($d->getSystemDate()); + $lts_name = ''; + if (empty($config['lts_name']) === false) { + $lts_name = ' '.$config['lts_name'].''; + } + $fragmentation_status = ''; if ($db_fragmentation->data->tablesFragmentationStatus->status === 1) { $fragmentation_status = html_print_image( @@ -955,7 +960,7 @@ if (is_ajax()) {

'.$product_name.'

-

'.__('Version').' '.$pandora_version.' - '.(enterprise_installed() ? 'Enterprise' : 'Community').'

+

'.__('Version').' '.$pandora_version.$lts_name.' - '.(enterprise_installed() ? 'Enterprise' : 'Community').'

'.__('MR version').' MR'.$config['MR'].'

Build'.$build_version.'

'.__('Support expires').''.$license_expiry_date.'

'; diff --git a/pandora_console/include/styles/pandora.css b/pandora_console/include/styles/pandora.css index fecc1b5976..5fc2c45473 100644 --- a/pandora_console/include/styles/pandora.css +++ b/pandora_console/include/styles/pandora.css @@ -11524,6 +11524,12 @@ span.subsection_header_title.secondary { margin-left: 0px; } +.table-about p span i { + color: #454545; + font-size: 15px; + font-weight: bold; +} + .table-about p.about-last-p { padding-bottom: 17px; } From 84107def9f709bbb916c16bfd6769351db6d28d9 Mon Sep 17 00:00:00 2001 From: miguel angel rasteu Date: Wed, 7 Jun 2023 13:16:00 +0200 Subject: [PATCH 06/69] #11462 Add new css class --- pandora_console/include/styles/pandora.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pandora_console/include/styles/pandora.css b/pandora_console/include/styles/pandora.css index fecc1b5976..079e77f511 100644 --- a/pandora_console/include/styles/pandora.css +++ b/pandora_console/include/styles/pandora.css @@ -785,6 +785,10 @@ select:-internal-list-box { width: 100%; } +.w100pi { + width: 100% !important; +} + /* * HEIGTH PERCENTILE */ From 3771644661996e0568ca99adf41fb7d0d4bb273f Mon Sep 17 00:00:00 2001 From: miguel angel rasteu Date: Wed, 7 Jun 2023 13:32:38 +0200 Subject: [PATCH 07/69] #11428 Add delete agent to warning conditional --- .../godmode/massive/massive_operations.php | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/pandora_console/godmode/massive/massive_operations.php b/pandora_console/godmode/massive/massive_operations.php index b4d4474c20..b08d61ff4c 100755 --- a/pandora_console/godmode/massive/massive_operations.php +++ b/pandora_console/godmode/massive/massive_operations.php @@ -435,12 +435,14 @@ if (is_management_allowed() === false) { $text_warning = __('any node'); } - ui_print_warning_message( - __( - 'This node is configured with centralized mode. To delete agents go to %s', - $text_warning - ) - ); + if ($option == 'delete_agents') { + ui_print_warning_message( + __( + 'This node is configured with centralized mode. To delete agents go to %s', + $text_warning + ) + ); + } } $tip = ''; From 44d134662f4fc8d35101b10c1114b4a1ce65f34c Mon Sep 17 00:00:00 2001 From: Pablo Aragon Date: Thu, 8 Jun 2023 09:01:04 +0200 Subject: [PATCH 08/69] 11519-Action buttons black theme --- pandora_console/include/styles/omnishell.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pandora_console/include/styles/omnishell.css b/pandora_console/include/styles/omnishell.css index 5c6f6413c5..afee4d0d58 100644 --- a/pandora_console/include/styles/omnishell.css +++ b/pandora_console/include/styles/omnishell.css @@ -534,11 +534,6 @@ ul.datatable_filter > li > div.action-buttons > button { margin-bottom: 0px !important; } -#backgroundMaskId { - bottom: 0px !important; - height: auto !important; -} - #image-1, #image-2 { padding-left: 0px !important; From 995ce673686b2ac1db98a2e83efd248945128e2a Mon Sep 17 00:00:00 2001 From: Jorge Rincon Date: Thu, 8 Jun 2023 09:16:38 +0200 Subject: [PATCH 09/69] #11440 Fixed the way to show the information of the actions in the alerts --- pandora_console/godmode/alerts/alert_view.php | 47 +++++++++++-------- 1 file changed, 27 insertions(+), 20 deletions(-) diff --git a/pandora_console/godmode/alerts/alert_view.php b/pandora_console/godmode/alerts/alert_view.php index e8b906b220..17aec8aef0 100644 --- a/pandora_console/godmode/alerts/alert_view.php +++ b/pandora_console/godmode/alerts/alert_view.php @@ -326,32 +326,39 @@ if (count($actions) == 1 && isset($actions[0])) { } foreach ($action['escalation'] as $k => $v) { - if ($v > 0) { - $table->data[$kaction][$k] = html_print_image( - 'images/tick.png', - true, - ['class' => 'invert_filter'] - ); - } else { - $table->data[$kaction][$k] = html_print_image( - 'images/blade.png', - true - ); - } - - if (count($table->head) <= count($action['escalation'])) { - if ($k == count($action['escalation'])) { - if ($k == 1) { - $table->head[$k] = __('Every time that the alert is fired'); + if (count($table->head) >= count($action['escalation'])) { + if ($k === count($action['escalation'])) { + if ($k === 1) { + $table->head[$kaction] = __('Every time that the alert is fired'); } else { - $table->head[$k] = '>#'.($k - 1); + $table->head[$kaction] = '>#'.($kaction - 1); } } else { - $table->head[$k] = '#'.$k; + $table->head[$kaction] = '#'.($kaction); + if ($v > 0) { + $table->data[$kaction][($kaction + 1)] = html_print_image( + 'images/tick.png', + true, + ['class' => 'invert_filter'] + ); + } else { + $table->data[$kkaction][($kaction + 1)] = html_print_image( + 'images/blade.png', + true + ); + } } } } + $table->head[($kaction + 1)] = '#'.($kaction); + if (count($action['escalation']) === 0) { + $table->data[$kaction][($kaction + 2)] = html_print_image( + 'images/blade.png', + true + ); + } + $action_threshold = ($action['module_action_threshold'] > 0) ? $action['module_action_threshold'] : $action['action_threshold']; if ($action_threshold == 0) { @@ -364,7 +371,7 @@ if (count($actions) == 1 && isset($actions[0])) { ); } - $table->head[($k + 1)] = __('Threshold'); + $table->head[($kaction + 1)] = __('Threshold'); } } From 77909cb0980cbd2205d4fe625febd8173f9aeefb Mon Sep 17 00:00:00 2001 From: Pablo Aragon Date: Thu, 8 Jun 2023 10:26:01 +0200 Subject: [PATCH 10/69] 11518-Tree view policies Search module - fix sql --- pandora_console/include/class/Tree.class.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pandora_console/include/class/Tree.class.php b/pandora_console/include/class/Tree.class.php index b6aca966a7..a60d4b4bad 100644 --- a/pandora_console/include/class/Tree.class.php +++ b/pandora_console/include/class/Tree.class.php @@ -1056,6 +1056,7 @@ class Tree $agent_search_filter = $this->getAgentSearchFilter(); $agent_status_filter = $this->getAgentStatusFilter(); $module_search_filter = $this->getModuleSearchFilter(); + $module_status_filter = $this->getModuleStatusFilter(); $module_status_inner = ''; $module_search_inner = ''; $module_search_filter = ''; @@ -1063,9 +1064,9 @@ class Tree if (!empty($this->filter['searchModule'])) { $module_search_inner = ' INNER JOIN tagente_estado tae - ON tae.id_agente_modulo = tam.id_agente_modulo'; - $module_search_filter = "AND tam.disabled = 0 - AND tam.nombre LIKE '%%".$this->filter['searchModule']."%%' ".$this->getModuleStatusFilterFromTestado(); + ON tae.id_agente_modulo = tam_inner.id_agente_modulo'; + $module_search_filter = "AND tam_inner.disabled = 0 + AND tam_inner.nombre LIKE '%%".$this->filter['searchModule']."%%' ".$this->getModuleStatusFilterFromTestado(); } $sql_model = "SELECT %s FROM From 933f69f2abd754188658cf5b136f6562fa75a96c Mon Sep 17 00:00:00 2001 From: miguel angel rasteu Date: Thu, 8 Jun 2023 11:53:13 +0200 Subject: [PATCH 11/69] #11476 Change copyright header --- pandora_console/ajax.php | 2 +- pandora_console/extensions/agents_alerts.php | 2 +- pandora_console/extensions/agents_modules.php | 2 +- pandora_console/extensions/api_checker.php | 2 +- pandora_console/extensions/db_status.php | 2 +- pandora_console/extensions/dbmanager.php | 2 +- pandora_console/extensions/disabled/matrix_events.php | 2 +- pandora_console/extensions/extension_uploader.php | 2 +- pandora_console/extensions/files_repo.php | 2 +- pandora_console/extensions/files_repo/files_repo_form.php | 2 +- pandora_console/extensions/files_repo/files_repo_get_file.php | 2 +- pandora_console/extensions/files_repo/files_repo_list.php | 2 +- .../extensions/files_repo/functions_files_repo.php | 2 +- pandora_console/extensions/insert_data.php | 2 +- pandora_console/extensions/matrix_events/ajax.php | 2 +- pandora_console/extensions/module_groups.php | 2 +- pandora_console/extensions/pandora_logs.php | 2 +- pandora_console/extensions/quick_shell.php | 2 +- pandora_console/extensions/realtime_graphs.php | 2 +- pandora_console/extensions/realtime_graphs/ajax.php | 2 +- pandora_console/extensions/resource_exportation.php | 2 +- pandora_console/extensions/resource_registration.php | 2 +- pandora_console/extensions/users_connected.php | 2 +- pandora_console/general/error_screen.php | 2 +- pandora_console/general/first_task/HA_cluster_builder.php | 2 +- pandora_console/general/first_task/cluster_builder.php | 2 +- pandora_console/general/first_task/collections.php | 2 +- pandora_console/general/first_task/custom_fields.php | 2 +- pandora_console/general/first_task/custom_graphs.php | 2 +- pandora_console/general/first_task/fields_manager.php | 2 +- pandora_console/general/first_task/incidents.php | 2 +- pandora_console/general/first_task/map_builder.php | 2 +- pandora_console/general/first_task/network_map.php | 2 +- pandora_console/general/first_task/omnishell.php | 2 +- pandora_console/general/first_task/planned_downtime.php | 2 +- pandora_console/general/first_task/recon_view.php | 2 +- pandora_console/general/first_task/service_list.php | 2 +- pandora_console/general/first_task/snmp_filters.php | 2 +- pandora_console/general/first_task/tags.php | 2 +- pandora_console/general/footer.php | 2 +- pandora_console/general/header.php | 2 +- pandora_console/general/help_feedback.php | 2 +- pandora_console/general/last_message.php | 2 +- pandora_console/general/links_menu.php | 2 +- pandora_console/general/login_help_dialog.php | 2 +- pandora_console/general/login_page.php | 2 +- pandora_console/general/logoff.php | 2 +- pandora_console/general/logon_failed.php | 2 +- pandora_console/general/logon_ok.php | 2 +- pandora_console/general/main_menu.php | 2 +- pandora_console/general/maintenance.php | 2 +- pandora_console/general/news_dialog.php | 2 +- pandora_console/general/noaccess2.php | 2 +- pandora_console/general/node_deactivated.php | 2 +- pandora_console/general/pandora_help.php | 2 +- pandora_console/general/php_message.php | 2 +- pandora_console/general/register.php | 2 +- pandora_console/general/reporting_console_node.php | 2 +- pandora_console/general/sap_view.php | 2 +- pandora_console/general/ui/agents_list.php | 2 +- pandora_console/godmode/agentes/agent_conf_gis.php | 2 +- pandora_console/godmode/agentes/agent_deploy.php | 2 +- pandora_console/godmode/agentes/agent_incidents.php | 2 +- pandora_console/godmode/agentes/agent_manager.php | 2 +- pandora_console/godmode/agentes/agent_template.php | 2 +- pandora_console/godmode/agentes/agent_wizard.php | 2 +- pandora_console/godmode/agentes/configurar_agente.php | 2 +- pandora_console/godmode/agentes/configure_field.php | 2 +- pandora_console/godmode/agentes/fields_manager.php | 2 +- pandora_console/godmode/agentes/inventory_manager.php | 2 +- pandora_console/godmode/agentes/modificar_agente.php | 2 +- pandora_console/godmode/agentes/module_manager.php | 2 +- pandora_console/godmode/agentes/module_manager_editor.php | 2 +- .../godmode/agentes/module_manager_editor_common.php | 2 +- .../godmode/agentes/module_manager_editor_data.php | 2 +- .../godmode/agentes/module_manager_editor_network.php | 2 +- .../godmode/agentes/module_manager_editor_plugin.php | 2 +- .../godmode/agentes/module_manager_editor_prediction.php | 2 +- pandora_console/godmode/agentes/module_manager_editor_web.php | 2 +- pandora_console/godmode/agentes/module_manager_editor_wmi.php | 2 +- .../godmode/agentes/pandora_networkmap_empty.editor.php | 2 +- pandora_console/godmode/agentes/planned_downtime.editor.php | 2 +- .../godmode/agentes/planned_downtime.export_csv.php | 2 +- pandora_console/godmode/agentes/planned_downtime.list.php | 2 +- .../godmode/agentes/status_monitor_custom_fields.php | 2 +- pandora_console/godmode/alerts/alert_actions.php | 2 +- pandora_console/godmode/alerts/alert_commands.php | 2 +- pandora_console/godmode/alerts/alert_list.builder.php | 2 +- pandora_console/godmode/alerts/alert_list.php | 2 +- pandora_console/godmode/alerts/alert_special_days.php | 2 +- pandora_console/godmode/alerts/alert_templates.php | 2 +- pandora_console/godmode/alerts/alert_view.php | 2 +- pandora_console/godmode/alerts/configure_alert_action.php | 2 +- pandora_console/godmode/alerts/configure_alert_command.php | 2 +- pandora_console/godmode/alerts/configure_alert_template.php | 2 +- pandora_console/godmode/audit_log.php | 2 +- pandora_console/godmode/audit_log_csv.php | 2 +- pandora_console/godmode/category/category.php | 2 +- pandora_console/godmode/category/edit_category.php | 2 +- pandora_console/godmode/consoles/consoles.php | 2 +- pandora_console/godmode/db/db_main.php | 2 +- pandora_console/godmode/events/configuration_sounds.php | 2 +- pandora_console/godmode/events/custom_events.php | 2 +- pandora_console/godmode/events/event_edit_filter.php | 2 +- pandora_console/godmode/events/event_filter.php | 2 +- pandora_console/godmode/events/event_responses.editor.php | 2 +- pandora_console/godmode/events/event_responses.list.php | 2 +- pandora_console/godmode/events/event_responses.php | 2 +- pandora_console/godmode/events/events.php | 2 +- pandora_console/godmode/extensions.php | 2 +- pandora_console/godmode/gis_maps/configure_gis_map.php | 2 +- pandora_console/godmode/groups/configure_group.php | 2 +- pandora_console/godmode/groups/configure_modu_group.php | 2 +- pandora_console/godmode/groups/credential_store.php | 2 +- pandora_console/godmode/groups/group_list.php | 2 +- pandora_console/godmode/groups/modu_group_list.php | 2 +- pandora_console/godmode/groups/tactical.php | 2 +- pandora_console/godmode/massive/massive_add_action_alerts.php | 2 +- pandora_console/godmode/massive/massive_add_alerts.php | 2 +- pandora_console/godmode/massive/massive_add_profiles.php | 2 +- pandora_console/godmode/massive/massive_copy_modules.php | 2 +- .../godmode/massive/massive_delete_action_alerts.php | 2 +- pandora_console/godmode/massive/massive_delete_agents.php | 2 +- pandora_console/godmode/massive/massive_delete_alerts.php | 2 +- pandora_console/godmode/massive/massive_delete_modules.php | 2 +- pandora_console/godmode/massive/massive_delete_profiles.php | 2 +- pandora_console/godmode/massive/massive_edit_agents.php | 2 +- pandora_console/godmode/massive/massive_edit_modules.php | 2 +- pandora_console/godmode/massive/massive_edit_plugins.php | 2 +- pandora_console/godmode/massive/massive_edit_users.php | 2 +- .../godmode/massive/massive_enable_disable_alerts.php | 2 +- pandora_console/godmode/massive/massive_operations.php | 2 +- pandora_console/godmode/massive/massive_standby_alerts.php | 2 +- pandora_console/godmode/menu.php | 2 +- .../godmode/module_library/module_library_view.php | 2 +- .../godmode/modules/configuration_wizard_setup.php | 2 +- pandora_console/godmode/modules/manage_inventory_modules.php | 2 +- .../godmode/modules/manage_inventory_modules_form.php | 2 +- pandora_console/godmode/modules/manage_module_templates.php | 2 +- pandora_console/godmode/modules/manage_nc_groups.php | 2 +- pandora_console/godmode/modules/manage_nc_groups_form.php | 2 +- pandora_console/godmode/modules/manage_network_components.php | 2 +- .../godmode/modules/manage_network_components_form.php | 2 +- .../godmode/modules/manage_network_components_form_common.php | 2 +- .../modules/manage_network_components_form_network.php | 2 +- .../godmode/modules/manage_network_components_form_plugin.php | 2 +- .../godmode/modules/manage_network_components_form_wizard.php | 2 +- .../godmode/modules/manage_network_components_form_wmi.php | 2 +- pandora_console/godmode/modules/manage_network_templates.php | 2 +- .../godmode/modules/manage_network_templates_form.php | 2 +- pandora_console/godmode/modules/module_list.php | 2 +- .../godmode/modules/private_enterprise_numbers.php | 2 +- pandora_console/godmode/netflow/nf_edit.php | 2 +- pandora_console/godmode/netflow/nf_edit_form.php | 4 ++-- pandora_console/godmode/netflow/nf_item_list.php | 2 +- pandora_console/godmode/reporting/create_container.php | 2 +- .../godmode/reporting/graph_builder.graph_editor.php | 2 +- pandora_console/godmode/reporting/graph_builder.main.php | 2 +- pandora_console/godmode/reporting/graph_builder.php | 2 +- pandora_console/godmode/reporting/graph_container.php | 2 +- pandora_console/godmode/reporting/graphs.php | 2 +- pandora_console/godmode/reporting/map_builder.php | 2 +- .../godmode/reporting/reporting_builder.item_editor.php | 2 +- .../godmode/reporting/reporting_builder.list_items.php | 2 +- pandora_console/godmode/reporting/reporting_builder.main.php | 2 +- pandora_console/godmode/reporting/reporting_builder.php | 2 +- .../godmode/reporting/visual_console_builder.data.php | 2 +- .../godmode/reporting/visual_console_builder.editor.php | 2 +- .../godmode/reporting/visual_console_builder.elements.php | 2 +- pandora_console/godmode/reporting/visual_console_builder.php | 2 +- .../godmode/reporting/visual_console_builder.wizard.php | 2 +- pandora_console/godmode/reporting/visual_console_favorite.php | 2 +- pandora_console/godmode/servers/manage_recontask.php | 2 +- pandora_console/godmode/servers/manage_recontask_form.php | 2 +- pandora_console/godmode/servers/modificar_server.php | 2 +- pandora_console/godmode/servers/plugin.php | 2 +- pandora_console/godmode/servers/plugin_registration.php | 2 +- pandora_console/godmode/servers/recon_script.php | 2 +- pandora_console/godmode/servers/servers.build_table.php | 2 +- pandora_console/godmode/setup/file_manager.php | 2 +- pandora_console/godmode/setup/gis.php | 2 +- pandora_console/godmode/setup/gis_step_2.php | 2 +- pandora_console/godmode/setup/license.php | 2 +- pandora_console/godmode/setup/links.php | 2 +- pandora_console/godmode/setup/news.php | 2 +- pandora_console/godmode/setup/os.builder.php | 2 +- pandora_console/godmode/setup/os.list.php | 2 +- pandora_console/godmode/setup/os.php | 2 +- pandora_console/godmode/setup/performance.php | 2 +- pandora_console/godmode/setup/setup.php | 2 +- pandora_console/godmode/setup/setup_auth.php | 2 +- pandora_console/godmode/setup/setup_ehorus.php | 2 +- pandora_console/godmode/setup/setup_external_tools.php | 2 +- pandora_console/godmode/setup/setup_general.php | 2 +- pandora_console/godmode/setup/setup_integria.php | 2 +- pandora_console/godmode/setup/setup_netflow.php | 2 +- pandora_console/godmode/setup/setup_notifications.php | 2 +- pandora_console/godmode/setup/setup_sflow.php | 2 +- pandora_console/godmode/setup/setup_visuals.php | 2 +- pandora_console/godmode/setup/setup_websocket_engine.php | 2 +- pandora_console/godmode/setup/snmp_wizard.php | 2 +- pandora_console/godmode/setup/welcome_tips.php | 2 +- pandora_console/godmode/snmpconsole/snmp_alert.php | 2 +- pandora_console/godmode/snmpconsole/snmp_filters.php | 2 +- pandora_console/godmode/snmpconsole/snmp_trap_generator.php | 2 +- pandora_console/godmode/tag/edit_tag.php | 2 +- pandora_console/godmode/tag/tag.php | 2 +- pandora_console/godmode/um_client/api.php | 2 +- pandora_console/godmode/um_client/index.php | 2 +- .../godmode/update_manager/update_manager.history.php | 2 +- pandora_console/godmode/update_manager/update_manager.php | 2 +- .../godmode/update_manager/update_manager.setup.php | 2 +- pandora_console/godmode/users/configure_profile.php | 2 +- pandora_console/godmode/users/configure_user.php | 2 +- pandora_console/godmode/users/profile_list.php | 2 +- pandora_console/godmode/users/user_list.php | 2 +- pandora_console/godmode/users/user_management.php | 2 +- pandora_console/godmode/wizards/DiscoveryTaskList.class.php | 2 +- pandora_console/godmode/wizards/HostDevices.class.php | 2 +- pandora_console/godmode/wizards/Wizard.main.php | 2 +- pandora_console/include/Image/image_functions.php | 2 +- pandora_console/include/ajax/agent.php | 2 +- pandora_console/include/ajax/audit_log.php | 2 +- pandora_console/include/ajax/custom_fields.php | 2 +- pandora_console/include/ajax/double_auth.ajax.php | 2 +- pandora_console/include/ajax/events.php | 2 +- pandora_console/include/ajax/events_extended.php | 2 +- pandora_console/include/ajax/fav_menu.ajax.php | 2 +- pandora_console/include/ajax/graph.ajax.php | 2 +- pandora_console/include/ajax/group.php | 2 +- pandora_console/include/ajax/heatmap.ajax.php | 2 +- pandora_console/include/ajax/integria_incidents.ajax.php | 2 +- pandora_console/include/ajax/map_enterprise.ajax.php | 2 +- pandora_console/include/ajax/menu.ajax.php | 2 +- pandora_console/include/ajax/module.php | 2 +- pandora_console/include/ajax/order_interpreter.php | 2 +- pandora_console/include/ajax/planned_downtime.ajax.php | 2 +- pandora_console/include/ajax/profile.php | 2 +- pandora_console/include/ajax/reporting.ajax.php | 2 +- pandora_console/include/ajax/skins.ajax.php | 2 +- pandora_console/include/ajax/snmp.ajax.php | 2 +- pandora_console/include/ajax/snmp_browser.ajax.php | 2 +- pandora_console/include/ajax/task_list.ajax.php | 2 +- pandora_console/include/ajax/tips_window.ajax.php | 2 +- pandora_console/include/ajax/tree.ajax.php | 2 +- pandora_console/include/ajax/update_manager.php | 2 +- pandora_console/include/ajax/visual_console.ajax.php | 2 +- pandora_console/include/ajax/visual_console_builder.ajax.php | 2 +- pandora_console/include/ajax/web_server_module_debug.php | 2 +- pandora_console/include/ajax/welcome_window.php | 2 +- pandora_console/include/api.php | 2 +- pandora_console/include/auth/ldap.php | 2 +- pandora_console/include/auth/mysql.php | 2 +- pandora_console/include/chart_generator.php | 2 +- pandora_console/include/class/AgentDeployWizard.class.php | 2 +- pandora_console/include/class/AgentWizard.class.php | 2 +- pandora_console/include/class/AgentsAlerts.class.php | 2 +- pandora_console/include/class/AuditLog.class.php | 2 +- pandora_console/include/class/CalendarManager.class.php | 2 +- pandora_console/include/class/ConfigPEN.class.php | 2 +- pandora_console/include/class/ConsoleSupervisor.php | 2 +- pandora_console/include/class/CredentialStore.class.php | 2 +- pandora_console/include/class/CustomNetScan.class.php | 2 +- pandora_console/include/class/Diagnostics.class.php | 2 +- pandora_console/include/class/EventSound.class.php | 2 +- pandora_console/include/class/ExternalTools.class.php | 2 +- pandora_console/include/class/HTML.class.php | 2 +- pandora_console/include/class/Heatmap.class.php | 2 +- pandora_console/include/class/HelpFeedBack.class.php | 2 +- pandora_console/include/class/ManageNetScanScripts.class.php | 2 +- pandora_console/include/class/ModuleTemplates.class.php | 2 +- pandora_console/include/class/NetworkMap.class.php | 2 +- pandora_console/include/class/OrderInterpreter.class.php | 2 +- pandora_console/include/class/SatelliteAgent.class.php | 2 +- pandora_console/include/class/SatelliteCollection.class.php | 2 +- pandora_console/include/class/SnmpConsole.class.php | 2 +- pandora_console/include/class/TipsWindow.class.php | 2 +- pandora_console/include/class/Tree.class.php | 2 +- pandora_console/include/class/TreeGroup.class.php | 2 +- pandora_console/include/class/TreeGroupEdition.class.php | 2 +- pandora_console/include/class/TreeModule.class.php | 2 +- pandora_console/include/class/TreeModuleGroup.class.php | 2 +- pandora_console/include/class/TreeOS.class.php | 2 +- pandora_console/include/class/TreeService.class.php | 2 +- pandora_console/include/class/TreeTag.class.php | 2 +- pandora_console/include/class/WebServerModuleDebug.class.php | 2 +- pandora_console/include/class/WelcomeWindow.class.php | 2 +- pandora_console/include/config.inc.php | 2 +- pandora_console/include/config_process.php | 2 +- pandora_console/include/connection_check.php | 2 +- pandora_console/include/constants.php | 2 +- pandora_console/include/db/mysql.php | 2 +- pandora_console/include/db/oracle.php | 2 +- pandora_console/include/db/postgresql.php | 2 +- pandora_console/include/functions.php | 2 +- pandora_console/include/functions_agents.php | 2 +- pandora_console/include/functions_alerts.php | 2 +- pandora_console/include/functions_api.php | 2 +- pandora_console/include/functions_categories.php | 2 +- pandora_console/include/functions_clippy.php | 2 +- pandora_console/include/functions_component_groups.php | 2 +- pandora_console/include/functions_config.php | 2 +- pandora_console/include/functions_container.php | 2 +- pandora_console/include/functions_credential_store.php | 2 +- pandora_console/include/functions_cron.php | 2 +- pandora_console/include/functions_custom_fields.php | 2 +- pandora_console/include/functions_custom_graphs.php | 2 +- pandora_console/include/functions_db.php | 2 +- pandora_console/include/functions_event_responses.php | 2 +- pandora_console/include/functions_events.php | 2 +- pandora_console/include/functions_exportserver.php | 2 +- pandora_console/include/functions_extensions.php | 2 +- pandora_console/include/functions_filemanager.php | 2 +- pandora_console/include/functions_forecast.php | 2 +- pandora_console/include/functions_gis.php | 2 +- pandora_console/include/functions_graph.php | 2 +- pandora_console/include/functions_groups.php | 2 +- pandora_console/include/functions_groupview.php | 2 +- pandora_console/include/functions_html.php | 2 +- pandora_console/include/functions_incidents.php | 2 +- pandora_console/include/functions_integriaims.php | 2 +- pandora_console/include/functions_inventory.php | 2 +- pandora_console/include/functions_io.php | 2 +- pandora_console/include/functions_maps.php | 2 +- pandora_console/include/functions_massive_operations.php | 2 +- pandora_console/include/functions_menu.php | 2 +- pandora_console/include/functions_messages.php | 2 +- pandora_console/include/functions_migration.php | 2 +- pandora_console/include/functions_modules.php | 2 +- pandora_console/include/functions_netflow.php | 2 +- pandora_console/include/functions_network.php | 2 +- pandora_console/include/functions_network_components.php | 2 +- pandora_console/include/functions_network_profiles.php | 2 +- pandora_console/include/functions_networkmap.php | 2 +- pandora_console/include/functions_networkmaps.php | 2 +- pandora_console/include/functions_notifications.php | 2 +- pandora_console/include/functions_os.php | 2 +- pandora_console/include/functions_pandora_networkmap.php | 2 +- pandora_console/include/functions_planned_downtimes.php | 2 +- pandora_console/include/functions_plugins.php | 2 +- pandora_console/include/functions_post_process.php | 2 +- pandora_console/include/functions_profile.php | 2 +- pandora_console/include/functions_register.php | 2 +- pandora_console/include/functions_reporting.php | 2 +- pandora_console/include/functions_reporting_html.php | 2 +- pandora_console/include/functions_reporting_xml.php | 2 +- pandora_console/include/functions_reports.php | 2 +- pandora_console/include/functions_servers.php | 2 +- pandora_console/include/functions_snmp.php | 2 +- pandora_console/include/functions_snmp_browser.php | 2 +- pandora_console/include/functions_tactical.php | 2 +- pandora_console/include/functions_tags.php | 2 +- pandora_console/include/functions_themes.php | 2 +- pandora_console/include/functions_treeview.php | 2 +- pandora_console/include/functions_ui.php | 2 +- pandora_console/include/functions_ui_renders.php | 2 +- pandora_console/include/functions_update_manager.php | 2 +- pandora_console/include/functions_users.php | 2 +- pandora_console/include/functions_visual_map.php | 2 +- pandora_console/include/functions_visual_map_editor.php | 2 +- pandora_console/include/functions_wmi.php | 2 +- pandora_console/include/get_file.php | 2 +- pandora_console/include/graphs/export_data.php | 2 +- pandora_console/include/graphs/functions_d3.php | 2 +- pandora_console/include/help/clippy/agent_out_of_limits.php | 2 +- .../include/help/clippy/data_configuration_module.php | 2 +- .../include/help/clippy/extension_cron_send_email.php | 2 +- .../include/help/clippy/godmode_agentes_configurar_agente.php | 2 +- .../include/help/clippy/godmode_agentes_modificar_agente.php | 2 +- .../include/help/clippy/godmode_alerts_alert_actions.php | 2 +- .../help/clippy/godmode_alerts_configure_alert_action.php | 2 +- pandora_console/include/help/clippy/homepage.php | 2 +- pandora_console/include/help/clippy/interval_agent_min.php | 2 +- pandora_console/include/help/clippy/module_unknow.php | 2 +- pandora_console/include/help/clippy/modules_not_init.php | 2 +- .../include/help/clippy/modules_not_learning_mode.php | 2 +- .../include/help/clippy/operation_agentes_status_monitor.php | 2 +- .../include/help/clippy/operation_agentes_ver_agente.php | 2 +- pandora_console/include/help/clippy/server_queued_modules.php | 2 +- pandora_console/include/help/clippy/servers_down.php | 2 +- pandora_console/include/help/clippy/topology_group.php | 2 +- pandora_console/include/include_graph_dependencies.php | 2 +- pandora_console/include/lib/Agent.php | 2 +- pandora_console/include/lib/Calendar.php | 2 +- pandora_console/include/lib/Cluster.php | 2 +- pandora_console/include/lib/ClusterModule.php | 2 +- pandora_console/include/lib/ClusterViewer/ClusterManager.php | 2 +- pandora_console/include/lib/ClusterViewer/ClusterWizard.php | 2 +- pandora_console/include/lib/Console.php | 2 +- pandora_console/include/lib/Core/Config.php | 2 +- pandora_console/include/lib/Core/DBMaintainer.php | 2 +- .../include/lib/Dashboard/Widgets/AvgSumMaxMinModule.php | 2 +- pandora_console/include/lib/Dashboard/Widgets/BasicChart.php | 2 +- .../include/lib/Dashboard/Widgets/BlockHistogram.php | 2 +- .../include/lib/Dashboard/Widgets/ColorModuleTabs.php | 2 +- pandora_console/include/lib/Dashboard/Widgets/DataMatrix.php | 2 +- .../include/lib/Dashboard/Widgets/EventCardboard.php | 2 +- .../include/lib/Dashboard/Widgets/GroupedMeterGraphs.php | 2 +- .../include/lib/Dashboard/Widgets/ModulesByStatus.php | 2 +- .../include/lib/Dashboard/Widgets/agent_module.php | 2 +- .../include/lib/Dashboard/Widgets/alerts_fired.php | 2 +- pandora_console/include/lib/Dashboard/Widgets/clock.php | 2 +- .../include/lib/Dashboard/Widgets/custom_graph.php | 2 +- pandora_console/include/lib/Dashboard/Widgets/events_list.php | 2 +- pandora_console/include/lib/Dashboard/Widgets/example.php | 2 +- .../include/lib/Dashboard/Widgets/graph_module_histogram.php | 2 +- .../include/lib/Dashboard/Widgets/groups_status.php | 2 +- pandora_console/include/lib/Dashboard/Widgets/heatmap.php | 2 +- .../include/lib/Dashboard/Widgets/maps_made_by_user.php | 2 +- pandora_console/include/lib/Dashboard/Widgets/maps_status.php | 2 +- pandora_console/include/lib/Dashboard/Widgets/module_icon.php | 2 +- .../include/lib/Dashboard/Widgets/module_status.php | 2 +- .../include/lib/Dashboard/Widgets/module_table_value.php | 2 +- .../include/lib/Dashboard/Widgets/module_value.php | 2 +- .../include/lib/Dashboard/Widgets/monitor_health.php | 2 +- pandora_console/include/lib/Dashboard/Widgets/network_map.php | 2 +- .../include/lib/Dashboard/Widgets/os_quick_report.php | 2 +- pandora_console/include/lib/Dashboard/Widgets/post.php | 2 +- pandora_console/include/lib/Dashboard/Widgets/reports.php | 2 +- pandora_console/include/lib/Dashboard/Widgets/service_map.php | 2 +- .../include/lib/Dashboard/Widgets/service_view.php | 2 +- .../include/lib/Dashboard/Widgets/single_graph.php | 2 +- pandora_console/include/lib/Dashboard/Widgets/sla_percent.php | 2 +- .../include/lib/Dashboard/Widgets/system_group_status.php | 2 +- pandora_console/include/lib/Dashboard/Widgets/tactical.php | 2 +- pandora_console/include/lib/Dashboard/Widgets/top_n.php | 2 +- .../include/lib/Dashboard/Widgets/top_n_events_by_group.php | 2 +- .../include/lib/Dashboard/Widgets/top_n_events_by_module.php | 2 +- pandora_console/include/lib/Dashboard/Widgets/tree_view.php | 2 +- pandora_console/include/lib/Dashboard/Widgets/url.php | 2 +- .../include/lib/Dashboard/Widgets/ux_transaction.php | 2 +- .../include/lib/Dashboard/Widgets/wux_transaction.php | 2 +- .../include/lib/Dashboard/Widgets/wux_transaction_stats.php | 2 +- pandora_console/include/lib/Entity.php | 2 +- pandora_console/include/lib/Event.php | 2 +- pandora_console/include/lib/Group.php | 2 +- pandora_console/include/lib/Module.php | 2 +- pandora_console/include/lib/ModuleStatus.php | 2 +- pandora_console/include/lib/ModuleType.php | 2 +- pandora_console/include/lib/PublicLogin.php | 2 +- pandora_console/include/lib/SpecialDay.php | 2 +- pandora_console/include/lib/Tools/Files.php | 2 +- pandora_console/include/lib/Tools/Strings.php | 2 +- pandora_console/include/lib/User.php | 2 +- pandora_console/include/lib/View.php | 2 +- pandora_console/include/load_session.php | 2 +- pandora_console/include/php_to_js_values.php | 2 +- .../include/rest-api/models/VisualConsole/View.php | 2 +- pandora_console/include/websocket_registrations.php | 2 +- pandora_console/index.php | 2 +- pandora_console/install.php | 2 +- pandora_console/mobile/include/db.class.php | 2 +- pandora_console/mobile/include/functions_web.php | 2 +- pandora_console/mobile/include/system.class.php | 2 +- pandora_console/mobile/include/ui.class.php | 2 +- pandora_console/mobile/include/user.class.php | 2 +- pandora_console/mobile/index.php | 2 +- pandora_console/mobile/operation/agent.php | 2 +- pandora_console/mobile/operation/agents.php | 2 +- pandora_console/mobile/operation/alerts.php | 2 +- pandora_console/mobile/operation/events.php | 2 +- pandora_console/mobile/operation/groups.php | 2 +- pandora_console/mobile/operation/home.php | 2 +- pandora_console/mobile/operation/module_data.php | 2 +- pandora_console/mobile/operation/module_graph.php | 2 +- pandora_console/mobile/operation/modules.php | 2 +- pandora_console/mobile/operation/server_status.php | 2 +- pandora_console/mobile/operation/services.php | 2 +- pandora_console/mobile/operation/tactical.php | 2 +- pandora_console/mobile/operation/visualmap.php | 2 +- pandora_console/mobile/operation/visualmaps.php | 2 +- pandora_console/operation/agentes/agent_fields.php | 2 +- pandora_console/operation/agentes/agent_inventory.php | 2 +- pandora_console/operation/agentes/alerts_status.functions.php | 2 +- pandora_console/operation/agentes/alerts_status.php | 2 +- pandora_console/operation/agentes/custom_fields.php | 2 +- pandora_console/operation/agentes/datos_agente.php | 2 +- pandora_console/operation/agentes/ehorus.php | 2 +- pandora_console/operation/agentes/ehorus_client.php | 2 +- pandora_console/operation/agentes/estado_agente.php | 2 +- pandora_console/operation/agentes/estado_generalagente.php | 2 +- pandora_console/operation/agentes/estado_monitores.php | 2 +- pandora_console/operation/agentes/export_csv.php | 2 +- pandora_console/operation/agentes/exportdata.csv.php | 2 +- pandora_console/operation/agentes/exportdata.excel.php | 2 +- pandora_console/operation/agentes/exportdata.php | 2 +- pandora_console/operation/agentes/external_tools.php | 2 +- pandora_console/operation/agentes/gis_view.php | 2 +- pandora_console/operation/agentes/graphs.php | 2 +- pandora_console/operation/agentes/group_view.php | 2 +- .../operation/agentes/interface_traffic_graph_win.php | 2 +- .../operation/agentes/interface_view.functions.php | 2 +- pandora_console/operation/agentes/interface_view.php | 2 +- pandora_console/operation/agentes/log_sources_status.php | 2 +- pandora_console/operation/agentes/networkmap.dinamic.php | 2 +- .../operation/agentes/pandora_networkmap.editor.php | 2 +- pandora_console/operation/agentes/pandora_networkmap.php | 2 +- pandora_console/operation/agentes/pandora_networkmap.view.php | 2 +- pandora_console/operation/agentes/realtime_win.php | 2 +- pandora_console/operation/agentes/snapshot_view.php | 2 +- pandora_console/operation/agentes/stat_win.php | 2 +- pandora_console/operation/agentes/status_events.php | 2 +- pandora_console/operation/agentes/status_monitor.php | 2 +- pandora_console/operation/agentes/tactical.php | 2 +- pandora_console/operation/agentes/url_address.php | 2 +- pandora_console/operation/agentes/ver_agente.php | 2 +- pandora_console/operation/cluster/cluster.php | 2 +- pandora_console/operation/dashboard/dashboard.php | 2 +- pandora_console/operation/dashboard/public_dashboard.php | 2 +- pandora_console/operation/events/events.build_query.php | 2 +- pandora_console/operation/events/events.php | 2 +- pandora_console/operation/events/events_rss.php | 2 +- pandora_console/operation/events/export_csv.php | 2 +- pandora_console/operation/events/sound_events.php | 2 +- pandora_console/operation/gis_maps/ajax.php | 2 +- pandora_console/operation/gis_maps/gis_map.php | 2 +- pandora_console/operation/gis_maps/public_console.php | 2 +- pandora_console/operation/gis_maps/render_view.php | 2 +- pandora_console/operation/heatmap.php | 2 +- .../operation/incidents/configure_integriaims_incident.php | 2 +- .../incidents/dashboard_detail_integriaims_incident.php | 2 +- pandora_console/operation/incidents/incident_statistics.php | 2 +- .../operation/incidents/integriaims_export_csv.php | 2 +- .../operation/incidents/list_integriaims_incidents.php | 2 +- pandora_console/operation/inventory/inventory.php | 2 +- pandora_console/operation/menu.php | 2 +- pandora_console/operation/messages/message_edit.php | 2 +- pandora_console/operation/messages/message_list.php | 2 +- pandora_console/operation/netflow/netflow_explorer.php | 2 +- pandora_console/operation/netflow/nf_live_view.php | 2 +- pandora_console/operation/network/network_report.php | 2 +- pandora_console/operation/network/network_usage_map.php | 2 +- pandora_console/operation/reporting/custom_reporting.php | 2 +- pandora_console/operation/reporting/graph_viewer.php | 2 +- pandora_console/operation/reporting/reporting_viewer.php | 2 +- pandora_console/operation/reporting/reporting_xml.php | 2 +- pandora_console/operation/search_agents.getdata.php | 2 +- pandora_console/operation/search_agents.php | 2 +- pandora_console/operation/search_alerts.getdata.php | 2 +- pandora_console/operation/search_alerts.php | 2 +- pandora_console/operation/search_graphs.getdata.php | 2 +- pandora_console/operation/search_graphs.php | 2 +- pandora_console/operation/search_helps.getdata.php | 2 +- pandora_console/operation/search_helps.php | 2 +- pandora_console/operation/search_main.php | 2 +- pandora_console/operation/search_maps.getdata.php | 2 +- pandora_console/operation/search_maps.php | 2 +- pandora_console/operation/search_modules.getdata.php | 2 +- pandora_console/operation/search_modules.php | 2 +- pandora_console/operation/search_policies.getdata.php | 2 +- pandora_console/operation/search_policies.php | 2 +- pandora_console/operation/search_reports.getdata.php | 2 +- pandora_console/operation/search_reports.php | 2 +- pandora_console/operation/search_results.php | 2 +- pandora_console/operation/search_users.getdata.php | 2 +- pandora_console/operation/search_users.php | 2 +- pandora_console/operation/snmpconsole/snmp_browser.php | 2 +- pandora_console/operation/snmpconsole/snmp_mib_uploader.php | 2 +- pandora_console/operation/snmpconsole/snmp_statistics.php | 2 +- pandora_console/operation/snmpconsole/snmp_view.php | 2 +- pandora_console/operation/tree.php | 2 +- pandora_console/operation/users/user_edit.php | 2 +- pandora_console/operation/users/user_edit_header.php | 2 +- pandora_console/operation/users/user_edit_notifications.php | 2 +- .../operation/visual_console/legacy_public_view.php | 2 +- pandora_console/operation/visual_console/legacy_view.php | 2 +- pandora_console/operation/visual_console/public_console.php | 2 +- pandora_console/operation/visual_console/public_view.php | 2 +- pandora_console/operation/visual_console/render_view.php | 2 +- pandora_console/operation/visual_console/view.php | 2 +- pandora_console/tools/diagnostics.php | 2 +- pandora_console/update_manager_client/api.php | 2 +- .../update_manager_client/lib/UpdateManager/API/Server.php | 2 +- .../update_manager_client/lib/UpdateManager/Client.php | 2 +- .../update_manager_client/lib/UpdateManager/UI/Manager.php | 2 +- .../update_manager_client/lib/UpdateManager/UI/View.php | 2 +- pandora_console/update_manager_client/views/offline.php | 2 +- pandora_console/update_manager_client/views/online.php | 2 +- pandora_console/update_manager_client/views/register.php | 2 +- pandora_console/views/calendar/edit.php | 2 +- pandora_console/views/calendar/list.php | 2 +- pandora_console/views/calendar/special_days.php | 2 +- pandora_console/views/calendar/special_days_edit.php | 2 +- pandora_console/views/cluster/edit.php | 2 +- pandora_console/views/cluster/list.php | 2 +- pandora_console/views/cluster/view.php | 2 +- pandora_console/views/consoles/list.php | 2 +- pandora_console/views/dashboard/cell.php | 2 +- pandora_console/views/dashboard/configurationWidgets.php | 2 +- pandora_console/views/dashboard/formDashboard.php | 2 +- pandora_console/views/dashboard/formSlides.php | 2 +- pandora_console/views/dashboard/header.php | 2 +- pandora_console/views/dashboard/jsLayout.php | 2 +- pandora_console/views/dashboard/layout.php | 2 +- pandora_console/views/dashboard/list.php | 2 +- pandora_console/views/dashboard/listWidgets.php | 2 +- pandora_console/views/dashboard/slides.php | 2 +- pandora_console/views/dashboard/slidesWidget.php | 2 +- pandora_console/views/dashboard/tipsWindow.php | 2 +- pandora_console/views/dashboard/widget.php | 2 +- pandora_console/ws.php | 2 +- .../intel_dcm/extensions/intel_dcm/intel_dcm_lib.php | 2 +- .../intel_dcm/extensions/intel_dcm_agent_management.php | 2 +- pandora_plugins/intel_dcm/extensions/intel_dcm_agent_view.php | 2 +- pandora_plugins/intel_dcm/extensions/intel_dcm_setup.php | 2 +- 605 files changed, 606 insertions(+), 606 deletions(-) diff --git a/pandora_console/ajax.php b/pandora_console/ajax.php index 67ce4e382b..7ea33a1132 100644 --- a/pandora_console/ajax.php +++ b/pandora_console/ajax.php @@ -14,7 +14,7 @@ * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ - * Copyright (c) 2005-2021 Artica Soluciones Tecnologicas + * Copyright (c) 2005-2023 Pandora FMS * Please see http://pandorafms.org for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/pandora_console/extensions/agents_alerts.php b/pandora_console/extensions/agents_alerts.php index d7101d7e9e..78d3a0a58b 100755 --- a/pandora_console/extensions/agents_alerts.php +++ b/pandora_console/extensions/agents_alerts.php @@ -14,7 +14,7 @@ * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ - * Copyright (c) 2005-2021 Artica Soluciones Tecnologicas + * Copyright (c) 2005-2023 Pandora FMS * Please see http://pandorafms.org for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/pandora_console/extensions/agents_modules.php b/pandora_console/extensions/agents_modules.php index 4c590f0928..192e7f15c9 100644 --- a/pandora_console/extensions/agents_modules.php +++ b/pandora_console/extensions/agents_modules.php @@ -14,7 +14,7 @@ * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ - * Copyright (c) 2005-2021 Artica Soluciones Tecnologicas + * Copyright (c) 2005-2023 Pandora FMS * Please see http://pandorafms.org for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/pandora_console/extensions/api_checker.php b/pandora_console/extensions/api_checker.php index 9b08815349..f3bb719f7a 100755 --- a/pandora_console/extensions/api_checker.php +++ b/pandora_console/extensions/api_checker.php @@ -14,7 +14,7 @@ * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ - * Copyright (c) 2005-2022 Artica Soluciones Tecnologicas + * Copyright (c) 2005-2023 Pandora FMS * Please see http://pandorafms.org for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/pandora_console/extensions/db_status.php b/pandora_console/extensions/db_status.php index 25965efb0c..85ed5476a2 100755 --- a/pandora_console/extensions/db_status.php +++ b/pandora_console/extensions/db_status.php @@ -2,7 +2,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== -// Copyright (c) 2005-2021 Artica Soluciones Tecnologicas +// Copyright (c) 2005-2023 Pandora FMS // Please see http://pandorafms.org for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/pandora_console/extensions/dbmanager.php b/pandora_console/extensions/dbmanager.php index 1ec40b79f1..6c785f9d65 100644 --- a/pandora_console/extensions/dbmanager.php +++ b/pandora_console/extensions/dbmanager.php @@ -2,7 +2,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== -// Copyright (c) 2005-2021 Artica Soluciones Tecnologicas +// Copyright (c) 2005-2023 Pandora FMS // Please see http://pandorafms.org for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/pandora_console/extensions/disabled/matrix_events.php b/pandora_console/extensions/disabled/matrix_events.php index e695e81bcf..3514a21855 100644 --- a/pandora_console/extensions/disabled/matrix_events.php +++ b/pandora_console/extensions/disabled/matrix_events.php @@ -2,7 +2,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== -// Copyright (c) 2005-2021 Artica Soluciones Tecnologicas +// Copyright (c) 2005-2023 Pandora FMS // Please see http://pandorafms.org for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/pandora_console/extensions/extension_uploader.php b/pandora_console/extensions/extension_uploader.php index d989a3661b..e1aba5b0fd 100644 --- a/pandora_console/extensions/extension_uploader.php +++ b/pandora_console/extensions/extension_uploader.php @@ -2,7 +2,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== -// Copyright (c) 2005-2021 Artica Soluciones Tecnologicas +// Copyright (c) 2005-2023 Pandora FMS // Please see http://pandorafms.org for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/pandora_console/extensions/files_repo.php b/pandora_console/extensions/files_repo.php index 26e21750bb..8b31b20a16 100644 --- a/pandora_console/extensions/files_repo.php +++ b/pandora_console/extensions/files_repo.php @@ -2,7 +2,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== -// Copyright (c) 2005-2021 Artica Soluciones Tecnologicas +// Copyright (c) 2005-2023 Pandora FMS // Please see http://pandorafms.org for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/pandora_console/extensions/files_repo/files_repo_form.php b/pandora_console/extensions/files_repo/files_repo_form.php index d96357e87b..265c1a711d 100644 --- a/pandora_console/extensions/files_repo/files_repo_form.php +++ b/pandora_console/extensions/files_repo/files_repo_form.php @@ -2,7 +2,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== -// Copyright (c) 2005-2021 Artica Soluciones Tecnologicas +// Copyright (c) 2005-2023 Pandora FMS // Please see http://pandorafms.org for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/pandora_console/extensions/files_repo/files_repo_get_file.php b/pandora_console/extensions/files_repo/files_repo_get_file.php index 691581e6a8..778958ae0b 100644 --- a/pandora_console/extensions/files_repo/files_repo_get_file.php +++ b/pandora_console/extensions/files_repo/files_repo_get_file.php @@ -2,7 +2,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== -// Copyright (c) 2005-2021 Artica Soluciones Tecnologicas +// Copyright (c) 2005-2023 Pandora FMS // Please see http://pandorafms.org for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public License diff --git a/pandora_console/extensions/files_repo/files_repo_list.php b/pandora_console/extensions/files_repo/files_repo_list.php index 2cb464eec3..ab01d0d551 100644 --- a/pandora_console/extensions/files_repo/files_repo_list.php +++ b/pandora_console/extensions/files_repo/files_repo_list.php @@ -2,7 +2,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== -// Copyright (c) 2005-2021 Artica Soluciones Tecnologicas +// Copyright (c) 2005-2023 Pandora FMS // Please see http://pandorafms.org for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/pandora_console/extensions/files_repo/functions_files_repo.php b/pandora_console/extensions/files_repo/functions_files_repo.php index af70c41874..5b91b68642 100644 --- a/pandora_console/extensions/files_repo/functions_files_repo.php +++ b/pandora_console/extensions/files_repo/functions_files_repo.php @@ -2,7 +2,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== -// Copyright (c) 2005-2021 Artica Soluciones Tecnologicas +// Copyright (c) 2005-2023 Pandora FMS // Please see http://pandorafms.org for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/pandora_console/extensions/insert_data.php b/pandora_console/extensions/insert_data.php index 3ccf1af688..2ae2fa3013 100644 --- a/pandora_console/extensions/insert_data.php +++ b/pandora_console/extensions/insert_data.php @@ -14,7 +14,7 @@ * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ - * Copyright (c) 2005-2023 Artica Soluciones Tecnologicas + * Copyright (c) 2005-2023 Pandora FMS * Please see http://pandorafms.org for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/pandora_console/extensions/matrix_events/ajax.php b/pandora_console/extensions/matrix_events/ajax.php index 3931770309..a34d913abe 100644 --- a/pandora_console/extensions/matrix_events/ajax.php +++ b/pandora_console/extensions/matrix_events/ajax.php @@ -2,7 +2,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== -// Copyright (c) 2005-2021 Artica Soluciones Tecnologicas +// Copyright (c) 2005-2023 Pandora FMS // Please see http://pandorafms.org for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/pandora_console/extensions/module_groups.php b/pandora_console/extensions/module_groups.php index 6d7ac7e4f6..6fcf5fb87d 100644 --- a/pandora_console/extensions/module_groups.php +++ b/pandora_console/extensions/module_groups.php @@ -14,7 +14,7 @@ * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ - * Copyright (c) 2005-2021 Artica Soluciones Tecnologicas + * Copyright (c) 2005-2023 Pandora FMS * Please see http://pandorafms.org for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/pandora_console/extensions/pandora_logs.php b/pandora_console/extensions/pandora_logs.php index 28dcaa0814..956bc7c1e6 100644 --- a/pandora_console/extensions/pandora_logs.php +++ b/pandora_console/extensions/pandora_logs.php @@ -2,7 +2,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== -// Copyright (c) 2005-2021 Artica Soluciones Tecnologicas +// Copyright (c) 2005-2023 Pandora FMS // Please see http://pandorafms.org for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/pandora_console/extensions/quick_shell.php b/pandora_console/extensions/quick_shell.php index 21e41cb63a..895290090e 100644 --- a/pandora_console/extensions/quick_shell.php +++ b/pandora_console/extensions/quick_shell.php @@ -14,7 +14,7 @@ * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ - * Copyright (c) 2005-2021 Artica Soluciones Tecnologicas + * Copyright (c) 2005-2023 Pandora FMS * Please see http://pandorafms.org for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/pandora_console/extensions/realtime_graphs.php b/pandora_console/extensions/realtime_graphs.php index 14ae13c04b..9285a8f4c7 100644 --- a/pandora_console/extensions/realtime_graphs.php +++ b/pandora_console/extensions/realtime_graphs.php @@ -14,7 +14,7 @@ * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ - * Copyright (c) 2005-2021 Artica Soluciones Tecnologicas + * Copyright (c) 2005-2023 Pandora FMS * Please see http://pandorafms.org for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/pandora_console/extensions/realtime_graphs/ajax.php b/pandora_console/extensions/realtime_graphs/ajax.php index 28cdfb1610..3f911b3371 100644 --- a/pandora_console/extensions/realtime_graphs/ajax.php +++ b/pandora_console/extensions/realtime_graphs/ajax.php @@ -2,7 +2,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== -// Copyright (c) 2005-2021 Artica Soluciones Tecnologicas +// Copyright (c) 2005-2023 Pandora FMS // Please see http://pandorafms.org for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/pandora_console/extensions/resource_exportation.php b/pandora_console/extensions/resource_exportation.php index 77c4024628..16dca058b1 100755 --- a/pandora_console/extensions/resource_exportation.php +++ b/pandora_console/extensions/resource_exportation.php @@ -14,7 +14,7 @@ * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ - * Copyright (c) 2005-2023 Artica Soluciones Tecnologicas + * Copyright (c) 2005-2023 Pandora FMS * Please see http://pandorafms.org for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/pandora_console/extensions/resource_registration.php b/pandora_console/extensions/resource_registration.php index d76814e886..589d74413d 100755 --- a/pandora_console/extensions/resource_registration.php +++ b/pandora_console/extensions/resource_registration.php @@ -15,7 +15,7 @@ * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ - * Copyright (c) 2005-2023 Artica Soluciones Tecnologicas + * Copyright (c) 2005-2023 Pandora FMS * Please see http://pandorafms.org for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/pandora_console/extensions/users_connected.php b/pandora_console/extensions/users_connected.php index ad6282c598..e673a19477 100644 --- a/pandora_console/extensions/users_connected.php +++ b/pandora_console/extensions/users_connected.php @@ -15,7 +15,7 @@ * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ - * Copyright (c) 2005-2023 Artica Soluciones Tecnologicas + * Copyright (c) 2005-2023 Pandora FMS * Please see http://pandorafms.org for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/pandora_console/general/error_screen.php b/pandora_console/general/error_screen.php index bbeaf84e0a..90a8ac4060 100644 --- a/pandora_console/general/error_screen.php +++ b/pandora_console/general/error_screen.php @@ -2,7 +2,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== -// Copyright (c) 2005-2021 Artica Soluciones Tecnologicas +// Copyright (c) 2005-2023 Pandora FMS // Please see http://pandorafms.org for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/pandora_console/general/first_task/HA_cluster_builder.php b/pandora_console/general/first_task/HA_cluster_builder.php index e475dfdf1a..6e94d1495f 100644 --- a/pandora_console/general/first_task/HA_cluster_builder.php +++ b/pandora_console/general/first_task/HA_cluster_builder.php @@ -14,7 +14,7 @@ * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ - * Copyright (c) 2007-2021 Artica Soluciones Tecnologicas, http://www.artica.es + * Copyright (c) 2007-2023 Pandora FMS, http://www.artica.es * This code is NOT free software. This code is NOT licenced under GPL2 licence * You cannnot redistribute it without written permission of copyright holder. * ============================================================================ diff --git a/pandora_console/general/first_task/cluster_builder.php b/pandora_console/general/first_task/cluster_builder.php index fe14491322..8bb8fd78f1 100644 --- a/pandora_console/general/first_task/cluster_builder.php +++ b/pandora_console/general/first_task/cluster_builder.php @@ -2,7 +2,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== -// Copyright (c) 2005-2021 Artica Soluciones Tecnologicas +// Copyright (c) 2005-2023 Pandora FMS // Please see http://pandorafms.org for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/pandora_console/general/first_task/collections.php b/pandora_console/general/first_task/collections.php index 8e775afbea..ffc5d14b60 100755 --- a/pandora_console/general/first_task/collections.php +++ b/pandora_console/general/first_task/collections.php @@ -2,7 +2,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== -// Copyright (c) 2005-2021 Artica Soluciones Tecnologicas +// Copyright (c) 2005-2023 Pandora FMS // Please see http://pandorafms.org for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/pandora_console/general/first_task/custom_fields.php b/pandora_console/general/first_task/custom_fields.php index 11f9f30c2d..7841e50043 100644 --- a/pandora_console/general/first_task/custom_fields.php +++ b/pandora_console/general/first_task/custom_fields.php @@ -14,7 +14,7 @@ * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ - * Copyright (c) 2005-2022 Artica Soluciones Tecnologicas + * Copyright (c) 2005-2023 Pandora FMS * Please see http://pandorafms.org for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/pandora_console/general/first_task/custom_graphs.php b/pandora_console/general/first_task/custom_graphs.php index 96f4c1262b..0ede557f4e 100644 --- a/pandora_console/general/first_task/custom_graphs.php +++ b/pandora_console/general/first_task/custom_graphs.php @@ -2,7 +2,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== -// Copyright (c) 2005-2021 Artica Soluciones Tecnologicas +// Copyright (c) 2005-2023 Pandora FMS // Please see http://pandorafms.org for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/pandora_console/general/first_task/fields_manager.php b/pandora_console/general/first_task/fields_manager.php index 948f94faa7..460e1b0930 100755 --- a/pandora_console/general/first_task/fields_manager.php +++ b/pandora_console/general/first_task/fields_manager.php @@ -2,7 +2,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== -// Copyright (c) 2005-2021 Artica Soluciones Tecnologicas +// Copyright (c) 2005-2023 Pandora FMS // Please see http://pandorafms.org for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/pandora_console/general/first_task/incidents.php b/pandora_console/general/first_task/incidents.php index 923ab59300..6d95ee50bb 100644 --- a/pandora_console/general/first_task/incidents.php +++ b/pandora_console/general/first_task/incidents.php @@ -2,7 +2,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== -// Copyright (c) 2005-2021 Artica Soluciones Tecnologicas +// Copyright (c) 2005-2023 Pandora FMS // Please see http://pandorafms.org for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/pandora_console/general/first_task/map_builder.php b/pandora_console/general/first_task/map_builder.php index 6091b45d61..898631947e 100755 --- a/pandora_console/general/first_task/map_builder.php +++ b/pandora_console/general/first_task/map_builder.php @@ -14,7 +14,7 @@ * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ - * Copyright (c) 2007-2023 Artica Soluciones Tecnologicas + * Copyright (c) 2007-2023 Pandora FMS * Please see http://pandorafms.org for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/pandora_console/general/first_task/network_map.php b/pandora_console/general/first_task/network_map.php index fe39390c6c..b477d75ece 100755 --- a/pandora_console/general/first_task/network_map.php +++ b/pandora_console/general/first_task/network_map.php @@ -2,7 +2,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== -// Copyright (c) 2005-2021 Artica Soluciones Tecnologicas +// Copyright (c) 2005-2023 Pandora FMS // Please see http://pandorafms.org for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/pandora_console/general/first_task/omnishell.php b/pandora_console/general/first_task/omnishell.php index b8c6accea0..c180d9ff53 100644 --- a/pandora_console/general/first_task/omnishell.php +++ b/pandora_console/general/first_task/omnishell.php @@ -14,7 +14,7 @@ * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ - * Copyright (c) 2007-2021 Artica Soluciones Tecnologicas, http://www.artica.es + * Copyright (c) 2007-2023 Pandora FMS, http://www.artica.es * This code is NOT free software. This code is NOT licenced under GPL2 licence * You cannnot redistribute it without written permission of copyright holder. * ============================================================================ diff --git a/pandora_console/general/first_task/planned_downtime.php b/pandora_console/general/first_task/planned_downtime.php index a88a3e0fc3..4b379f643f 100644 --- a/pandora_console/general/first_task/planned_downtime.php +++ b/pandora_console/general/first_task/planned_downtime.php @@ -14,7 +14,7 @@ * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ - * Copyright (c) 2005-2022 Artica Soluciones Tecnologicas + * Copyright (c) 2005-2023 Pandora FMS * Please see http://pandorafms.org for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/pandora_console/general/first_task/recon_view.php b/pandora_console/general/first_task/recon_view.php index 527a939649..94d57285bd 100755 --- a/pandora_console/general/first_task/recon_view.php +++ b/pandora_console/general/first_task/recon_view.php @@ -2,7 +2,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== -// Copyright (c) 2005-2021 Artica Soluciones Tecnologicas +// Copyright (c) 2005-2023 Pandora FMS // Please see http://pandorafms.org for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/pandora_console/general/first_task/service_list.php b/pandora_console/general/first_task/service_list.php index dae4eedb08..818f91d3a2 100755 --- a/pandora_console/general/first_task/service_list.php +++ b/pandora_console/general/first_task/service_list.php @@ -14,7 +14,7 @@ * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ - * Copyright (c) 2007-2023 Artica Soluciones Tecnologicas + * Copyright (c) 2007-2023 Pandora FMS * Please see http://pandorafms.org for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/pandora_console/general/first_task/snmp_filters.php b/pandora_console/general/first_task/snmp_filters.php index fad9801f28..39aeabf96a 100755 --- a/pandora_console/general/first_task/snmp_filters.php +++ b/pandora_console/general/first_task/snmp_filters.php @@ -2,7 +2,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== -// Copyright (c) 2005-2021 Artica Soluciones Tecnologicas +// Copyright (c) 2005-2023 Pandora FMS // Please see http://pandorafms.org for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/pandora_console/general/first_task/tags.php b/pandora_console/general/first_task/tags.php index 0baa6b37f2..791fd8be95 100755 --- a/pandora_console/general/first_task/tags.php +++ b/pandora_console/general/first_task/tags.php @@ -2,7 +2,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== -// Copyright (c) 2005-2021 Artica Soluciones Tecnologicas +// Copyright (c) 2005-2023 Pandora FMS // Please see http://pandorafms.org for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/pandora_console/general/footer.php b/pandora_console/general/footer.php index 2236c38294..7d36610a6c 100644 --- a/pandora_console/general/footer.php +++ b/pandora_console/general/footer.php @@ -3,7 +3,7 @@ /** * Pandora FMS - http://pandorafms.com * ================================================== - * Copyright (c) 2005-2021 Artica Soluciones Tecnologicas + * Copyright (c) 2005-2023 Pandora FMS * Please see http://pandorafms.org for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/pandora_console/general/header.php b/pandora_console/general/header.php index b0cbc0cec5..b33d5b5b28 100644 --- a/pandora_console/general/header.php +++ b/pandora_console/general/header.php @@ -2,7 +2,7 @@ /** * Pandora FMS - http://pandorafms.com * ================================================== - * Copyright (c) 2005-2021 Artica Soluciones Tecnologicas + * Copyright (c) 2005-2023 Pandora FMS * Please see http://pandorafms.org for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/pandora_console/general/help_feedback.php b/pandora_console/general/help_feedback.php index 97d161ea61..80f689c60e 100644 --- a/pandora_console/general/help_feedback.php +++ b/pandora_console/general/help_feedback.php @@ -14,7 +14,7 @@ * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ - * Copyright (c) 2005-2021 Artica Soluciones Tecnologicas + * Copyright (c) 2005-2023 Pandora FMS * Please see http://pandorafms.org for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/pandora_console/general/last_message.php b/pandora_console/general/last_message.php index 862d3f8076..be84129df6 100644 --- a/pandora_console/general/last_message.php +++ b/pandora_console/general/last_message.php @@ -2,7 +2,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== -// Copyright (c) 2005-2021 Artica Soluciones Tecnologicas +// Copyright (c) 2005-2023 Pandora FMS // Please see http://pandorafms.org for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/pandora_console/general/links_menu.php b/pandora_console/general/links_menu.php index d890c598f4..61fc25dd1f 100644 --- a/pandora_console/general/links_menu.php +++ b/pandora_console/general/links_menu.php @@ -2,7 +2,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== -// Copyright (c) 2005-2021 Artica Soluciones Tecnologicas +// Copyright (c) 2005-2023 Pandora FMS // Please see http://pandorafms.org for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/pandora_console/general/login_help_dialog.php b/pandora_console/general/login_help_dialog.php index f41f7df213..982993a982 100644 --- a/pandora_console/general/login_help_dialog.php +++ b/pandora_console/general/login_help_dialog.php @@ -2,7 +2,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== -// Copyright (c) 2005-2021 Artica Soluciones Tecnologicas +// Copyright (c) 2005-2023 Pandora FMS // Please see http://pandorafms.org for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/pandora_console/general/login_page.php b/pandora_console/general/login_page.php index 1081952031..9759fac943 100755 --- a/pandora_console/general/login_page.php +++ b/pandora_console/general/login_page.php @@ -2,7 +2,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== -// Copyright (c) 2005-2021 Artica Soluciones Tecnologicas +// Copyright (c) 2005-2023 Pandora FMS // Please see http://pandorafms.org for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/pandora_console/general/logoff.php b/pandora_console/general/logoff.php index a7b82cbe9a..2e68765bc7 100644 --- a/pandora_console/general/logoff.php +++ b/pandora_console/general/logoff.php @@ -2,7 +2,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== -// Copyright (c) 2005-2021 Artica Soluciones Tecnologicas +// Copyright (c) 2005-2023 Pandora FMS // Please see http://pandorafms.org for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/pandora_console/general/logon_failed.php b/pandora_console/general/logon_failed.php index 541ae7ea87..9d9905a97c 100644 --- a/pandora_console/general/logon_failed.php +++ b/pandora_console/general/logon_failed.php @@ -2,7 +2,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== -// Copyright (c) 2005-2021 Artica Soluciones Tecnologicas +// Copyright (c) 2005-2023 Pandora FMS // Please see http://pandorafms.org for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/pandora_console/general/logon_ok.php b/pandora_console/general/logon_ok.php index 9ba59c0820..8747ddd1cf 100644 --- a/pandora_console/general/logon_ok.php +++ b/pandora_console/general/logon_ok.php @@ -14,7 +14,7 @@ * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ - * Copyright (c) 2005-2021 Artica Soluciones Tecnologicas + * Copyright (c) 2005-2023 Pandora FMS * Please see http://pandorafms.org for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/pandora_console/general/main_menu.php b/pandora_console/general/main_menu.php index 800324b076..87cf4b587f 100644 --- a/pandora_console/general/main_menu.php +++ b/pandora_console/general/main_menu.php @@ -15,7 +15,7 @@ * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ - * Copyright (c) 2005-2023 Artica Soluciones Tecnologicas + * Copyright (c) 2005-2023 Pandora FMS * Please see http://pandorafms.org for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/pandora_console/general/maintenance.php b/pandora_console/general/maintenance.php index 934c6df7cc..03cefc6c62 100644 --- a/pandora_console/general/maintenance.php +++ b/pandora_console/general/maintenance.php @@ -14,7 +14,7 @@ * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ - * Copyright (c) 2005-2021 Artica Soluciones Tecnologicas + * Copyright (c) 2005-2023 Pandora FMS * Please see http://pandorafms.org for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/pandora_console/general/news_dialog.php b/pandora_console/general/news_dialog.php index f44eb97faa..a56bcd7732 100644 --- a/pandora_console/general/news_dialog.php +++ b/pandora_console/general/news_dialog.php @@ -2,7 +2,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== -// Copyright (c) 2005-2021 Artica Soluciones Tecnologicas +// Copyright (c) 2005-2023 Pandora FMS // Please see http://pandorafms.org for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/pandora_console/general/noaccess2.php b/pandora_console/general/noaccess2.php index 062d95d649..b071915bd7 100644 --- a/pandora_console/general/noaccess2.php +++ b/pandora_console/general/noaccess2.php @@ -2,7 +2,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== -// Copyright (c) 2005-2021 Artica Soluciones Tecnologicas +// Copyright (c) 2005-2023 Pandora FMS // Please see http://pandorafms.org for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/pandora_console/general/node_deactivated.php b/pandora_console/general/node_deactivated.php index c6001abbc4..a9e184dd80 100644 --- a/pandora_console/general/node_deactivated.php +++ b/pandora_console/general/node_deactivated.php @@ -14,7 +14,7 @@ * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ - * Copyright (c) 2005-2021 Artica Soluciones Tecnologicas + * Copyright (c) 2005-2023 Pandora FMS * Please see http://pandorafms.org for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/pandora_console/general/pandora_help.php b/pandora_console/general/pandora_help.php index e9dc0e0398..698bc49fa5 100644 --- a/pandora_console/general/pandora_help.php +++ b/pandora_console/general/pandora_help.php @@ -2,7 +2,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== -// Copyright (c) 2005-2021 Artica Soluciones Tecnologicas +// Copyright (c) 2005-2023 Pandora FMS // Please see http://pandorafms.org for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/pandora_console/general/php_message.php b/pandora_console/general/php_message.php index 87d2d47a8e..a05ea6399f 100644 --- a/pandora_console/general/php_message.php +++ b/pandora_console/general/php_message.php @@ -2,7 +2,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== -// Copyright (c) 2005-2021 Artica Soluciones Tecnologicas +// Copyright (c) 2005-2023 Pandora FMS // Please see http://pandorafms.org for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/pandora_console/general/register.php b/pandora_console/general/register.php index ed646f52f3..bfbc218b82 100644 --- a/pandora_console/general/register.php +++ b/pandora_console/general/register.php @@ -14,7 +14,7 @@ * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ - * Copyright (c) 2005-2021 Artica Soluciones Tecnologicas + * Copyright (c) 2005-2023 Pandora FMS * Please see http://pandorafms.org for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/pandora_console/general/reporting_console_node.php b/pandora_console/general/reporting_console_node.php index d566f14599..882713eb5a 100644 --- a/pandora_console/general/reporting_console_node.php +++ b/pandora_console/general/reporting_console_node.php @@ -14,7 +14,7 @@ * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ - * Copyright (c) 2005-2022 Artica Soluciones Tecnologicas + * Copyright (c) 2005-2023 Pandora FMS * Please see http://pandorafms.org for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/pandora_console/general/sap_view.php b/pandora_console/general/sap_view.php index 1adb826e59..8c2a272dc4 100644 --- a/pandora_console/general/sap_view.php +++ b/pandora_console/general/sap_view.php @@ -14,7 +14,7 @@ * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ - * Copyright (c) 2005-2021 Artica Soluciones Tecnologicas + * Copyright (c) 2005-2023 Pandora FMS * Please see http://pandorafms.org for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/pandora_console/general/ui/agents_list.php b/pandora_console/general/ui/agents_list.php index deaafe1bc8..a0519b8a7c 100644 --- a/pandora_console/general/ui/agents_list.php +++ b/pandora_console/general/ui/agents_list.php @@ -2,7 +2,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== -// Copyright (c) 2005-2021 Artica Soluciones Tecnologicas +// Copyright (c) 2005-2023 Pandora FMS // Please see http://pandorafms.org for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/pandora_console/godmode/agentes/agent_conf_gis.php b/pandora_console/godmode/agentes/agent_conf_gis.php index 460f977b9e..badbe0a81f 100644 --- a/pandora_console/godmode/agentes/agent_conf_gis.php +++ b/pandora_console/godmode/agentes/agent_conf_gis.php @@ -2,7 +2,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== -// Copyright (c) 2005-2021 Artica Soluciones Tecnologicas +// Copyright (c) 2005-2023 Pandora FMS // Please see http://pandorafms.org for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/pandora_console/godmode/agentes/agent_deploy.php b/pandora_console/godmode/agentes/agent_deploy.php index f0ce5b3cfa..6189a1a00e 100644 --- a/pandora_console/godmode/agentes/agent_deploy.php +++ b/pandora_console/godmode/agentes/agent_deploy.php @@ -14,7 +14,7 @@ * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ - * Copyright (c) 2005-2021 Artica Soluciones Tecnologicas + * Copyright (c) 2005-2023 Pandora FMS * Please see http://pandorafms.org for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/pandora_console/godmode/agentes/agent_incidents.php b/pandora_console/godmode/agentes/agent_incidents.php index e7e442e7e3..3a421d27c6 100644 --- a/pandora_console/godmode/agentes/agent_incidents.php +++ b/pandora_console/godmode/agentes/agent_incidents.php @@ -2,7 +2,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== -// Copyright (c) 2005-2021 Artica Soluciones Tecnologicas +// Copyright (c) 2005-2023 Pandora FMS // Please see http://pandorafms.org for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/pandora_console/godmode/agentes/agent_manager.php b/pandora_console/godmode/agentes/agent_manager.php index e2e9db7806..40d221eadb 100644 --- a/pandora_console/godmode/agentes/agent_manager.php +++ b/pandora_console/godmode/agentes/agent_manager.php @@ -14,7 +14,7 @@ * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ - * Copyright (c) 2005-2022 Artica Soluciones Tecnologicas + * Copyright (c) 2005-2023 Pandora FMS * Please see http://pandorafms.org for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/pandora_console/godmode/agentes/agent_template.php b/pandora_console/godmode/agentes/agent_template.php index 3e265ab8fc..881a7846a9 100644 --- a/pandora_console/godmode/agentes/agent_template.php +++ b/pandora_console/godmode/agentes/agent_template.php @@ -14,7 +14,7 @@ * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ - * Copyright (c) 2005-2023 Artica Soluciones Tecnologicas + * Copyright (c) 2005-2023 Pandora FMS * Please see http://pandorafms.org for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/pandora_console/godmode/agentes/agent_wizard.php b/pandora_console/godmode/agentes/agent_wizard.php index aaac092355..594c5928e7 100644 --- a/pandora_console/godmode/agentes/agent_wizard.php +++ b/pandora_console/godmode/agentes/agent_wizard.php @@ -14,7 +14,7 @@ * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ - * Copyright (c) 2005-2021 Artica Soluciones Tecnologicas + * Copyright (c) 2005-2023 Pandora FMS * Please see http://pandorafms.org for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/pandora_console/godmode/agentes/configurar_agente.php b/pandora_console/godmode/agentes/configurar_agente.php index c7378ab3a6..1d45da3b5e 100644 --- a/pandora_console/godmode/agentes/configurar_agente.php +++ b/pandora_console/godmode/agentes/configurar_agente.php @@ -14,7 +14,7 @@ * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ - * Copyright (c) 2005-2021 Artica Soluciones Tecnologicas + * Copyright (c) 2005-2023 Pandora FMS * Please see http://pandorafms.org for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/pandora_console/godmode/agentes/configure_field.php b/pandora_console/godmode/agentes/configure_field.php index 8a3a6b2f45..c7c74b655a 100755 --- a/pandora_console/godmode/agentes/configure_field.php +++ b/pandora_console/godmode/agentes/configure_field.php @@ -14,7 +14,7 @@ * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ - * Copyright (c) 2005-2023 Artica Soluciones Tecnologicas + * Copyright (c) 2005-2023 Pandora FMS * Please see http://pandorafms.org for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/pandora_console/godmode/agentes/fields_manager.php b/pandora_console/godmode/agentes/fields_manager.php index aed5bc69a3..a57379c8f2 100644 --- a/pandora_console/godmode/agentes/fields_manager.php +++ b/pandora_console/godmode/agentes/fields_manager.php @@ -14,7 +14,7 @@ * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ - * Copyright (c) 2005-2023 Artica Soluciones Tecnologicas + * Copyright (c) 2005-2023 Pandora FMS * Please see http://pandorafms.org for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/pandora_console/godmode/agentes/inventory_manager.php b/pandora_console/godmode/agentes/inventory_manager.php index adadc8dd50..9360970eef 100644 --- a/pandora_console/godmode/agentes/inventory_manager.php +++ b/pandora_console/godmode/agentes/inventory_manager.php @@ -5,7 +5,7 @@ // |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| // // ============================================================================ -// Copyright (c) 2007-2021 Artica Soluciones Tecnologicas, http://www.artica.es +// Copyright (c) 2007-2023 Pandora FMS, http://www.artica.es // This code is NOT free software. This code is NOT licenced under GPL2 licence // You cannnot redistribute it without written permission of copyright holder. // ============================================================================ diff --git a/pandora_console/godmode/agentes/modificar_agente.php b/pandora_console/godmode/agentes/modificar_agente.php index 0b27809299..bdc4cd0abc 100644 --- a/pandora_console/godmode/agentes/modificar_agente.php +++ b/pandora_console/godmode/agentes/modificar_agente.php @@ -14,7 +14,7 @@ * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ - * Copyright (c) 2005-2021 Artica Soluciones Tecnologicas + * Copyright (c) 2005-2023 Pandora FMS * Please see http://pandorafms.org for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/pandora_console/godmode/agentes/module_manager.php b/pandora_console/godmode/agentes/module_manager.php index 1c6126467f..ba7682d179 100644 --- a/pandora_console/godmode/agentes/module_manager.php +++ b/pandora_console/godmode/agentes/module_manager.php @@ -14,7 +14,7 @@ * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ - * Copyright (c) 2005-2021 Artica Soluciones Tecnologicas + * Copyright (c) 2005-2023 Pandora FMS * Please see http://pandorafms.org for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/pandora_console/godmode/agentes/module_manager_editor.php b/pandora_console/godmode/agentes/module_manager_editor.php index 97531e3b12..0148b18bab 100644 --- a/pandora_console/godmode/agentes/module_manager_editor.php +++ b/pandora_console/godmode/agentes/module_manager_editor.php @@ -15,7 +15,7 @@ * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ - * Copyright (c) 2005-2021 Artica Soluciones Tecnologicas + * Copyright (c) 2005-2023 Pandora FMS * Please see http://pandorafms.org for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/pandora_console/godmode/agentes/module_manager_editor_common.php b/pandora_console/godmode/agentes/module_manager_editor_common.php index 0ceeca6881..c73b618d73 100644 --- a/pandora_console/godmode/agentes/module_manager_editor_common.php +++ b/pandora_console/godmode/agentes/module_manager_editor_common.php @@ -14,7 +14,7 @@ * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ - * Copyright (c) 2005-2023 Artica Soluciones Tecnologicas + * Copyright (c) 2005-2023 Pandora FMS * Please see http://pandorafms.org for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/pandora_console/godmode/agentes/module_manager_editor_data.php b/pandora_console/godmode/agentes/module_manager_editor_data.php index 65bfb6c5ac..ad1a729805 100644 --- a/pandora_console/godmode/agentes/module_manager_editor_data.php +++ b/pandora_console/godmode/agentes/module_manager_editor_data.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== -// Copyright (c) 2005-2021 Artica Soluciones Tecnologicas +// Copyright (c) 2005-2023 Pandora FMS // Please see http://pandorafms.org for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/pandora_console/godmode/agentes/module_manager_editor_network.php b/pandora_console/godmode/agentes/module_manager_editor_network.php index 9c6142ee8d..7099d7aca3 100644 --- a/pandora_console/godmode/agentes/module_manager_editor_network.php +++ b/pandora_console/godmode/agentes/module_manager_editor_network.php @@ -14,7 +14,7 @@ * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ - * Copyright (c) 2005-2023 Artica Soluciones Tecnologicas + * Copyright (c) 2005-2023 Pandora FMS * Please see http://pandorafms.org for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/pandora_console/godmode/agentes/module_manager_editor_plugin.php b/pandora_console/godmode/agentes/module_manager_editor_plugin.php index 0ecf2a710b..71e83fec8e 100644 --- a/pandora_console/godmode/agentes/module_manager_editor_plugin.php +++ b/pandora_console/godmode/agentes/module_manager_editor_plugin.php @@ -2,7 +2,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== -// Copyright (c) 2005-2021 Artica Soluciones Tecnologicas +// Copyright (c) 2005-2023 Pandora FMS // Please see http://pandorafms.org for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/pandora_console/godmode/agentes/module_manager_editor_prediction.php b/pandora_console/godmode/agentes/module_manager_editor_prediction.php index 92f98c808b..a7b9687d61 100644 --- a/pandora_console/godmode/agentes/module_manager_editor_prediction.php +++ b/pandora_console/godmode/agentes/module_manager_editor_prediction.php @@ -14,7 +14,7 @@ * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ - * Copyright (c) 2005-2023 Artica Soluciones Tecnologicas + * Copyright (c) 2005-2023 Pandora FMS * Please see http://pandorafms.org for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/pandora_console/godmode/agentes/module_manager_editor_web.php b/pandora_console/godmode/agentes/module_manager_editor_web.php index 4e97ffaa57..31b74eff14 100644 --- a/pandora_console/godmode/agentes/module_manager_editor_web.php +++ b/pandora_console/godmode/agentes/module_manager_editor_web.php @@ -14,7 +14,7 @@ * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ - * Copyright (c) 2005-2023 Artica Soluciones Tecnologicas + * Copyright (c) 2005-2023 Pandora FMS * Please see http://pandorafms.org for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/pandora_console/godmode/agentes/module_manager_editor_wmi.php b/pandora_console/godmode/agentes/module_manager_editor_wmi.php index 5af47b915b..3f67487a0a 100644 --- a/pandora_console/godmode/agentes/module_manager_editor_wmi.php +++ b/pandora_console/godmode/agentes/module_manager_editor_wmi.php @@ -2,7 +2,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== -// Copyright (c) 2005-2021 Artica Soluciones Tecnologicas +// Copyright (c) 2005-2023 Pandora FMS // Please see http://pandorafms.org for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/pandora_console/godmode/agentes/pandora_networkmap_empty.editor.php b/pandora_console/godmode/agentes/pandora_networkmap_empty.editor.php index f2a8b8df64..8e2436093c 100644 --- a/pandora_console/godmode/agentes/pandora_networkmap_empty.editor.php +++ b/pandora_console/godmode/agentes/pandora_networkmap_empty.editor.php @@ -14,7 +14,7 @@ * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ - * Copyright (c) 2005-2021 Artica Soluciones Tecnologicas + * Copyright (c) 2005-2023 Pandora FMS * Please see http://pandorafms.org for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/pandora_console/godmode/agentes/planned_downtime.editor.php b/pandora_console/godmode/agentes/planned_downtime.editor.php index 2a991cac20..57ae67c8a5 100644 --- a/pandora_console/godmode/agentes/planned_downtime.editor.php +++ b/pandora_console/godmode/agentes/planned_downtime.editor.php @@ -15,7 +15,7 @@ * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ - * Copyright (c) 2005-2023 Artica Soluciones Tecnologicas + * Copyright (c) 2005-2023 Pandora FMS * Please see http://pandorafms.org for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/pandora_console/godmode/agentes/planned_downtime.export_csv.php b/pandora_console/godmode/agentes/planned_downtime.export_csv.php index e0331d7895..92c39e6356 100644 --- a/pandora_console/godmode/agentes/planned_downtime.export_csv.php +++ b/pandora_console/godmode/agentes/planned_downtime.export_csv.php @@ -2,7 +2,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== -// Copyright (c) 2005-2021 Artica Soluciones Tecnologicas +// Copyright (c) 2005-2023 Pandora FMS // Please see http://pandorafms.org for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/pandora_console/godmode/agentes/planned_downtime.list.php b/pandora_console/godmode/agentes/planned_downtime.list.php index da860c1bbc..1abffeb21d 100755 --- a/pandora_console/godmode/agentes/planned_downtime.list.php +++ b/pandora_console/godmode/agentes/planned_downtime.list.php @@ -14,7 +14,7 @@ * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ - * Copyright (c) 2005-2023 Artica Soluciones Tecnologicas + * Copyright (c) 2005-2023 Pandora FMS * Please see http://pandorafms.org for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/pandora_console/godmode/agentes/status_monitor_custom_fields.php b/pandora_console/godmode/agentes/status_monitor_custom_fields.php index 2dfb79185d..bffe9b2268 100644 --- a/pandora_console/godmode/agentes/status_monitor_custom_fields.php +++ b/pandora_console/godmode/agentes/status_monitor_custom_fields.php @@ -2,7 +2,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== -// Copyright (c) 2005-2021 Artica Soluciones Tecnologicas +// Copyright (c) 2005-2023 Pandora FMS // Please see http://pandorafms.org for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/pandora_console/godmode/alerts/alert_actions.php b/pandora_console/godmode/alerts/alert_actions.php index 98b8daa39e..855797e542 100644 --- a/pandora_console/godmode/alerts/alert_actions.php +++ b/pandora_console/godmode/alerts/alert_actions.php @@ -14,7 +14,7 @@ * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ - * Copyright (c) 2005-2021 Artica Soluciones Tecnologicas + * Copyright (c) 2005-2023 Pandora FMS * Please see http://pandorafms.org for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/pandora_console/godmode/alerts/alert_commands.php b/pandora_console/godmode/alerts/alert_commands.php index 271ae79784..b62e6f9671 100644 --- a/pandora_console/godmode/alerts/alert_commands.php +++ b/pandora_console/godmode/alerts/alert_commands.php @@ -2,7 +2,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== -// Copyright (c) 2005-2021 Artica Soluciones Tecnologicas +// Copyright (c) 2005-2023 Pandora FMS // Please see http://pandorafms.org for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/pandora_console/godmode/alerts/alert_list.builder.php b/pandora_console/godmode/alerts/alert_list.builder.php index ec0bfb3807..7402c75a13 100644 --- a/pandora_console/godmode/alerts/alert_list.builder.php +++ b/pandora_console/godmode/alerts/alert_list.builder.php @@ -2,7 +2,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== -// Copyright (c) 2005-2021 Artica Soluciones Tecnologicas +// Copyright (c) 2005-2023 Pandora FMS // Please see http://pandorafms.org for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/pandora_console/godmode/alerts/alert_list.php b/pandora_console/godmode/alerts/alert_list.php index ce42dd1675..c99e139ef5 100644 --- a/pandora_console/godmode/alerts/alert_list.php +++ b/pandora_console/godmode/alerts/alert_list.php @@ -2,7 +2,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== -// Copyright (c) 2005-2021 Artica Soluciones Tecnologicas +// Copyright (c) 2005-2023 Pandora FMS // Please see http://pandorafms.org for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/pandora_console/godmode/alerts/alert_special_days.php b/pandora_console/godmode/alerts/alert_special_days.php index 3a8957293b..c7e42d08d5 100644 --- a/pandora_console/godmode/alerts/alert_special_days.php +++ b/pandora_console/godmode/alerts/alert_special_days.php @@ -14,7 +14,7 @@ * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ - * Copyright (c) 2005-2021 Artica Soluciones Tecnologicas + * Copyright (c) 2005-2023 Pandora FMS * Please see http://pandorafms.org for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/pandora_console/godmode/alerts/alert_templates.php b/pandora_console/godmode/alerts/alert_templates.php index ba3bdeac1d..2205929c28 100644 --- a/pandora_console/godmode/alerts/alert_templates.php +++ b/pandora_console/godmode/alerts/alert_templates.php @@ -2,7 +2,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== -// Copyright (c) 2005-2021 Artica Soluciones Tecnologicas +// Copyright (c) 2005-2023 Pandora FMS // Please see http://pandorafms.org for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/pandora_console/godmode/alerts/alert_view.php b/pandora_console/godmode/alerts/alert_view.php index e8b906b220..461196d5a7 100644 --- a/pandora_console/godmode/alerts/alert_view.php +++ b/pandora_console/godmode/alerts/alert_view.php @@ -14,7 +14,7 @@ * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ - * Copyright (c) 2005-2022 Artica Soluciones Tecnologicas + * Copyright (c) 2005-2023 Pandora FMS * Please see http://pandorafms.org for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/pandora_console/godmode/alerts/configure_alert_action.php b/pandora_console/godmode/alerts/configure_alert_action.php index fb654828fe..09e0a9d9c6 100644 --- a/pandora_console/godmode/alerts/configure_alert_action.php +++ b/pandora_console/godmode/alerts/configure_alert_action.php @@ -2,7 +2,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== -// Copyright (c) 2005-2021 Artica Soluciones Tecnologicas +// Copyright (c) 2005-2023 Pandora FMS // Please see http://pandorafms.org for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/pandora_console/godmode/alerts/configure_alert_command.php b/pandora_console/godmode/alerts/configure_alert_command.php index 27ee616f0b..aa733f7721 100644 --- a/pandora_console/godmode/alerts/configure_alert_command.php +++ b/pandora_console/godmode/alerts/configure_alert_command.php @@ -16,7 +16,7 @@ * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ - * Copyright (c) 2005-2022 Artica Soluciones Tecnologicas + * Copyright (c) 2005-2023 Pandora FMS * Please see http://pandorafms.org for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/pandora_console/godmode/alerts/configure_alert_template.php b/pandora_console/godmode/alerts/configure_alert_template.php index a1abf2a218..ef02bd7a87 100644 --- a/pandora_console/godmode/alerts/configure_alert_template.php +++ b/pandora_console/godmode/alerts/configure_alert_template.php @@ -14,7 +14,7 @@ * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ - * Copyright (c) 2005-2022 Artica Soluciones Tecnologicas + * Copyright (c) 2005-2023 Pandora FMS * Please see http://pandorafms.org for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/pandora_console/godmode/audit_log.php b/pandora_console/godmode/audit_log.php index fbded7819e..9e6c2d01c4 100644 --- a/pandora_console/godmode/audit_log.php +++ b/pandora_console/godmode/audit_log.php @@ -14,7 +14,7 @@ * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ - * Copyright (c) 2005-2022 Artica Soluciones Tecnologicas + * Copyright (c) 2005-2023 Pandora FMS * Please see http://pandorafms.org for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/pandora_console/godmode/audit_log_csv.php b/pandora_console/godmode/audit_log_csv.php index 7c03d632df..af1c91ae75 100644 --- a/pandora_console/godmode/audit_log_csv.php +++ b/pandora_console/godmode/audit_log_csv.php @@ -5,7 +5,7 @@ // |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| // // ============================================================================ -// Copyright (c) 2007-2021 Artica Soluciones Tecnologicas, http://www.artica.es +// Copyright (c) 2007-2023 Pandora FMS, http://www.artica.es // This code is NOT free software. This code is NOT licenced under GPL2 licence // You cannnot redistribute it without written permission of copyright holder. // ============================================================================ diff --git a/pandora_console/godmode/category/category.php b/pandora_console/godmode/category/category.php index 935d2c1d5d..d027ca83e8 100755 --- a/pandora_console/godmode/category/category.php +++ b/pandora_console/godmode/category/category.php @@ -14,7 +14,7 @@ * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ - * Copyright (c) 2005-2023 Artica Soluciones Tecnologicas + * Copyright (c) 2005-2023 Pandora FMS * Please see http://pandorafms.org for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/pandora_console/godmode/category/edit_category.php b/pandora_console/godmode/category/edit_category.php index 5c30766006..2a83e6f9fb 100755 --- a/pandora_console/godmode/category/edit_category.php +++ b/pandora_console/godmode/category/edit_category.php @@ -14,7 +14,7 @@ * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ - * Copyright (c) 2005-2022 Artica Soluciones Tecnologicas + * Copyright (c) 2005-2023 Pandora FMS * Please see http://pandorafms.org for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/pandora_console/godmode/consoles/consoles.php b/pandora_console/godmode/consoles/consoles.php index 0158dfe14c..90d69ab062 100644 --- a/pandora_console/godmode/consoles/consoles.php +++ b/pandora_console/godmode/consoles/consoles.php @@ -14,7 +14,7 @@ * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ - * Copyright (c) 2005-2021 Artica Soluciones Tecnologicas + * Copyright (c) 2005-2023 Pandora FMS * Please see http://pandorafms.org for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/pandora_console/godmode/db/db_main.php b/pandora_console/godmode/db/db_main.php index 79a6c9eba7..7eab38f881 100644 --- a/pandora_console/godmode/db/db_main.php +++ b/pandora_console/godmode/db/db_main.php @@ -2,7 +2,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== -// Copyright (c) 2005-2021 Artica Soluciones Tecnologicas +// Copyright (c) 2005-2023 Pandora FMS // Please see http://pandorafms.org for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/pandora_console/godmode/events/configuration_sounds.php b/pandora_console/godmode/events/configuration_sounds.php index d4e9d77688..2333d1cc46 100644 --- a/pandora_console/godmode/events/configuration_sounds.php +++ b/pandora_console/godmode/events/configuration_sounds.php @@ -14,7 +14,7 @@ * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ - * Copyright (c) 2005-2022 Artica Soluciones Tecnologicas + * Copyright (c) 2005-2023 Pandora FMS * Please see http://pandorafms.org for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/pandora_console/godmode/events/custom_events.php b/pandora_console/godmode/events/custom_events.php index ea44daac5e..0ceda255c8 100644 --- a/pandora_console/godmode/events/custom_events.php +++ b/pandora_console/godmode/events/custom_events.php @@ -2,7 +2,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== -// Copyright (c) 2005-2021 Artica Soluciones Tecnologicas +// Copyright (c) 2005-2023 Pandora FMS // Please see http://pandorafms.org for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/pandora_console/godmode/events/event_edit_filter.php b/pandora_console/godmode/events/event_edit_filter.php index fbc60c42b0..7c0cda6467 100644 --- a/pandora_console/godmode/events/event_edit_filter.php +++ b/pandora_console/godmode/events/event_edit_filter.php @@ -2,7 +2,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== -// Copyright (c) 2005-2021 Artica Soluciones Tecnologicas +// Copyright (c) 2005-2023 Pandora FMS // Please see http://pandorafms.org for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/pandora_console/godmode/events/event_filter.php b/pandora_console/godmode/events/event_filter.php index 2bbbb18077..ab7fec958f 100644 --- a/pandora_console/godmode/events/event_filter.php +++ b/pandora_console/godmode/events/event_filter.php @@ -2,7 +2,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== -// Copyright (c) 2005-2021 Artica Soluciones Tecnologicas +// Copyright (c) 2005-2023 Pandora FMS // Please see http://pandorafms.org for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/pandora_console/godmode/events/event_responses.editor.php b/pandora_console/godmode/events/event_responses.editor.php index 863b1b4ebb..22d317e826 100644 --- a/pandora_console/godmode/events/event_responses.editor.php +++ b/pandora_console/godmode/events/event_responses.editor.php @@ -14,7 +14,7 @@ * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ - * Copyright (c) 2005-2023 Artica Soluciones Tecnologicas + * Copyright (c) 2005-2023 Pandora FMS * Please see http://pandorafms.org for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/pandora_console/godmode/events/event_responses.list.php b/pandora_console/godmode/events/event_responses.list.php index 7f8a9a87c4..147132093f 100644 --- a/pandora_console/godmode/events/event_responses.list.php +++ b/pandora_console/godmode/events/event_responses.list.php @@ -14,7 +14,7 @@ * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ - * Copyright (c) 2005-2023 Artica Soluciones Tecnologicas + * Copyright (c) 2005-2023 Pandora FMS * Please see http://pandorafms.org for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/pandora_console/godmode/events/event_responses.php b/pandora_console/godmode/events/event_responses.php index 7b92829395..b4fce32565 100644 --- a/pandora_console/godmode/events/event_responses.php +++ b/pandora_console/godmode/events/event_responses.php @@ -14,7 +14,7 @@ * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ - * Copyright (c) 2005-2023 Artica Soluciones Tecnologicas + * Copyright (c) 2005-2023 Pandora FMS * Please see http://pandorafms.org for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/pandora_console/godmode/events/events.php b/pandora_console/godmode/events/events.php index 59b8c9bb71..b2e4493b13 100644 --- a/pandora_console/godmode/events/events.php +++ b/pandora_console/godmode/events/events.php @@ -14,7 +14,7 @@ * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ - * Copyright (c) 2005-2023 Artica Soluciones Tecnologicas + * Copyright (c) 2005-2023 Pandora FMS * Please see http://pandorafms.org for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/pandora_console/godmode/extensions.php b/pandora_console/godmode/extensions.php index 69c5e59b8b..cdc8d30caf 100644 --- a/pandora_console/godmode/extensions.php +++ b/pandora_console/godmode/extensions.php @@ -2,7 +2,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== -// Copyright (c) 2005-2021 Artica Soluciones Tecnologicas +// Copyright (c) 2005-2023 Pandora FMS // Please see http://pandorafms.org for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/pandora_console/godmode/gis_maps/configure_gis_map.php b/pandora_console/godmode/gis_maps/configure_gis_map.php index 38b67a7c4e..35705591a6 100644 --- a/pandora_console/godmode/gis_maps/configure_gis_map.php +++ b/pandora_console/godmode/gis_maps/configure_gis_map.php @@ -1,7 +1,7 @@ Date: Thu, 8 Jun 2023 12:42:10 +0200 Subject: [PATCH 12/69] #11476 Fix ascci art --- pandora_console/ajax.php | 4 ++-- pandora_console/extensions/agents_alerts.php | 4 ++-- pandora_console/extensions/agents_modules.php | 4 ++-- pandora_console/extensions/api_checker.php | 4 ++-- pandora_console/extensions/insert_data.php | 4 ++-- pandora_console/extensions/module_groups.php | 4 ++-- pandora_console/extensions/quick_shell.php | 4 ++-- pandora_console/extensions/realtime_graphs.php | 4 ++-- pandora_console/extensions/resource_exportation.php | 4 ++-- pandora_console/extensions/resource_registration.php | 4 ++-- pandora_console/extensions/users_connected.php | 4 ++-- pandora_console/general/first_task/HA_cluster_builder.php | 4 ++-- pandora_console/general/first_task/custom_fields.php | 4 ++-- pandora_console/general/first_task/map_builder.php | 4 ++-- pandora_console/general/first_task/omnishell.php | 4 ++-- pandora_console/general/first_task/planned_downtime.php | 4 ++-- pandora_console/general/first_task/service_list.php | 4 ++-- pandora_console/general/help_feedback.php | 4 ++-- pandora_console/general/logon_ok.php | 4 ++-- pandora_console/general/main_menu.php | 4 ++-- pandora_console/general/maintenance.php | 4 ++-- pandora_console/general/node_deactivated.php | 4 ++-- pandora_console/general/register.php | 4 ++-- pandora_console/general/reporting_console_node.php | 4 ++-- pandora_console/general/sap_view.php | 4 ++-- pandora_console/godmode/agentes/agent_deploy.php | 4 ++-- pandora_console/godmode/agentes/agent_manager.php | 4 ++-- pandora_console/godmode/agentes/agent_template.php | 4 ++-- pandora_console/godmode/agentes/agent_wizard.php | 4 ++-- pandora_console/godmode/agentes/configurar_agente.php | 4 ++-- pandora_console/godmode/agentes/configure_field.php | 4 ++-- pandora_console/godmode/agentes/fields_manager.php | 4 ++-- pandora_console/godmode/agentes/modificar_agente.php | 4 ++-- pandora_console/godmode/agentes/module_manager.php | 4 ++-- pandora_console/godmode/agentes/module_manager_editor.php | 4 ++-- .../godmode/agentes/module_manager_editor_common.php | 4 ++-- .../godmode/agentes/module_manager_editor_network.php | 4 ++-- .../godmode/agentes/module_manager_editor_prediction.php | 4 ++-- pandora_console/godmode/agentes/module_manager_editor_web.php | 4 ++-- .../godmode/agentes/pandora_networkmap_empty.editor.php | 4 ++-- pandora_console/godmode/agentes/planned_downtime.editor.php | 4 ++-- pandora_console/godmode/agentes/planned_downtime.list.php | 4 ++-- pandora_console/godmode/alerts/alert_actions.php | 4 ++-- pandora_console/godmode/alerts/alert_list.list.php | 4 ++-- pandora_console/godmode/alerts/alert_special_days.php | 4 ++-- pandora_console/godmode/alerts/alert_view.php | 4 ++-- pandora_console/godmode/alerts/configure_alert_command.php | 4 ++-- pandora_console/godmode/alerts/configure_alert_template.php | 4 ++-- pandora_console/godmode/audit_log.php | 4 ++-- pandora_console/godmode/category/category.php | 4 ++-- pandora_console/godmode/category/edit_category.php | 4 ++-- pandora_console/godmode/consoles/consoles.php | 4 ++-- pandora_console/godmode/events/configuration_sounds.php | 4 ++-- pandora_console/godmode/events/event_responses.editor.php | 4 ++-- pandora_console/godmode/events/event_responses.list.php | 4 ++-- pandora_console/godmode/events/event_responses.php | 4 ++-- pandora_console/godmode/events/events.php | 4 ++-- pandora_console/godmode/groups/configure_group.php | 4 ++-- pandora_console/godmode/groups/credential_store.php | 4 ++-- pandora_console/godmode/groups/group_list.php | 4 ++-- pandora_console/godmode/groups/modu_group_list.php | 4 ++-- pandora_console/godmode/groups/tactical.php | 4 ++-- pandora_console/godmode/massive/massive_add_action_alerts.php | 4 ++-- pandora_console/godmode/massive/massive_add_alerts.php | 4 ++-- pandora_console/godmode/massive/massive_add_profiles.php | 4 ++-- pandora_console/godmode/massive/massive_copy_modules.php | 4 ++-- .../godmode/massive/massive_delete_action_alerts.php | 4 ++-- pandora_console/godmode/massive/massive_delete_agents.php | 4 ++-- pandora_console/godmode/massive/massive_delete_alerts.php | 4 ++-- pandora_console/godmode/massive/massive_delete_modules.php | 4 ++-- pandora_console/godmode/massive/massive_delete_profiles.php | 4 ++-- pandora_console/godmode/massive/massive_edit_agents.php | 4 ++-- pandora_console/godmode/massive/massive_edit_modules.php | 4 ++-- pandora_console/godmode/massive/massive_edit_plugins.php | 4 ++-- pandora_console/godmode/massive/massive_edit_users.php | 4 ++-- .../godmode/massive/massive_enable_disable_alerts.php | 4 ++-- pandora_console/godmode/massive/massive_operations.php | 4 ++-- pandora_console/godmode/massive/massive_standby_alerts.php | 4 ++-- pandora_console/godmode/menu.php | 4 ++-- .../godmode/module_library/module_library_view.php | 4 ++-- pandora_console/godmode/modules/manage_module_templates.php | 4 ++-- pandora_console/godmode/modules/manage_nc_groups.php | 4 ++-- pandora_console/godmode/modules/manage_nc_groups_form.php | 4 ++-- pandora_console/godmode/modules/manage_network_components.php | 4 ++-- .../godmode/modules/manage_network_components_form.php | 4 ++-- .../modules/manage_network_components_form_network.php | 4 ++-- .../godmode/modules/manage_network_components_form_plugin.php | 4 ++-- pandora_console/godmode/modules/module_list.php | 4 ++-- .../godmode/modules/private_enterprise_numbers.php | 4 ++-- pandora_console/godmode/netflow/nf_edit.php | 4 ++-- pandora_console/godmode/netflow/nf_edit_form.php | 4 ++-- pandora_console/godmode/reporting/graph_builder.main.php | 4 ++-- pandora_console/godmode/reporting/graph_builder.php | 4 ++-- pandora_console/godmode/reporting/graph_container.php | 4 ++-- pandora_console/godmode/reporting/graphs.php | 4 ++-- pandora_console/godmode/reporting/map_builder.php | 4 ++-- .../godmode/reporting/reporting_builder.item_editor.php | 4 ++-- .../godmode/reporting/reporting_builder.list_items.php | 4 ++-- pandora_console/godmode/reporting/reporting_builder.main.php | 4 ++-- pandora_console/godmode/reporting/reporting_builder.php | 4 ++-- .../godmode/reporting/visual_console_builder.data.php | 4 ++-- .../godmode/reporting/visual_console_builder.editor.php | 4 ++-- .../godmode/reporting/visual_console_builder.elements.php | 4 ++-- pandora_console/godmode/reporting/visual_console_builder.php | 4 ++-- .../godmode/reporting/visual_console_builder.wizard.php | 4 ++-- pandora_console/godmode/reporting/visual_console_favorite.php | 4 ++-- pandora_console/godmode/servers/manage_recontask.php | 4 ++-- pandora_console/godmode/servers/manage_recontask_form.php | 4 ++-- pandora_console/godmode/servers/modificar_server.php | 4 ++-- pandora_console/godmode/servers/plugin.php | 4 ++-- pandora_console/godmode/servers/plugin_registration.php | 4 ++-- pandora_console/godmode/servers/recon_script.php | 4 ++-- pandora_console/godmode/servers/servers.build_table.php | 4 ++-- pandora_console/godmode/setup/file_manager.php | 4 ++-- pandora_console/godmode/setup/license.php | 4 ++-- pandora_console/godmode/setup/os.builder.php | 4 ++-- pandora_console/godmode/setup/os.list.php | 4 ++-- pandora_console/godmode/setup/os.php | 4 ++-- pandora_console/godmode/setup/performance.php | 4 ++-- pandora_console/godmode/setup/setup.php | 4 ++-- pandora_console/godmode/setup/setup_auth.php | 4 ++-- pandora_console/godmode/setup/setup_ehorus.php | 4 ++-- pandora_console/godmode/setup/setup_external_tools.php | 4 ++-- pandora_console/godmode/setup/setup_general.php | 4 ++-- pandora_console/godmode/setup/setup_integria.php | 4 ++-- pandora_console/godmode/setup/setup_netflow.php | 4 ++-- pandora_console/godmode/setup/setup_notifications.php | 4 ++-- pandora_console/godmode/setup/setup_sflow.php | 4 ++-- pandora_console/godmode/setup/setup_visuals.php | 4 ++-- pandora_console/godmode/setup/setup_websocket_engine.php | 4 ++-- pandora_console/godmode/setup/welcome_tips.php | 4 ++-- pandora_console/godmode/snmpconsole/snmp_alert.php | 4 ++-- pandora_console/godmode/tag/tag.php | 4 ++-- pandora_console/godmode/um_client/api.php | 4 ++-- pandora_console/godmode/um_client/index.php | 4 ++-- .../godmode/update_manager/update_manager.history.php | 4 ++-- pandora_console/godmode/update_manager/update_manager.php | 4 ++-- .../godmode/update_manager/update_manager.setup.php | 4 ++-- pandora_console/godmode/users/configure_user.php | 4 ++-- pandora_console/godmode/users/profile_list.php | 4 ++-- pandora_console/godmode/users/user_list.php | 4 ++-- pandora_console/godmode/users/user_management.php | 4 ++-- pandora_console/godmode/wizards/DiscoveryTaskList.class.php | 4 ++-- pandora_console/godmode/wizards/HostDevices.class.php | 4 ++-- pandora_console/godmode/wizards/Wizard.main.php | 4 ++-- pandora_console/include/ajax/alert_list.ajax.php | 4 ++-- pandora_console/include/ajax/audit_log.php | 4 ++-- pandora_console/include/ajax/consoles.ajax.php | 4 ++-- pandora_console/include/ajax/custom_fields.php | 4 ++-- pandora_console/include/ajax/double_auth.ajax.php | 4 ++-- pandora_console/include/ajax/events.php | 4 ++-- pandora_console/include/ajax/events_extended.php | 4 ++-- pandora_console/include/ajax/fav_menu.ajax.php | 4 ++-- pandora_console/include/ajax/group.php | 4 ++-- pandora_console/include/ajax/heatmap.ajax.php | 4 ++-- pandora_console/include/ajax/hostDevices.ajax.php | 4 ++-- pandora_console/include/ajax/integria_incidents.ajax.php | 4 ++-- pandora_console/include/ajax/module.php | 4 ++-- pandora_console/include/ajax/order_interpreter.php | 4 ++-- pandora_console/include/ajax/task_list.ajax.php | 4 ++-- pandora_console/include/ajax/tips_window.ajax.php | 4 ++-- pandora_console/include/ajax/tree.ajax.php | 4 ++-- pandora_console/include/ajax/update_manager.php | 4 ++-- pandora_console/include/ajax/web_server_module_debug.php | 4 ++-- pandora_console/include/ajax/welcome_window.php | 4 ++-- pandora_console/include/api.php | 4 ++-- pandora_console/include/auth/mysql.php | 4 ++-- pandora_console/include/chart_generator.php | 4 ++-- pandora_console/include/class/AgentDeployWizard.class.php | 4 ++-- pandora_console/include/class/AgentWizard.class.php | 4 ++-- pandora_console/include/class/AgentsAlerts.class.php | 4 ++-- pandora_console/include/class/AuditLog.class.php | 4 ++-- pandora_console/include/class/CalendarManager.class.php | 4 ++-- pandora_console/include/class/ConfigPEN.class.php | 4 ++-- pandora_console/include/class/ConsoleSupervisor.php | 4 ++-- pandora_console/include/class/CredentialStore.class.php | 4 ++-- pandora_console/include/class/CustomNetScan.class.php | 4 ++-- pandora_console/include/class/Diagnostics.class.php | 4 ++-- pandora_console/include/class/EventSound.class.php | 4 ++-- pandora_console/include/class/ExternalTools.class.php | 4 ++-- pandora_console/include/class/HTML.class.php | 4 ++-- pandora_console/include/class/Heatmap.class.php | 4 ++-- pandora_console/include/class/HelpFeedBack.class.php | 4 ++-- pandora_console/include/class/ManageNetScanScripts.class.php | 4 ++-- pandora_console/include/class/ModuleTemplates.class.php | 4 ++-- pandora_console/include/class/NetworkMap.class.php | 4 ++-- pandora_console/include/class/OrderInterpreter.class.php | 4 ++-- pandora_console/include/class/SatelliteAgent.class.php | 4 ++-- pandora_console/include/class/SatelliteCollection.class.php | 4 ++-- pandora_console/include/class/SnmpConsole.class.php | 4 ++-- pandora_console/include/class/TipsWindow.class.php | 4 ++-- pandora_console/include/class/Tree.class.php | 4 ++-- pandora_console/include/class/TreeGroup.class.php | 4 ++-- pandora_console/include/class/TreeGroupEdition.class.php | 4 ++-- pandora_console/include/class/TreeService.class.php | 4 ++-- pandora_console/include/class/WebServerModuleDebug.class.php | 4 ++-- pandora_console/include/class/WelcomeWindow.class.php | 4 ++-- pandora_console/include/config.inc.php | 4 ++-- pandora_console/include/constants.php | 4 ++-- pandora_console/include/functions_agents.php | 4 ++-- pandora_console/include/functions_api.php | 4 ++-- pandora_console/include/functions_config.php | 4 ++-- pandora_console/include/functions_credential_store.php | 4 ++-- pandora_console/include/functions_cron.php | 4 ++-- pandora_console/include/functions_custom_fields.php | 4 ++-- pandora_console/include/functions_events.php | 4 ++-- pandora_console/include/functions_filemanager.php | 4 ++-- pandora_console/include/functions_graph.php | 4 ++-- pandora_console/include/functions_inventory.php | 4 ++-- pandora_console/include/functions_massive_operations.php | 4 ++-- pandora_console/include/functions_menu.php | 4 ++-- pandora_console/include/functions_messages.php | 4 ++-- pandora_console/include/functions_modules.php | 4 ++-- pandora_console/include/functions_networkmap.php | 4 ++-- pandora_console/include/functions_networkmaps.php | 4 ++-- pandora_console/include/functions_notifications.php | 4 ++-- pandora_console/include/functions_pandora_networkmap.php | 4 ++-- pandora_console/include/functions_plugins.php | 4 ++-- pandora_console/include/functions_register.php | 4 ++-- pandora_console/include/functions_reporting.php | 4 ++-- pandora_console/include/functions_reporting_html.php | 4 ++-- pandora_console/include/functions_servers.php | 4 ++-- pandora_console/include/functions_snmp_browser.php | 4 ++-- pandora_console/include/functions_tactical.php | 4 ++-- pandora_console/include/functions_ui.php | 4 ++-- pandora_console/include/functions_update_manager.php | 4 ++-- pandora_console/include/get_file.php | 4 ++-- pandora_console/include/graphs/export_data.php | 4 ++-- .../include/help/clippy/modules_not_learning_mode.php | 4 ++-- pandora_console/include/lib/Agent.php | 4 ++-- pandora_console/include/lib/Calendar.php | 4 ++-- pandora_console/include/lib/Cluster.php | 4 ++-- pandora_console/include/lib/ClusterModule.php | 4 ++-- pandora_console/include/lib/ClusterViewer/ClusterManager.php | 4 ++-- pandora_console/include/lib/ClusterViewer/ClusterWizard.php | 4 ++-- pandora_console/include/lib/Console.php | 4 ++-- pandora_console/include/lib/Core/Config.php | 4 ++-- pandora_console/include/lib/Core/DBMaintainer.php | 4 ++-- .../include/lib/Dashboard/Widgets/AvgSumMaxMinModule.php | 4 ++-- pandora_console/include/lib/Dashboard/Widgets/BasicChart.php | 4 ++-- .../include/lib/Dashboard/Widgets/BlockHistogram.php | 4 ++-- .../include/lib/Dashboard/Widgets/ColorModuleTabs.php | 4 ++-- pandora_console/include/lib/Dashboard/Widgets/DataMatrix.php | 4 ++-- .../include/lib/Dashboard/Widgets/EventCardboard.php | 4 ++-- .../include/lib/Dashboard/Widgets/GroupedMeterGraphs.php | 4 ++-- .../include/lib/Dashboard/Widgets/ModulesByStatus.php | 4 ++-- .../include/lib/Dashboard/Widgets/agent_module.php | 4 ++-- .../include/lib/Dashboard/Widgets/alerts_fired.php | 4 ++-- pandora_console/include/lib/Dashboard/Widgets/clock.php | 4 ++-- .../include/lib/Dashboard/Widgets/custom_graph.php | 4 ++-- pandora_console/include/lib/Dashboard/Widgets/events_list.php | 4 ++-- pandora_console/include/lib/Dashboard/Widgets/example.php | 4 ++-- .../include/lib/Dashboard/Widgets/graph_module_histogram.php | 4 ++-- .../include/lib/Dashboard/Widgets/groups_status.php | 4 ++-- pandora_console/include/lib/Dashboard/Widgets/heatmap.php | 4 ++-- .../include/lib/Dashboard/Widgets/maps_made_by_user.php | 4 ++-- pandora_console/include/lib/Dashboard/Widgets/maps_status.php | 4 ++-- pandora_console/include/lib/Dashboard/Widgets/module_icon.php | 4 ++-- .../include/lib/Dashboard/Widgets/module_status.php | 4 ++-- .../include/lib/Dashboard/Widgets/module_table_value.php | 4 ++-- .../include/lib/Dashboard/Widgets/module_value.php | 4 ++-- .../include/lib/Dashboard/Widgets/monitor_health.php | 4 ++-- pandora_console/include/lib/Dashboard/Widgets/network_map.php | 4 ++-- .../include/lib/Dashboard/Widgets/os_quick_report.php | 4 ++-- pandora_console/include/lib/Dashboard/Widgets/post.php | 4 ++-- pandora_console/include/lib/Dashboard/Widgets/reports.php | 4 ++-- pandora_console/include/lib/Dashboard/Widgets/service_map.php | 4 ++-- .../include/lib/Dashboard/Widgets/service_view.php | 4 ++-- .../include/lib/Dashboard/Widgets/single_graph.php | 4 ++-- pandora_console/include/lib/Dashboard/Widgets/sla_percent.php | 4 ++-- .../include/lib/Dashboard/Widgets/system_group_status.php | 4 ++-- pandora_console/include/lib/Dashboard/Widgets/tactical.php | 4 ++-- pandora_console/include/lib/Dashboard/Widgets/top_n.php | 4 ++-- .../include/lib/Dashboard/Widgets/top_n_events_by_group.php | 4 ++-- .../include/lib/Dashboard/Widgets/top_n_events_by_module.php | 4 ++-- pandora_console/include/lib/Dashboard/Widgets/tree_view.php | 4 ++-- pandora_console/include/lib/Dashboard/Widgets/url.php | 4 ++-- .../include/lib/Dashboard/Widgets/wux_transaction.php | 4 ++-- .../include/lib/Dashboard/Widgets/wux_transaction_stats.php | 4 ++-- pandora_console/include/lib/Entity.php | 4 ++-- pandora_console/include/lib/Event.php | 4 ++-- pandora_console/include/lib/Group.php | 4 ++-- pandora_console/include/lib/Module.php | 4 ++-- pandora_console/include/lib/ModuleStatus.php | 4 ++-- pandora_console/include/lib/ModuleType.php | 4 ++-- pandora_console/include/lib/PublicLogin.php | 4 ++-- pandora_console/include/lib/SpecialDay.php | 4 ++-- pandora_console/include/lib/Tools/Files.php | 4 ++-- pandora_console/include/lib/Tools/Strings.php | 4 ++-- pandora_console/include/lib/User.php | 4 ++-- pandora_console/include/lib/View.php | 4 ++-- pandora_console/include/load_session.php | 4 ++-- .../include/rest-api/models/VisualConsole/View.php | 4 ++-- pandora_console/include/websocket_registrations.php | 4 ++-- pandora_console/index.php | 4 ++-- pandora_console/install.php | 4 ++-- pandora_console/mobile/operation/agent.php | 4 ++-- pandora_console/mobile/operation/agents.php | 4 ++-- pandora_console/mobile/operation/alerts.php | 4 ++-- pandora_console/mobile/operation/events.php | 4 ++-- pandora_console/mobile/operation/module_data.php | 4 ++-- pandora_console/mobile/operation/modules.php | 4 ++-- pandora_console/mobile/operation/server_status.php | 4 ++-- pandora_console/mobile/operation/visualmap.php | 4 ++-- pandora_console/mobile/operation/visualmaps.php | 4 ++-- pandora_console/operation/agentes/agent_inventory.php | 4 ++-- pandora_console/operation/agentes/alerts_status.functions.php | 4 ++-- pandora_console/operation/agentes/alerts_status.php | 4 ++-- pandora_console/operation/agentes/estado_agente.php | 4 ++-- pandora_console/operation/agentes/estado_generalagente.php | 4 ++-- pandora_console/operation/agentes/estado_monitores.php | 4 ++-- pandora_console/operation/agentes/exportdata.php | 4 ++-- pandora_console/operation/agentes/external_tools.php | 4 ++-- pandora_console/operation/agentes/graphs.php | 4 ++-- pandora_console/operation/agentes/group_view.php | 4 ++-- .../operation/agentes/interface_traffic_graph_win.php | 4 ++-- pandora_console/operation/agentes/interface_view.php | 4 ++-- .../operation/agentes/pandora_networkmap.editor.php | 4 ++-- pandora_console/operation/agentes/pandora_networkmap.php | 4 ++-- pandora_console/operation/agentes/pandora_networkmap.view.php | 4 ++-- pandora_console/operation/agentes/realtime_win.php | 4 ++-- pandora_console/operation/agentes/stat_win.php | 4 ++-- pandora_console/operation/agentes/status_monitor.php | 4 ++-- pandora_console/operation/agentes/tactical.php | 4 ++-- pandora_console/operation/agentes/ver_agente.php | 4 ++-- pandora_console/operation/cluster/cluster.php | 4 ++-- pandora_console/operation/dashboard/dashboard.php | 4 ++-- pandora_console/operation/dashboard/public_dashboard.php | 4 ++-- pandora_console/operation/events/events.php | 4 ++-- pandora_console/operation/events/events_rss.php | 4 ++-- pandora_console/operation/events/export_csv.php | 4 ++-- pandora_console/operation/events/sound_events.php | 4 ++-- pandora_console/operation/heatmap.php | 4 ++-- pandora_console/operation/inventory/inventory.php | 4 ++-- pandora_console/operation/menu.php | 4 ++-- pandora_console/operation/messages/message_edit.php | 4 ++-- pandora_console/operation/messages/message_list.php | 4 ++-- pandora_console/operation/netflow/netflow_explorer.php | 4 ++-- pandora_console/operation/netflow/nf_live_view.php | 4 ++-- pandora_console/operation/network/network_report.php | 4 ++-- pandora_console/operation/network/network_usage_map.php | 4 ++-- pandora_console/operation/reporting/graph_viewer.php | 4 ++-- pandora_console/operation/search_policies.getdata.php | 4 ++-- pandora_console/operation/snmpconsole/snmp_browser.php | 4 ++-- pandora_console/operation/snmpconsole/snmp_mib_uploader.php | 4 ++-- pandora_console/operation/snmpconsole/snmp_view.php | 4 ++-- pandora_console/operation/tree.php | 4 ++-- pandora_console/operation/users/user_edit.php | 4 ++-- pandora_console/operation/users/user_edit_header.php | 4 ++-- pandora_console/operation/users/user_edit_notifications.php | 4 ++-- pandora_console/operation/visual_console/view.php | 4 ++-- pandora_console/tools/diagnostics.php | 4 ++-- pandora_console/update_manager_client/api.php | 4 ++-- .../update_manager_client/lib/UpdateManager/API/Server.php | 4 ++-- .../update_manager_client/lib/UpdateManager/Client.php | 4 ++-- .../update_manager_client/lib/UpdateManager/UI/Manager.php | 4 ++-- .../update_manager_client/lib/UpdateManager/UI/View.php | 4 ++-- pandora_console/update_manager_client/views/offline.php | 4 ++-- pandora_console/update_manager_client/views/online.php | 4 ++-- pandora_console/views/calendar/edit.php | 4 ++-- pandora_console/views/calendar/list.php | 4 ++-- pandora_console/views/calendar/special_days.php | 4 ++-- pandora_console/views/calendar/special_days_edit.php | 4 ++-- pandora_console/views/cluster/edit.php | 4 ++-- pandora_console/views/cluster/list.php | 4 ++-- pandora_console/views/cluster/view.php | 4 ++-- pandora_console/views/consoles/list.php | 4 ++-- pandora_console/views/dashboard/cell.php | 4 ++-- pandora_console/views/dashboard/configurationWidgets.php | 4 ++-- pandora_console/views/dashboard/formDashboard.php | 4 ++-- pandora_console/views/dashboard/formSlides.php | 4 ++-- pandora_console/views/dashboard/header.php | 4 ++-- pandora_console/views/dashboard/jsLayout.php | 4 ++-- pandora_console/views/dashboard/layout.php | 4 ++-- pandora_console/views/dashboard/list.php | 4 ++-- pandora_console/views/dashboard/listWidgets.php | 4 ++-- pandora_console/views/dashboard/slides.php | 4 ++-- pandora_console/views/dashboard/slidesWidget.php | 4 ++-- pandora_console/views/dashboard/tipsWindow.php | 4 ++-- pandora_console/views/dashboard/widget.php | 4 ++-- pandora_console/ws.php | 4 ++-- 381 files changed, 762 insertions(+), 762 deletions(-) diff --git a/pandora_console/ajax.php b/pandora_console/ajax.php index 7ea33a1132..e17fa15571 100644 --- a/pandora_console/ajax.php +++ b/pandora_console/ajax.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/extensions/agents_alerts.php b/pandora_console/extensions/agents_alerts.php index 78d3a0a58b..33bcb436cc 100755 --- a/pandora_console/extensions/agents_alerts.php +++ b/pandora_console/extensions/agents_alerts.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/extensions/agents_modules.php b/pandora_console/extensions/agents_modules.php index 192e7f15c9..81a711b456 100644 --- a/pandora_console/extensions/agents_modules.php +++ b/pandora_console/extensions/agents_modules.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/extensions/api_checker.php b/pandora_console/extensions/api_checker.php index f3bb719f7a..42080636ee 100755 --- a/pandora_console/extensions/api_checker.php +++ b/pandora_console/extensions/api_checker.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/extensions/insert_data.php b/pandora_console/extensions/insert_data.php index 2ae2fa3013..186d7b3021 100644 --- a/pandora_console/extensions/insert_data.php +++ b/pandora_console/extensions/insert_data.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/extensions/module_groups.php b/pandora_console/extensions/module_groups.php index 6fcf5fb87d..9652f44d01 100644 --- a/pandora_console/extensions/module_groups.php +++ b/pandora_console/extensions/module_groups.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/extensions/quick_shell.php b/pandora_console/extensions/quick_shell.php index 895290090e..dbc4f6e2c4 100644 --- a/pandora_console/extensions/quick_shell.php +++ b/pandora_console/extensions/quick_shell.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/extensions/realtime_graphs.php b/pandora_console/extensions/realtime_graphs.php index 9285a8f4c7..071e495afd 100644 --- a/pandora_console/extensions/realtime_graphs.php +++ b/pandora_console/extensions/realtime_graphs.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/extensions/resource_exportation.php b/pandora_console/extensions/resource_exportation.php index 16dca058b1..aad1f08dab 100755 --- a/pandora_console/extensions/resource_exportation.php +++ b/pandora_console/extensions/resource_exportation.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/extensions/resource_registration.php b/pandora_console/extensions/resource_registration.php index 589d74413d..37b68e02be 100755 --- a/pandora_console/extensions/resource_registration.php +++ b/pandora_console/extensions/resource_registration.php @@ -10,8 +10,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/extensions/users_connected.php b/pandora_console/extensions/users_connected.php index e673a19477..5bdec37a12 100644 --- a/pandora_console/extensions/users_connected.php +++ b/pandora_console/extensions/users_connected.php @@ -10,8 +10,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/general/first_task/HA_cluster_builder.php b/pandora_console/general/first_task/HA_cluster_builder.php index 6e94d1495f..e99c8bb16a 100644 --- a/pandora_console/general/first_task/HA_cluster_builder.php +++ b/pandora_console/general/first_task/HA_cluster_builder.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/general/first_task/custom_fields.php b/pandora_console/general/first_task/custom_fields.php index 7841e50043..64dc06b31d 100644 --- a/pandora_console/general/first_task/custom_fields.php +++ b/pandora_console/general/first_task/custom_fields.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/general/first_task/map_builder.php b/pandora_console/general/first_task/map_builder.php index 898631947e..e44cbcf70e 100755 --- a/pandora_console/general/first_task/map_builder.php +++ b/pandora_console/general/first_task/map_builder.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/general/first_task/omnishell.php b/pandora_console/general/first_task/omnishell.php index c180d9ff53..32448b83b6 100644 --- a/pandora_console/general/first_task/omnishell.php +++ b/pandora_console/general/first_task/omnishell.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/general/first_task/planned_downtime.php b/pandora_console/general/first_task/planned_downtime.php index 4b379f643f..084704619d 100644 --- a/pandora_console/general/first_task/planned_downtime.php +++ b/pandora_console/general/first_task/planned_downtime.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/general/first_task/service_list.php b/pandora_console/general/first_task/service_list.php index 818f91d3a2..5e27f51fc1 100755 --- a/pandora_console/general/first_task/service_list.php +++ b/pandora_console/general/first_task/service_list.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/general/help_feedback.php b/pandora_console/general/help_feedback.php index 80f689c60e..8ddde06c35 100644 --- a/pandora_console/general/help_feedback.php +++ b/pandora_console/general/help_feedback.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/general/logon_ok.php b/pandora_console/general/logon_ok.php index 8747ddd1cf..eb2225f095 100644 --- a/pandora_console/general/logon_ok.php +++ b/pandora_console/general/logon_ok.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/general/main_menu.php b/pandora_console/general/main_menu.php index 87cf4b587f..668a02685c 100644 --- a/pandora_console/general/main_menu.php +++ b/pandora_console/general/main_menu.php @@ -10,8 +10,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/general/maintenance.php b/pandora_console/general/maintenance.php index 03cefc6c62..073729815f 100644 --- a/pandora_console/general/maintenance.php +++ b/pandora_console/general/maintenance.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/general/node_deactivated.php b/pandora_console/general/node_deactivated.php index a9e184dd80..de5deed43b 100644 --- a/pandora_console/general/node_deactivated.php +++ b/pandora_console/general/node_deactivated.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/general/register.php b/pandora_console/general/register.php index bfbc218b82..8d9e949a45 100644 --- a/pandora_console/general/register.php +++ b/pandora_console/general/register.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/general/reporting_console_node.php b/pandora_console/general/reporting_console_node.php index 882713eb5a..e6f73cdd26 100644 --- a/pandora_console/general/reporting_console_node.php +++ b/pandora_console/general/reporting_console_node.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/general/sap_view.php b/pandora_console/general/sap_view.php index 8c2a272dc4..e9b4fb357b 100644 --- a/pandora_console/general/sap_view.php +++ b/pandora_console/general/sap_view.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/godmode/agentes/agent_deploy.php b/pandora_console/godmode/agentes/agent_deploy.php index 6189a1a00e..d9e7115f37 100644 --- a/pandora_console/godmode/agentes/agent_deploy.php +++ b/pandora_console/godmode/agentes/agent_deploy.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/godmode/agentes/agent_manager.php b/pandora_console/godmode/agentes/agent_manager.php index 40d221eadb..5edb6df7fb 100644 --- a/pandora_console/godmode/agentes/agent_manager.php +++ b/pandora_console/godmode/agentes/agent_manager.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/godmode/agentes/agent_template.php b/pandora_console/godmode/agentes/agent_template.php index 881a7846a9..360b1374b2 100644 --- a/pandora_console/godmode/agentes/agent_template.php +++ b/pandora_console/godmode/agentes/agent_template.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/godmode/agentes/agent_wizard.php b/pandora_console/godmode/agentes/agent_wizard.php index 594c5928e7..0a84dfcf73 100644 --- a/pandora_console/godmode/agentes/agent_wizard.php +++ b/pandora_console/godmode/agentes/agent_wizard.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/godmode/agentes/configurar_agente.php b/pandora_console/godmode/agentes/configurar_agente.php index 1d45da3b5e..64331eea98 100644 --- a/pandora_console/godmode/agentes/configurar_agente.php +++ b/pandora_console/godmode/agentes/configurar_agente.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/godmode/agentes/configure_field.php b/pandora_console/godmode/agentes/configure_field.php index c7c74b655a..9279e55b1d 100755 --- a/pandora_console/godmode/agentes/configure_field.php +++ b/pandora_console/godmode/agentes/configure_field.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/godmode/agentes/fields_manager.php b/pandora_console/godmode/agentes/fields_manager.php index a57379c8f2..0b101f9111 100644 --- a/pandora_console/godmode/agentes/fields_manager.php +++ b/pandora_console/godmode/agentes/fields_manager.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/godmode/agentes/modificar_agente.php b/pandora_console/godmode/agentes/modificar_agente.php index bdc4cd0abc..d2d79ddf94 100644 --- a/pandora_console/godmode/agentes/modificar_agente.php +++ b/pandora_console/godmode/agentes/modificar_agente.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/godmode/agentes/module_manager.php b/pandora_console/godmode/agentes/module_manager.php index ba7682d179..fcb332163e 100644 --- a/pandora_console/godmode/agentes/module_manager.php +++ b/pandora_console/godmode/agentes/module_manager.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/godmode/agentes/module_manager_editor.php b/pandora_console/godmode/agentes/module_manager_editor.php index 0148b18bab..ce2af36ca6 100644 --- a/pandora_console/godmode/agentes/module_manager_editor.php +++ b/pandora_console/godmode/agentes/module_manager_editor.php @@ -10,8 +10,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/godmode/agentes/module_manager_editor_common.php b/pandora_console/godmode/agentes/module_manager_editor_common.php index c73b618d73..8a43129739 100644 --- a/pandora_console/godmode/agentes/module_manager_editor_common.php +++ b/pandora_console/godmode/agentes/module_manager_editor_common.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/godmode/agentes/module_manager_editor_network.php b/pandora_console/godmode/agentes/module_manager_editor_network.php index 7099d7aca3..4673129cf6 100644 --- a/pandora_console/godmode/agentes/module_manager_editor_network.php +++ b/pandora_console/godmode/agentes/module_manager_editor_network.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/godmode/agentes/module_manager_editor_prediction.php b/pandora_console/godmode/agentes/module_manager_editor_prediction.php index a7b9687d61..ec2e33f2a3 100644 --- a/pandora_console/godmode/agentes/module_manager_editor_prediction.php +++ b/pandora_console/godmode/agentes/module_manager_editor_prediction.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/godmode/agentes/module_manager_editor_web.php b/pandora_console/godmode/agentes/module_manager_editor_web.php index 31b74eff14..1188205f66 100644 --- a/pandora_console/godmode/agentes/module_manager_editor_web.php +++ b/pandora_console/godmode/agentes/module_manager_editor_web.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/godmode/agentes/pandora_networkmap_empty.editor.php b/pandora_console/godmode/agentes/pandora_networkmap_empty.editor.php index 8e2436093c..e3fdf3e681 100644 --- a/pandora_console/godmode/agentes/pandora_networkmap_empty.editor.php +++ b/pandora_console/godmode/agentes/pandora_networkmap_empty.editor.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/godmode/agentes/planned_downtime.editor.php b/pandora_console/godmode/agentes/planned_downtime.editor.php index 57ae67c8a5..a922f95aa4 100644 --- a/pandora_console/godmode/agentes/planned_downtime.editor.php +++ b/pandora_console/godmode/agentes/planned_downtime.editor.php @@ -10,8 +10,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/godmode/agentes/planned_downtime.list.php b/pandora_console/godmode/agentes/planned_downtime.list.php index 1abffeb21d..c60e969efb 100755 --- a/pandora_console/godmode/agentes/planned_downtime.list.php +++ b/pandora_console/godmode/agentes/planned_downtime.list.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/godmode/alerts/alert_actions.php b/pandora_console/godmode/alerts/alert_actions.php index 855797e542..519c0f8e12 100644 --- a/pandora_console/godmode/alerts/alert_actions.php +++ b/pandora_console/godmode/alerts/alert_actions.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/godmode/alerts/alert_list.list.php b/pandora_console/godmode/alerts/alert_list.list.php index 9fd94b4016..580494b4b0 100644 --- a/pandora_console/godmode/alerts/alert_list.list.php +++ b/pandora_console/godmode/alerts/alert_list.list.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ========================================================== diff --git a/pandora_console/godmode/alerts/alert_special_days.php b/pandora_console/godmode/alerts/alert_special_days.php index c7e42d08d5..2ec0f7ba2c 100644 --- a/pandora_console/godmode/alerts/alert_special_days.php +++ b/pandora_console/godmode/alerts/alert_special_days.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/godmode/alerts/alert_view.php b/pandora_console/godmode/alerts/alert_view.php index 461196d5a7..372938d140 100644 --- a/pandora_console/godmode/alerts/alert_view.php +++ b/pandora_console/godmode/alerts/alert_view.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/godmode/alerts/configure_alert_command.php b/pandora_console/godmode/alerts/configure_alert_command.php index aa733f7721..7b64a6d0a7 100644 --- a/pandora_console/godmode/alerts/configure_alert_command.php +++ b/pandora_console/godmode/alerts/configure_alert_command.php @@ -11,8 +11,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/godmode/alerts/configure_alert_template.php b/pandora_console/godmode/alerts/configure_alert_template.php index ef02bd7a87..ebf8204d98 100644 --- a/pandora_console/godmode/alerts/configure_alert_template.php +++ b/pandora_console/godmode/alerts/configure_alert_template.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/godmode/audit_log.php b/pandora_console/godmode/audit_log.php index 9e6c2d01c4..3f7697c012 100644 --- a/pandora_console/godmode/audit_log.php +++ b/pandora_console/godmode/audit_log.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/godmode/category/category.php b/pandora_console/godmode/category/category.php index d027ca83e8..3332fa76e0 100755 --- a/pandora_console/godmode/category/category.php +++ b/pandora_console/godmode/category/category.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/godmode/category/edit_category.php b/pandora_console/godmode/category/edit_category.php index 2a83e6f9fb..f9877cf4c7 100755 --- a/pandora_console/godmode/category/edit_category.php +++ b/pandora_console/godmode/category/edit_category.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/godmode/consoles/consoles.php b/pandora_console/godmode/consoles/consoles.php index 90d69ab062..fc865193b3 100644 --- a/pandora_console/godmode/consoles/consoles.php +++ b/pandora_console/godmode/consoles/consoles.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/godmode/events/configuration_sounds.php b/pandora_console/godmode/events/configuration_sounds.php index 2333d1cc46..237d10412b 100644 --- a/pandora_console/godmode/events/configuration_sounds.php +++ b/pandora_console/godmode/events/configuration_sounds.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/godmode/events/event_responses.editor.php b/pandora_console/godmode/events/event_responses.editor.php index 22d317e826..2dc4fcd7e8 100644 --- a/pandora_console/godmode/events/event_responses.editor.php +++ b/pandora_console/godmode/events/event_responses.editor.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/godmode/events/event_responses.list.php b/pandora_console/godmode/events/event_responses.list.php index 147132093f..e14fc7b21d 100644 --- a/pandora_console/godmode/events/event_responses.list.php +++ b/pandora_console/godmode/events/event_responses.list.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/godmode/events/event_responses.php b/pandora_console/godmode/events/event_responses.php index b4fce32565..bc8f5a2537 100644 --- a/pandora_console/godmode/events/event_responses.php +++ b/pandora_console/godmode/events/event_responses.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/godmode/events/events.php b/pandora_console/godmode/events/events.php index b2e4493b13..a543696e75 100644 --- a/pandora_console/godmode/events/events.php +++ b/pandora_console/godmode/events/events.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/godmode/groups/configure_group.php b/pandora_console/godmode/groups/configure_group.php index 0039486667..14578ed6a3 100644 --- a/pandora_console/godmode/groups/configure_group.php +++ b/pandora_console/godmode/groups/configure_group.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/godmode/groups/credential_store.php b/pandora_console/godmode/groups/credential_store.php index 42b568696a..f7f4470c94 100644 --- a/pandora_console/godmode/groups/credential_store.php +++ b/pandora_console/godmode/groups/credential_store.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/godmode/groups/group_list.php b/pandora_console/godmode/groups/group_list.php index 1275067b36..cb59288b00 100644 --- a/pandora_console/godmode/groups/group_list.php +++ b/pandora_console/godmode/groups/group_list.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/godmode/groups/modu_group_list.php b/pandora_console/godmode/groups/modu_group_list.php index c9a8fe1ff7..9be57b2763 100644 --- a/pandora_console/godmode/groups/modu_group_list.php +++ b/pandora_console/godmode/groups/modu_group_list.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/godmode/groups/tactical.php b/pandora_console/godmode/groups/tactical.php index dd3863a350..e899f8b213 100644 --- a/pandora_console/godmode/groups/tactical.php +++ b/pandora_console/godmode/groups/tactical.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/godmode/massive/massive_add_action_alerts.php b/pandora_console/godmode/massive/massive_add_action_alerts.php index dd2f1f3681..307db55f19 100755 --- a/pandora_console/godmode/massive/massive_add_action_alerts.php +++ b/pandora_console/godmode/massive/massive_add_action_alerts.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/godmode/massive/massive_add_alerts.php b/pandora_console/godmode/massive/massive_add_alerts.php index f375d332b3..4c56a94d33 100755 --- a/pandora_console/godmode/massive/massive_add_alerts.php +++ b/pandora_console/godmode/massive/massive_add_alerts.php @@ -10,8 +10,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/godmode/massive/massive_add_profiles.php b/pandora_console/godmode/massive/massive_add_profiles.php index 8458f9d695..95ba8bd2fd 100644 --- a/pandora_console/godmode/massive/massive_add_profiles.php +++ b/pandora_console/godmode/massive/massive_add_profiles.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/godmode/massive/massive_copy_modules.php b/pandora_console/godmode/massive/massive_copy_modules.php index 68acb00d2a..8dbfffc30c 100755 --- a/pandora_console/godmode/massive/massive_copy_modules.php +++ b/pandora_console/godmode/massive/massive_copy_modules.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/godmode/massive/massive_delete_action_alerts.php b/pandora_console/godmode/massive/massive_delete_action_alerts.php index d34fc2afa1..d37b506860 100644 --- a/pandora_console/godmode/massive/massive_delete_action_alerts.php +++ b/pandora_console/godmode/massive/massive_delete_action_alerts.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/godmode/massive/massive_delete_agents.php b/pandora_console/godmode/massive/massive_delete_agents.php index fcf08dc2bf..1d1472d6e1 100755 --- a/pandora_console/godmode/massive/massive_delete_agents.php +++ b/pandora_console/godmode/massive/massive_delete_agents.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/godmode/massive/massive_delete_alerts.php b/pandora_console/godmode/massive/massive_delete_alerts.php index 8af41a63d3..9d8f97cf79 100755 --- a/pandora_console/godmode/massive/massive_delete_alerts.php +++ b/pandora_console/godmode/massive/massive_delete_alerts.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/godmode/massive/massive_delete_modules.php b/pandora_console/godmode/massive/massive_delete_modules.php index f42d3ca7ab..d2037effc5 100755 --- a/pandora_console/godmode/massive/massive_delete_modules.php +++ b/pandora_console/godmode/massive/massive_delete_modules.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/godmode/massive/massive_delete_profiles.php b/pandora_console/godmode/massive/massive_delete_profiles.php index 3cd0218a66..1be413fa85 100644 --- a/pandora_console/godmode/massive/massive_delete_profiles.php +++ b/pandora_console/godmode/massive/massive_delete_profiles.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/godmode/massive/massive_edit_agents.php b/pandora_console/godmode/massive/massive_edit_agents.php index 45050f614e..f18a5731cd 100755 --- a/pandora_console/godmode/massive/massive_edit_agents.php +++ b/pandora_console/godmode/massive/massive_edit_agents.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/godmode/massive/massive_edit_modules.php b/pandora_console/godmode/massive/massive_edit_modules.php index db1308919d..258779581e 100755 --- a/pandora_console/godmode/massive/massive_edit_modules.php +++ b/pandora_console/godmode/massive/massive_edit_modules.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/godmode/massive/massive_edit_plugins.php b/pandora_console/godmode/massive/massive_edit_plugins.php index 25b20fd1dc..c6a884f664 100644 --- a/pandora_console/godmode/massive/massive_edit_plugins.php +++ b/pandora_console/godmode/massive/massive_edit_plugins.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/godmode/massive/massive_edit_users.php b/pandora_console/godmode/massive/massive_edit_users.php index 75527cdfa2..313fa67c93 100644 --- a/pandora_console/godmode/massive/massive_edit_users.php +++ b/pandora_console/godmode/massive/massive_edit_users.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/godmode/massive/massive_enable_disable_alerts.php b/pandora_console/godmode/massive/massive_enable_disable_alerts.php index c022199e52..feb85fccee 100644 --- a/pandora_console/godmode/massive/massive_enable_disable_alerts.php +++ b/pandora_console/godmode/massive/massive_enable_disable_alerts.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/godmode/massive/massive_operations.php b/pandora_console/godmode/massive/massive_operations.php index 27c30de27f..3b88b83ec6 100755 --- a/pandora_console/godmode/massive/massive_operations.php +++ b/pandora_console/godmode/massive/massive_operations.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/godmode/massive/massive_standby_alerts.php b/pandora_console/godmode/massive/massive_standby_alerts.php index 5a461c1002..0a38a65975 100644 --- a/pandora_console/godmode/massive/massive_standby_alerts.php +++ b/pandora_console/godmode/massive/massive_standby_alerts.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/godmode/menu.php b/pandora_console/godmode/menu.php index 102afaa710..48ddb07bef 100644 --- a/pandora_console/godmode/menu.php +++ b/pandora_console/godmode/menu.php @@ -10,8 +10,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/godmode/module_library/module_library_view.php b/pandora_console/godmode/module_library/module_library_view.php index ce148fc324..9d50eee6a5 100644 --- a/pandora_console/godmode/module_library/module_library_view.php +++ b/pandora_console/godmode/module_library/module_library_view.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/godmode/modules/manage_module_templates.php b/pandora_console/godmode/modules/manage_module_templates.php index 5b7ade459f..0e8a072419 100644 --- a/pandora_console/godmode/modules/manage_module_templates.php +++ b/pandora_console/godmode/modules/manage_module_templates.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/godmode/modules/manage_nc_groups.php b/pandora_console/godmode/modules/manage_nc_groups.php index 443985bc5d..28a1655e85 100644 --- a/pandora_console/godmode/modules/manage_nc_groups.php +++ b/pandora_console/godmode/modules/manage_nc_groups.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/godmode/modules/manage_nc_groups_form.php b/pandora_console/godmode/modules/manage_nc_groups_form.php index 23e2cb6de7..975a5ef57f 100644 --- a/pandora_console/godmode/modules/manage_nc_groups_form.php +++ b/pandora_console/godmode/modules/manage_nc_groups_form.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/godmode/modules/manage_network_components.php b/pandora_console/godmode/modules/manage_network_components.php index ae58a60a42..32bb4d21a6 100644 --- a/pandora_console/godmode/modules/manage_network_components.php +++ b/pandora_console/godmode/modules/manage_network_components.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/godmode/modules/manage_network_components_form.php b/pandora_console/godmode/modules/manage_network_components_form.php index 75e942f883..f7e0a75c18 100644 --- a/pandora_console/godmode/modules/manage_network_components_form.php +++ b/pandora_console/godmode/modules/manage_network_components_form.php @@ -10,8 +10,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/godmode/modules/manage_network_components_form_network.php b/pandora_console/godmode/modules/manage_network_components_form_network.php index e7b4670b11..0ab679e0d2 100755 --- a/pandora_console/godmode/modules/manage_network_components_form_network.php +++ b/pandora_console/godmode/modules/manage_network_components_form_network.php @@ -10,8 +10,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/godmode/modules/manage_network_components_form_plugin.php b/pandora_console/godmode/modules/manage_network_components_form_plugin.php index ff832418da..bc7ea0fa6a 100755 --- a/pandora_console/godmode/modules/manage_network_components_form_plugin.php +++ b/pandora_console/godmode/modules/manage_network_components_form_plugin.php @@ -10,8 +10,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/godmode/modules/module_list.php b/pandora_console/godmode/modules/module_list.php index b4c8513a74..1d10dc9442 100644 --- a/pandora_console/godmode/modules/module_list.php +++ b/pandora_console/godmode/modules/module_list.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/godmode/modules/private_enterprise_numbers.php b/pandora_console/godmode/modules/private_enterprise_numbers.php index 55f400be17..21dbd7aabd 100644 --- a/pandora_console/godmode/modules/private_enterprise_numbers.php +++ b/pandora_console/godmode/modules/private_enterprise_numbers.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/godmode/netflow/nf_edit.php b/pandora_console/godmode/netflow/nf_edit.php index 6275845b1f..bcff6fba43 100644 --- a/pandora_console/godmode/netflow/nf_edit.php +++ b/pandora_console/godmode/netflow/nf_edit.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/godmode/netflow/nf_edit_form.php b/pandora_console/godmode/netflow/nf_edit_form.php index 8f2c250878..cf7ec7e643 100644 --- a/pandora_console/godmode/netflow/nf_edit_form.php +++ b/pandora_console/godmode/netflow/nf_edit_form.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/godmode/reporting/graph_builder.main.php b/pandora_console/godmode/reporting/graph_builder.main.php index 36b705400c..c0eb79a544 100644 --- a/pandora_console/godmode/reporting/graph_builder.main.php +++ b/pandora_console/godmode/reporting/graph_builder.main.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/godmode/reporting/graph_builder.php b/pandora_console/godmode/reporting/graph_builder.php index d682cdc843..6278cc3d67 100644 --- a/pandora_console/godmode/reporting/graph_builder.php +++ b/pandora_console/godmode/reporting/graph_builder.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/godmode/reporting/graph_container.php b/pandora_console/godmode/reporting/graph_container.php index 5b063273ca..25fd131cec 100644 --- a/pandora_console/godmode/reporting/graph_container.php +++ b/pandora_console/godmode/reporting/graph_container.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/godmode/reporting/graphs.php b/pandora_console/godmode/reporting/graphs.php index 9217342d58..54390f79be 100644 --- a/pandora_console/godmode/reporting/graphs.php +++ b/pandora_console/godmode/reporting/graphs.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/godmode/reporting/map_builder.php b/pandora_console/godmode/reporting/map_builder.php index b390c76fe8..085d93263e 100644 --- a/pandora_console/godmode/reporting/map_builder.php +++ b/pandora_console/godmode/reporting/map_builder.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/godmode/reporting/reporting_builder.item_editor.php b/pandora_console/godmode/reporting/reporting_builder.item_editor.php index 55591e2768..8267e3185e 100755 --- a/pandora_console/godmode/reporting/reporting_builder.item_editor.php +++ b/pandora_console/godmode/reporting/reporting_builder.item_editor.php @@ -10,8 +10,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/godmode/reporting/reporting_builder.list_items.php b/pandora_console/godmode/reporting/reporting_builder.list_items.php index d8dc0845db..89d8e25738 100755 --- a/pandora_console/godmode/reporting/reporting_builder.list_items.php +++ b/pandora_console/godmode/reporting/reporting_builder.list_items.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/godmode/reporting/reporting_builder.main.php b/pandora_console/godmode/reporting/reporting_builder.main.php index a44d3be34e..fc69b420a1 100755 --- a/pandora_console/godmode/reporting/reporting_builder.main.php +++ b/pandora_console/godmode/reporting/reporting_builder.main.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/godmode/reporting/reporting_builder.php b/pandora_console/godmode/reporting/reporting_builder.php index 398dca4783..177765ba0a 100755 --- a/pandora_console/godmode/reporting/reporting_builder.php +++ b/pandora_console/godmode/reporting/reporting_builder.php @@ -72,8 +72,8 @@ function dialog_message(message_id) { * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/godmode/reporting/visual_console_builder.data.php b/pandora_console/godmode/reporting/visual_console_builder.data.php index f8dd0a57e8..dff9fa4a4f 100644 --- a/pandora_console/godmode/reporting/visual_console_builder.data.php +++ b/pandora_console/godmode/reporting/visual_console_builder.data.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/godmode/reporting/visual_console_builder.editor.php b/pandora_console/godmode/reporting/visual_console_builder.editor.php index fd02487b83..2240a6a132 100755 --- a/pandora_console/godmode/reporting/visual_console_builder.editor.php +++ b/pandora_console/godmode/reporting/visual_console_builder.editor.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/godmode/reporting/visual_console_builder.elements.php b/pandora_console/godmode/reporting/visual_console_builder.elements.php index c23965120d..1061613bd9 100755 --- a/pandora_console/godmode/reporting/visual_console_builder.elements.php +++ b/pandora_console/godmode/reporting/visual_console_builder.elements.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/godmode/reporting/visual_console_builder.php b/pandora_console/godmode/reporting/visual_console_builder.php index 3a085fb8dc..a1f002418b 100755 --- a/pandora_console/godmode/reporting/visual_console_builder.php +++ b/pandora_console/godmode/reporting/visual_console_builder.php @@ -10,8 +10,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/godmode/reporting/visual_console_builder.wizard.php b/pandora_console/godmode/reporting/visual_console_builder.wizard.php index 4538a8ae56..8c9c6ea0fd 100644 --- a/pandora_console/godmode/reporting/visual_console_builder.wizard.php +++ b/pandora_console/godmode/reporting/visual_console_builder.wizard.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/godmode/reporting/visual_console_favorite.php b/pandora_console/godmode/reporting/visual_console_favorite.php index 6fe9446ae2..d36e571386 100644 --- a/pandora_console/godmode/reporting/visual_console_favorite.php +++ b/pandora_console/godmode/reporting/visual_console_favorite.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/godmode/servers/manage_recontask.php b/pandora_console/godmode/servers/manage_recontask.php index 880e3f6fc2..21c33defab 100644 --- a/pandora_console/godmode/servers/manage_recontask.php +++ b/pandora_console/godmode/servers/manage_recontask.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/godmode/servers/manage_recontask_form.php b/pandora_console/godmode/servers/manage_recontask_form.php index 564d314829..9305c5e66d 100644 --- a/pandora_console/godmode/servers/manage_recontask_form.php +++ b/pandora_console/godmode/servers/manage_recontask_form.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/godmode/servers/modificar_server.php b/pandora_console/godmode/servers/modificar_server.php index 4b66272db1..93d3a08b30 100644 --- a/pandora_console/godmode/servers/modificar_server.php +++ b/pandora_console/godmode/servers/modificar_server.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/godmode/servers/plugin.php b/pandora_console/godmode/servers/plugin.php index 94e3a1c3d6..fb7e6cd6cd 100644 --- a/pandora_console/godmode/servers/plugin.php +++ b/pandora_console/godmode/servers/plugin.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/godmode/servers/plugin_registration.php b/pandora_console/godmode/servers/plugin_registration.php index b4bfe169c6..0c7056d989 100644 --- a/pandora_console/godmode/servers/plugin_registration.php +++ b/pandora_console/godmode/servers/plugin_registration.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/godmode/servers/recon_script.php b/pandora_console/godmode/servers/recon_script.php index c05c8d85c0..726243fea9 100644 --- a/pandora_console/godmode/servers/recon_script.php +++ b/pandora_console/godmode/servers/recon_script.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/godmode/servers/servers.build_table.php b/pandora_console/godmode/servers/servers.build_table.php index 3ea39481ff..907ffc33dc 100644 --- a/pandora_console/godmode/servers/servers.build_table.php +++ b/pandora_console/godmode/servers/servers.build_table.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/godmode/setup/file_manager.php b/pandora_console/godmode/setup/file_manager.php index 697132d51c..9611d6b239 100644 --- a/pandora_console/godmode/setup/file_manager.php +++ b/pandora_console/godmode/setup/file_manager.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/godmode/setup/license.php b/pandora_console/godmode/setup/license.php index 9c7d3a9e0b..c9e8f32263 100644 --- a/pandora_console/godmode/setup/license.php +++ b/pandora_console/godmode/setup/license.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/godmode/setup/os.builder.php b/pandora_console/godmode/setup/os.builder.php index 0f72b0cb6e..dc42250066 100644 --- a/pandora_console/godmode/setup/os.builder.php +++ b/pandora_console/godmode/setup/os.builder.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/godmode/setup/os.list.php b/pandora_console/godmode/setup/os.list.php index b35541e8cf..fda939979e 100644 --- a/pandora_console/godmode/setup/os.list.php +++ b/pandora_console/godmode/setup/os.list.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/godmode/setup/os.php b/pandora_console/godmode/setup/os.php index d4e65c272b..ea97da81aa 100644 --- a/pandora_console/godmode/setup/os.php +++ b/pandora_console/godmode/setup/os.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/godmode/setup/performance.php b/pandora_console/godmode/setup/performance.php index 195c547da1..b6e3dc706b 100644 --- a/pandora_console/godmode/setup/performance.php +++ b/pandora_console/godmode/setup/performance.php @@ -10,8 +10,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/godmode/setup/setup.php b/pandora_console/godmode/setup/setup.php index e620d5035c..b50da113b2 100644 --- a/pandora_console/godmode/setup/setup.php +++ b/pandora_console/godmode/setup/setup.php @@ -10,8 +10,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/godmode/setup/setup_auth.php b/pandora_console/godmode/setup/setup_auth.php index ada8bc2d7f..65606746bc 100644 --- a/pandora_console/godmode/setup/setup_auth.php +++ b/pandora_console/godmode/setup/setup_auth.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/godmode/setup/setup_ehorus.php b/pandora_console/godmode/setup/setup_ehorus.php index 238754ad8c..203e9955f9 100644 --- a/pandora_console/godmode/setup/setup_ehorus.php +++ b/pandora_console/godmode/setup/setup_ehorus.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/godmode/setup/setup_external_tools.php b/pandora_console/godmode/setup/setup_external_tools.php index 1e5a53658a..39fe41c867 100644 --- a/pandora_console/godmode/setup/setup_external_tools.php +++ b/pandora_console/godmode/setup/setup_external_tools.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/godmode/setup/setup_general.php b/pandora_console/godmode/setup/setup_general.php index a4d639d162..1491d2043c 100644 --- a/pandora_console/godmode/setup/setup_general.php +++ b/pandora_console/godmode/setup/setup_general.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/godmode/setup/setup_integria.php b/pandora_console/godmode/setup/setup_integria.php index e0ee8a547a..09f1d800f9 100644 --- a/pandora_console/godmode/setup/setup_integria.php +++ b/pandora_console/godmode/setup/setup_integria.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/godmode/setup/setup_netflow.php b/pandora_console/godmode/setup/setup_netflow.php index 378f8f9046..efa01b7a9e 100644 --- a/pandora_console/godmode/setup/setup_netflow.php +++ b/pandora_console/godmode/setup/setup_netflow.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/godmode/setup/setup_notifications.php b/pandora_console/godmode/setup/setup_notifications.php index 08608ccb73..dbcb3f085d 100644 --- a/pandora_console/godmode/setup/setup_notifications.php +++ b/pandora_console/godmode/setup/setup_notifications.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/godmode/setup/setup_sflow.php b/pandora_console/godmode/setup/setup_sflow.php index 647533858e..c5d7b9ceef 100644 --- a/pandora_console/godmode/setup/setup_sflow.php +++ b/pandora_console/godmode/setup/setup_sflow.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/godmode/setup/setup_visuals.php b/pandora_console/godmode/setup/setup_visuals.php index ac1873dcf6..40a41d1c3b 100755 --- a/pandora_console/godmode/setup/setup_visuals.php +++ b/pandora_console/godmode/setup/setup_visuals.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/godmode/setup/setup_websocket_engine.php b/pandora_console/godmode/setup/setup_websocket_engine.php index d8949745b2..bdc8673f87 100644 --- a/pandora_console/godmode/setup/setup_websocket_engine.php +++ b/pandora_console/godmode/setup/setup_websocket_engine.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/godmode/setup/welcome_tips.php b/pandora_console/godmode/setup/welcome_tips.php index af912967f9..e4b50486b7 100644 --- a/pandora_console/godmode/setup/welcome_tips.php +++ b/pandora_console/godmode/setup/welcome_tips.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/godmode/snmpconsole/snmp_alert.php b/pandora_console/godmode/snmpconsole/snmp_alert.php index 7b2b71ad8d..2807236e40 100755 --- a/pandora_console/godmode/snmpconsole/snmp_alert.php +++ b/pandora_console/godmode/snmpconsole/snmp_alert.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/godmode/tag/tag.php b/pandora_console/godmode/tag/tag.php index 558387966e..fc88f59a00 100644 --- a/pandora_console/godmode/tag/tag.php +++ b/pandora_console/godmode/tag/tag.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/godmode/um_client/api.php b/pandora_console/godmode/um_client/api.php index c13ebdcd89..5c4eb52935 100644 --- a/pandora_console/godmode/um_client/api.php +++ b/pandora_console/godmode/um_client/api.php @@ -14,8 +14,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/godmode/um_client/index.php b/pandora_console/godmode/um_client/index.php index 33505fa80d..3a52b906b8 100644 --- a/pandora_console/godmode/um_client/index.php +++ b/pandora_console/godmode/um_client/index.php @@ -14,8 +14,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/godmode/update_manager/update_manager.history.php b/pandora_console/godmode/update_manager/update_manager.history.php index 4b47a8ecb2..f08b6ebab1 100644 --- a/pandora_console/godmode/update_manager/update_manager.history.php +++ b/pandora_console/godmode/update_manager/update_manager.history.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/godmode/update_manager/update_manager.php b/pandora_console/godmode/update_manager/update_manager.php index 512f560212..d43d6f0593 100644 --- a/pandora_console/godmode/update_manager/update_manager.php +++ b/pandora_console/godmode/update_manager/update_manager.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/godmode/update_manager/update_manager.setup.php b/pandora_console/godmode/update_manager/update_manager.setup.php index 39884f30f5..887b4f1580 100644 --- a/pandora_console/godmode/update_manager/update_manager.setup.php +++ b/pandora_console/godmode/update_manager/update_manager.setup.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/godmode/users/configure_user.php b/pandora_console/godmode/users/configure_user.php index f85d22bf06..83a9a79a32 100644 --- a/pandora_console/godmode/users/configure_user.php +++ b/pandora_console/godmode/users/configure_user.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/godmode/users/profile_list.php b/pandora_console/godmode/users/profile_list.php index 603229834f..ca9133402b 100644 --- a/pandora_console/godmode/users/profile_list.php +++ b/pandora_console/godmode/users/profile_list.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/godmode/users/user_list.php b/pandora_console/godmode/users/user_list.php index 728ba6085d..68934261c0 100644 --- a/pandora_console/godmode/users/user_list.php +++ b/pandora_console/godmode/users/user_list.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/godmode/users/user_management.php b/pandora_console/godmode/users/user_management.php index 9804bf039e..ff71092161 100644 --- a/pandora_console/godmode/users/user_management.php +++ b/pandora_console/godmode/users/user_management.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/godmode/wizards/DiscoveryTaskList.class.php b/pandora_console/godmode/wizards/DiscoveryTaskList.class.php index 2e1637366e..dce348ab80 100644 --- a/pandora_console/godmode/wizards/DiscoveryTaskList.class.php +++ b/pandora_console/godmode/wizards/DiscoveryTaskList.class.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/godmode/wizards/HostDevices.class.php b/pandora_console/godmode/wizards/HostDevices.class.php index a6d267bd6e..00b5982ec9 100755 --- a/pandora_console/godmode/wizards/HostDevices.class.php +++ b/pandora_console/godmode/wizards/HostDevices.class.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/godmode/wizards/Wizard.main.php b/pandora_console/godmode/wizards/Wizard.main.php index ab3a8fcd71..66830a7aa2 100644 --- a/pandora_console/godmode/wizards/Wizard.main.php +++ b/pandora_console/godmode/wizards/Wizard.main.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/ajax/alert_list.ajax.php b/pandora_console/include/ajax/alert_list.ajax.php index 4f5b120a6d..d46317e459 100644 --- a/pandora_console/include/ajax/alert_list.ajax.php +++ b/pandora_console/include/ajax/alert_list.ajax.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ========================================================== diff --git a/pandora_console/include/ajax/audit_log.php b/pandora_console/include/ajax/audit_log.php index 9860493675..caddc7a0f4 100644 --- a/pandora_console/include/ajax/audit_log.php +++ b/pandora_console/include/ajax/audit_log.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/ajax/consoles.ajax.php b/pandora_console/include/ajax/consoles.ajax.php index bb20320c75..1d76e3131e 100644 --- a/pandora_console/include/ajax/consoles.ajax.php +++ b/pandora_console/include/ajax/consoles.ajax.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ========================================================== diff --git a/pandora_console/include/ajax/custom_fields.php b/pandora_console/include/ajax/custom_fields.php index 8f3882f626..1b8de9e4c5 100644 --- a/pandora_console/include/ajax/custom_fields.php +++ b/pandora_console/include/ajax/custom_fields.php @@ -10,8 +10,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/ajax/double_auth.ajax.php b/pandora_console/include/ajax/double_auth.ajax.php index f357b4dbcd..53f96ccf93 100644 --- a/pandora_console/include/ajax/double_auth.ajax.php +++ b/pandora_console/include/ajax/double_auth.ajax.php @@ -10,8 +10,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/ajax/events.php b/pandora_console/include/ajax/events.php index 440d0acf1e..083f276e43 100644 --- a/pandora_console/include/ajax/events.php +++ b/pandora_console/include/ajax/events.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/ajax/events_extended.php b/pandora_console/include/ajax/events_extended.php index 3cea734fe5..c27776cf33 100644 --- a/pandora_console/include/ajax/events_extended.php +++ b/pandora_console/include/ajax/events_extended.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/ajax/fav_menu.ajax.php b/pandora_console/include/ajax/fav_menu.ajax.php index 9900cd9a8d..f0497256dc 100644 --- a/pandora_console/include/ajax/fav_menu.ajax.php +++ b/pandora_console/include/ajax/fav_menu.ajax.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/ajax/group.php b/pandora_console/include/ajax/group.php index 60f4d651ba..b66b256657 100644 --- a/pandora_console/include/ajax/group.php +++ b/pandora_console/include/ajax/group.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/ajax/heatmap.ajax.php b/pandora_console/include/ajax/heatmap.ajax.php index 412590192b..14315e69e9 100644 --- a/pandora_console/include/ajax/heatmap.ajax.php +++ b/pandora_console/include/ajax/heatmap.ajax.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/ajax/hostDevices.ajax.php b/pandora_console/include/ajax/hostDevices.ajax.php index 6ff35f3d8d..69007a6ef4 100644 --- a/pandora_console/include/ajax/hostDevices.ajax.php +++ b/pandora_console/include/ajax/hostDevices.ajax.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ========================================================== diff --git a/pandora_console/include/ajax/integria_incidents.ajax.php b/pandora_console/include/ajax/integria_incidents.ajax.php index a992ad27bb..540561d535 100644 --- a/pandora_console/include/ajax/integria_incidents.ajax.php +++ b/pandora_console/include/ajax/integria_incidents.ajax.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/ajax/module.php b/pandora_console/include/ajax/module.php index dae00210da..e21e687a1e 100755 --- a/pandora_console/include/ajax/module.php +++ b/pandora_console/include/ajax/module.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/ajax/order_interpreter.php b/pandora_console/include/ajax/order_interpreter.php index 94c2d43bc9..dce0d9db2b 100644 --- a/pandora_console/include/ajax/order_interpreter.php +++ b/pandora_console/include/ajax/order_interpreter.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/ajax/task_list.ajax.php b/pandora_console/include/ajax/task_list.ajax.php index 6f3abab930..83679bc533 100644 --- a/pandora_console/include/ajax/task_list.ajax.php +++ b/pandora_console/include/ajax/task_list.ajax.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/ajax/tips_window.ajax.php b/pandora_console/include/ajax/tips_window.ajax.php index 11c637d063..d67fca5002 100644 --- a/pandora_console/include/ajax/tips_window.ajax.php +++ b/pandora_console/include/ajax/tips_window.ajax.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/ajax/tree.ajax.php b/pandora_console/include/ajax/tree.ajax.php index 9eedf4f6a2..dcaf59e3cb 100644 --- a/pandora_console/include/ajax/tree.ajax.php +++ b/pandora_console/include/ajax/tree.ajax.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/ajax/update_manager.php b/pandora_console/include/ajax/update_manager.php index af4378a930..48e04d8171 100644 --- a/pandora_console/include/ajax/update_manager.php +++ b/pandora_console/include/ajax/update_manager.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/ajax/web_server_module_debug.php b/pandora_console/include/ajax/web_server_module_debug.php index 98fdf2c091..905b96d2fa 100644 --- a/pandora_console/include/ajax/web_server_module_debug.php +++ b/pandora_console/include/ajax/web_server_module_debug.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/ajax/welcome_window.php b/pandora_console/include/ajax/welcome_window.php index 5aeebf25dd..872a60e864 100644 --- a/pandora_console/include/ajax/welcome_window.php +++ b/pandora_console/include/ajax/welcome_window.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/api.php b/pandora_console/include/api.php index ab7d071648..0593f509ef 100644 --- a/pandora_console/include/api.php +++ b/pandora_console/include/api.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/auth/mysql.php b/pandora_console/include/auth/mysql.php index 3043ba57bc..7ab58f2a89 100644 --- a/pandora_console/include/auth/mysql.php +++ b/pandora_console/include/auth/mysql.php @@ -10,8 +10,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/chart_generator.php b/pandora_console/include/chart_generator.php index cce6beb569..84059577ce 100644 --- a/pandora_console/include/chart_generator.php +++ b/pandora_console/include/chart_generator.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/class/AgentDeployWizard.class.php b/pandora_console/include/class/AgentDeployWizard.class.php index 502ebd3d3a..a78e0d4017 100644 --- a/pandora_console/include/class/AgentDeployWizard.class.php +++ b/pandora_console/include/class/AgentDeployWizard.class.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/class/AgentWizard.class.php b/pandora_console/include/class/AgentWizard.class.php index ee131f62f8..91b31cb2d0 100644 --- a/pandora_console/include/class/AgentWizard.class.php +++ b/pandora_console/include/class/AgentWizard.class.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/class/AgentsAlerts.class.php b/pandora_console/include/class/AgentsAlerts.class.php index 3eaf2ed18d..b2ec6b4bb3 100644 --- a/pandora_console/include/class/AgentsAlerts.class.php +++ b/pandora_console/include/class/AgentsAlerts.class.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/class/AuditLog.class.php b/pandora_console/include/class/AuditLog.class.php index d38b2f9b93..3bf722ba59 100644 --- a/pandora_console/include/class/AuditLog.class.php +++ b/pandora_console/include/class/AuditLog.class.php @@ -10,8 +10,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/class/CalendarManager.class.php b/pandora_console/include/class/CalendarManager.class.php index 7ec2a6a9d6..ce09f185e6 100644 --- a/pandora_console/include/class/CalendarManager.class.php +++ b/pandora_console/include/class/CalendarManager.class.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/class/ConfigPEN.class.php b/pandora_console/include/class/ConfigPEN.class.php index 3d148b29f9..e1c2dba272 100644 --- a/pandora_console/include/class/ConfigPEN.class.php +++ b/pandora_console/include/class/ConfigPEN.class.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/class/ConsoleSupervisor.php b/pandora_console/include/class/ConsoleSupervisor.php index 58df736b44..9ed79ab780 100644 --- a/pandora_console/include/class/ConsoleSupervisor.php +++ b/pandora_console/include/class/ConsoleSupervisor.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/class/CredentialStore.class.php b/pandora_console/include/class/CredentialStore.class.php index 14aa32e03b..18e4e12ef2 100644 --- a/pandora_console/include/class/CredentialStore.class.php +++ b/pandora_console/include/class/CredentialStore.class.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/class/CustomNetScan.class.php b/pandora_console/include/class/CustomNetScan.class.php index 584ab6e964..05c87b068b 100644 --- a/pandora_console/include/class/CustomNetScan.class.php +++ b/pandora_console/include/class/CustomNetScan.class.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/class/Diagnostics.class.php b/pandora_console/include/class/Diagnostics.class.php index b261b2e916..e2e9a6dd36 100644 --- a/pandora_console/include/class/Diagnostics.class.php +++ b/pandora_console/include/class/Diagnostics.class.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/class/EventSound.class.php b/pandora_console/include/class/EventSound.class.php index ac568f6793..05cedfe338 100644 --- a/pandora_console/include/class/EventSound.class.php +++ b/pandora_console/include/class/EventSound.class.php @@ -10,8 +10,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/class/ExternalTools.class.php b/pandora_console/include/class/ExternalTools.class.php index 09bc3ea9dd..939ce63fc5 100644 --- a/pandora_console/include/class/ExternalTools.class.php +++ b/pandora_console/include/class/ExternalTools.class.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/class/HTML.class.php b/pandora_console/include/class/HTML.class.php index 085770fe0c..7eed5eb558 100644 --- a/pandora_console/include/class/HTML.class.php +++ b/pandora_console/include/class/HTML.class.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/class/Heatmap.class.php b/pandora_console/include/class/Heatmap.class.php index b65291d523..3cda2e4d45 100644 --- a/pandora_console/include/class/Heatmap.class.php +++ b/pandora_console/include/class/Heatmap.class.php @@ -10,8 +10,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/class/HelpFeedBack.class.php b/pandora_console/include/class/HelpFeedBack.class.php index 332f8d7f77..982cf41785 100644 --- a/pandora_console/include/class/HelpFeedBack.class.php +++ b/pandora_console/include/class/HelpFeedBack.class.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/class/ManageNetScanScripts.class.php b/pandora_console/include/class/ManageNetScanScripts.class.php index a41b76e136..030864a07c 100644 --- a/pandora_console/include/class/ManageNetScanScripts.class.php +++ b/pandora_console/include/class/ManageNetScanScripts.class.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/class/ModuleTemplates.class.php b/pandora_console/include/class/ModuleTemplates.class.php index 608b38a3b1..0014caddb9 100644 --- a/pandora_console/include/class/ModuleTemplates.class.php +++ b/pandora_console/include/class/ModuleTemplates.class.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/class/NetworkMap.class.php b/pandora_console/include/class/NetworkMap.class.php index 35958882bb..dfc107f665 100644 --- a/pandora_console/include/class/NetworkMap.class.php +++ b/pandora_console/include/class/NetworkMap.class.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/class/OrderInterpreter.class.php b/pandora_console/include/class/OrderInterpreter.class.php index 13cd0b6c68..f1ea1ad3cf 100644 --- a/pandora_console/include/class/OrderInterpreter.class.php +++ b/pandora_console/include/class/OrderInterpreter.class.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/class/SatelliteAgent.class.php b/pandora_console/include/class/SatelliteAgent.class.php index 83f0057463..8ef33b03c6 100644 --- a/pandora_console/include/class/SatelliteAgent.class.php +++ b/pandora_console/include/class/SatelliteAgent.class.php @@ -10,8 +10,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/class/SatelliteCollection.class.php b/pandora_console/include/class/SatelliteCollection.class.php index 7a3681e3dd..bd84ccdc27 100644 --- a/pandora_console/include/class/SatelliteCollection.class.php +++ b/pandora_console/include/class/SatelliteCollection.class.php @@ -10,8 +10,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/class/SnmpConsole.class.php b/pandora_console/include/class/SnmpConsole.class.php index 8dc2cb64a1..176a2afd02 100644 --- a/pandora_console/include/class/SnmpConsole.class.php +++ b/pandora_console/include/class/SnmpConsole.class.php @@ -10,8 +10,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/class/TipsWindow.class.php b/pandora_console/include/class/TipsWindow.class.php index afd35244b6..6739b928ef 100644 --- a/pandora_console/include/class/TipsWindow.class.php +++ b/pandora_console/include/class/TipsWindow.class.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/class/Tree.class.php b/pandora_console/include/class/Tree.class.php index 9eae96adbb..450f7b4c72 100644 --- a/pandora_console/include/class/Tree.class.php +++ b/pandora_console/include/class/Tree.class.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/class/TreeGroup.class.php b/pandora_console/include/class/TreeGroup.class.php index 896e90ebc4..2a03ded2e2 100644 --- a/pandora_console/include/class/TreeGroup.class.php +++ b/pandora_console/include/class/TreeGroup.class.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/class/TreeGroupEdition.class.php b/pandora_console/include/class/TreeGroupEdition.class.php index 006094c3fd..84eb484fe5 100644 --- a/pandora_console/include/class/TreeGroupEdition.class.php +++ b/pandora_console/include/class/TreeGroupEdition.class.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/class/TreeService.class.php b/pandora_console/include/class/TreeService.class.php index 49686458a6..19b1e6da32 100644 --- a/pandora_console/include/class/TreeService.class.php +++ b/pandora_console/include/class/TreeService.class.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/class/WebServerModuleDebug.class.php b/pandora_console/include/class/WebServerModuleDebug.class.php index 372ec3bdf4..e042b2e7cf 100644 --- a/pandora_console/include/class/WebServerModuleDebug.class.php +++ b/pandora_console/include/class/WebServerModuleDebug.class.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/class/WelcomeWindow.class.php b/pandora_console/include/class/WelcomeWindow.class.php index a9d3a891a9..16be14fa0c 100644 --- a/pandora_console/include/class/WelcomeWindow.class.php +++ b/pandora_console/include/class/WelcomeWindow.class.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/config.inc.php b/pandora_console/include/config.inc.php index ea3e3c9859..94441950f8 100644 --- a/pandora_console/include/config.inc.php +++ b/pandora_console/include/config.inc.php @@ -10,8 +10,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/constants.php b/pandora_console/include/constants.php index db967b9e6b..cbe7e9445d 100644 --- a/pandora_console/include/constants.php +++ b/pandora_console/include/constants.php @@ -10,8 +10,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/functions_agents.php b/pandora_console/include/functions_agents.php index a2e7c5d90b..49dc618b7c 100644 --- a/pandora_console/include/functions_agents.php +++ b/pandora_console/include/functions_agents.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/functions_api.php b/pandora_console/include/functions_api.php index 09a4326b4d..e3d4b99dc4 100644 --- a/pandora_console/include/functions_api.php +++ b/pandora_console/include/functions_api.php @@ -10,8 +10,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/functions_config.php b/pandora_console/include/functions_config.php index a011d8c0cb..d0b5b3ee51 100644 --- a/pandora_console/include/functions_config.php +++ b/pandora_console/include/functions_config.php @@ -10,8 +10,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/functions_credential_store.php b/pandora_console/include/functions_credential_store.php index 6700a09dad..95ce67c022 100644 --- a/pandora_console/include/functions_credential_store.php +++ b/pandora_console/include/functions_credential_store.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/functions_cron.php b/pandora_console/include/functions_cron.php index d0c710af9b..b1d73edc38 100644 --- a/pandora_console/include/functions_cron.php +++ b/pandora_console/include/functions_cron.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/functions_custom_fields.php b/pandora_console/include/functions_custom_fields.php index 884c3885ac..b19f843d83 100644 --- a/pandora_console/include/functions_custom_fields.php +++ b/pandora_console/include/functions_custom_fields.php @@ -10,8 +10,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/functions_events.php b/pandora_console/include/functions_events.php index f18023e3b9..b760813beb 100644 --- a/pandora_console/include/functions_events.php +++ b/pandora_console/include/functions_events.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/functions_filemanager.php b/pandora_console/include/functions_filemanager.php index 344400025a..34eca28692 100644 --- a/pandora_console/include/functions_filemanager.php +++ b/pandora_console/include/functions_filemanager.php @@ -10,8 +10,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/functions_graph.php b/pandora_console/include/functions_graph.php index 9563b25464..5ce8dcb252 100644 --- a/pandora_console/include/functions_graph.php +++ b/pandora_console/include/functions_graph.php @@ -10,8 +10,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/functions_inventory.php b/pandora_console/include/functions_inventory.php index eafd52ac8b..80e1e9887f 100644 --- a/pandora_console/include/functions_inventory.php +++ b/pandora_console/include/functions_inventory.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/functions_massive_operations.php b/pandora_console/include/functions_massive_operations.php index 73d0d17cfc..6884045330 100644 --- a/pandora_console/include/functions_massive_operations.php +++ b/pandora_console/include/functions_massive_operations.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/functions_menu.php b/pandora_console/include/functions_menu.php index c64440e472..e69df9616d 100644 --- a/pandora_console/include/functions_menu.php +++ b/pandora_console/include/functions_menu.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/functions_messages.php b/pandora_console/include/functions_messages.php index 101371e39c..f5587fab67 100644 --- a/pandora_console/include/functions_messages.php +++ b/pandora_console/include/functions_messages.php @@ -11,8 +11,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/functions_modules.php b/pandora_console/include/functions_modules.php index 66c2982054..6e02a7cfc6 100755 --- a/pandora_console/include/functions_modules.php +++ b/pandora_console/include/functions_modules.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/functions_networkmap.php b/pandora_console/include/functions_networkmap.php index a509c85421..61e6b8cdd3 100644 --- a/pandora_console/include/functions_networkmap.php +++ b/pandora_console/include/functions_networkmap.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/functions_networkmaps.php b/pandora_console/include/functions_networkmaps.php index 72609eb24f..e12dfdfa2e 100644 --- a/pandora_console/include/functions_networkmaps.php +++ b/pandora_console/include/functions_networkmaps.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/functions_notifications.php b/pandora_console/include/functions_notifications.php index bae1a12de2..51e1279c09 100644 --- a/pandora_console/include/functions_notifications.php +++ b/pandora_console/include/functions_notifications.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/functions_pandora_networkmap.php b/pandora_console/include/functions_pandora_networkmap.php index 72609eb24f..e12dfdfa2e 100644 --- a/pandora_console/include/functions_pandora_networkmap.php +++ b/pandora_console/include/functions_pandora_networkmap.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/functions_plugins.php b/pandora_console/include/functions_plugins.php index bcc3bfbb34..fbfb56941b 100644 --- a/pandora_console/include/functions_plugins.php +++ b/pandora_console/include/functions_plugins.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/functions_register.php b/pandora_console/include/functions_register.php index 856de4114d..0bfcf3f5e9 100644 --- a/pandora_console/include/functions_register.php +++ b/pandora_console/include/functions_register.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/functions_reporting.php b/pandora_console/include/functions_reporting.php index 7ebe64aa94..195571f8cc 100755 --- a/pandora_console/include/functions_reporting.php +++ b/pandora_console/include/functions_reporting.php @@ -10,8 +10,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/functions_reporting_html.php b/pandora_console/include/functions_reporting_html.php index ab24476856..0177a2405b 100644 --- a/pandora_console/include/functions_reporting_html.php +++ b/pandora_console/include/functions_reporting_html.php @@ -10,8 +10,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/functions_servers.php b/pandora_console/include/functions_servers.php index b15e1039c6..7d842095c9 100644 --- a/pandora_console/include/functions_servers.php +++ b/pandora_console/include/functions_servers.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/functions_snmp_browser.php b/pandora_console/include/functions_snmp_browser.php index b2419463e4..9fb62043b4 100644 --- a/pandora_console/include/functions_snmp_browser.php +++ b/pandora_console/include/functions_snmp_browser.php @@ -10,8 +10,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/functions_tactical.php b/pandora_console/include/functions_tactical.php index d337217bb2..4e4a981300 100644 --- a/pandora_console/include/functions_tactical.php +++ b/pandora_console/include/functions_tactical.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/functions_ui.php b/pandora_console/include/functions_ui.php index 9b997b520f..8367833efa 100755 --- a/pandora_console/include/functions_ui.php +++ b/pandora_console/include/functions_ui.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/functions_update_manager.php b/pandora_console/include/functions_update_manager.php index 3e2ed5c4dc..00dc757b1b 100755 --- a/pandora_console/include/functions_update_manager.php +++ b/pandora_console/include/functions_update_manager.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/get_file.php b/pandora_console/include/get_file.php index 2fbfd2d3c5..94f2a79ff9 100644 --- a/pandora_console/include/get_file.php +++ b/pandora_console/include/get_file.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/graphs/export_data.php b/pandora_console/include/graphs/export_data.php index d189ded532..70c9e61932 100644 --- a/pandora_console/include/graphs/export_data.php +++ b/pandora_console/include/graphs/export_data.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/help/clippy/modules_not_learning_mode.php b/pandora_console/include/help/clippy/modules_not_learning_mode.php index 97b01f0c6d..9fd7c43c57 100755 --- a/pandora_console/include/help/clippy/modules_not_learning_mode.php +++ b/pandora_console/include/help/clippy/modules_not_learning_mode.php @@ -10,8 +10,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/lib/Agent.php b/pandora_console/include/lib/Agent.php index 5e0948b447..e73ce6fe6e 100644 --- a/pandora_console/include/lib/Agent.php +++ b/pandora_console/include/lib/Agent.php @@ -10,8 +10,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/lib/Calendar.php b/pandora_console/include/lib/Calendar.php index 1c1436ab01..b27b9c7acf 100644 --- a/pandora_console/include/lib/Calendar.php +++ b/pandora_console/include/lib/Calendar.php @@ -10,8 +10,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/lib/Cluster.php b/pandora_console/include/lib/Cluster.php index 95d5d0d9e4..5c21b8ab15 100644 --- a/pandora_console/include/lib/Cluster.php +++ b/pandora_console/include/lib/Cluster.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/lib/ClusterModule.php b/pandora_console/include/lib/ClusterModule.php index 6ccdc4a69d..8543c39a16 100644 --- a/pandora_console/include/lib/ClusterModule.php +++ b/pandora_console/include/lib/ClusterModule.php @@ -10,8 +10,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/lib/ClusterViewer/ClusterManager.php b/pandora_console/include/lib/ClusterViewer/ClusterManager.php index ea523f0c56..863f39bae0 100644 --- a/pandora_console/include/lib/ClusterViewer/ClusterManager.php +++ b/pandora_console/include/lib/ClusterViewer/ClusterManager.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/lib/ClusterViewer/ClusterWizard.php b/pandora_console/include/lib/ClusterViewer/ClusterWizard.php index 33259aaacc..fa2211e0cd 100644 --- a/pandora_console/include/lib/ClusterViewer/ClusterWizard.php +++ b/pandora_console/include/lib/ClusterViewer/ClusterWizard.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/lib/Console.php b/pandora_console/include/lib/Console.php index 79787b8041..c7212f0eb0 100644 --- a/pandora_console/include/lib/Console.php +++ b/pandora_console/include/lib/Console.php @@ -10,8 +10,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/lib/Core/Config.php b/pandora_console/include/lib/Core/Config.php index 83ae9f155a..4ad61496ab 100644 --- a/pandora_console/include/lib/Core/Config.php +++ b/pandora_console/include/lib/Core/Config.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/lib/Core/DBMaintainer.php b/pandora_console/include/lib/Core/DBMaintainer.php index 635687746e..0f7ef423e3 100644 --- a/pandora_console/include/lib/Core/DBMaintainer.php +++ b/pandora_console/include/lib/Core/DBMaintainer.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/lib/Dashboard/Widgets/AvgSumMaxMinModule.php b/pandora_console/include/lib/Dashboard/Widgets/AvgSumMaxMinModule.php index bab8e00bd6..fc5e7c7721 100644 --- a/pandora_console/include/lib/Dashboard/Widgets/AvgSumMaxMinModule.php +++ b/pandora_console/include/lib/Dashboard/Widgets/AvgSumMaxMinModule.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/lib/Dashboard/Widgets/BasicChart.php b/pandora_console/include/lib/Dashboard/Widgets/BasicChart.php index c99211df2e..5874cc075e 100644 --- a/pandora_console/include/lib/Dashboard/Widgets/BasicChart.php +++ b/pandora_console/include/lib/Dashboard/Widgets/BasicChart.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/lib/Dashboard/Widgets/BlockHistogram.php b/pandora_console/include/lib/Dashboard/Widgets/BlockHistogram.php index c753ace7a9..690cfddece 100644 --- a/pandora_console/include/lib/Dashboard/Widgets/BlockHistogram.php +++ b/pandora_console/include/lib/Dashboard/Widgets/BlockHistogram.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/lib/Dashboard/Widgets/ColorModuleTabs.php b/pandora_console/include/lib/Dashboard/Widgets/ColorModuleTabs.php index cc588c8c36..052f438290 100644 --- a/pandora_console/include/lib/Dashboard/Widgets/ColorModuleTabs.php +++ b/pandora_console/include/lib/Dashboard/Widgets/ColorModuleTabs.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/lib/Dashboard/Widgets/DataMatrix.php b/pandora_console/include/lib/Dashboard/Widgets/DataMatrix.php index 49a8c13be6..0d82033463 100644 --- a/pandora_console/include/lib/Dashboard/Widgets/DataMatrix.php +++ b/pandora_console/include/lib/Dashboard/Widgets/DataMatrix.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/lib/Dashboard/Widgets/EventCardboard.php b/pandora_console/include/lib/Dashboard/Widgets/EventCardboard.php index 0d183a3eb7..9f25dff837 100644 --- a/pandora_console/include/lib/Dashboard/Widgets/EventCardboard.php +++ b/pandora_console/include/lib/Dashboard/Widgets/EventCardboard.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/lib/Dashboard/Widgets/GroupedMeterGraphs.php b/pandora_console/include/lib/Dashboard/Widgets/GroupedMeterGraphs.php index c5e62051ef..9996ae6332 100644 --- a/pandora_console/include/lib/Dashboard/Widgets/GroupedMeterGraphs.php +++ b/pandora_console/include/lib/Dashboard/Widgets/GroupedMeterGraphs.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/lib/Dashboard/Widgets/ModulesByStatus.php b/pandora_console/include/lib/Dashboard/Widgets/ModulesByStatus.php index 5b4b1cbe5f..0aa472fd8a 100644 --- a/pandora_console/include/lib/Dashboard/Widgets/ModulesByStatus.php +++ b/pandora_console/include/lib/Dashboard/Widgets/ModulesByStatus.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/lib/Dashboard/Widgets/agent_module.php b/pandora_console/include/lib/Dashboard/Widgets/agent_module.php index 0e9495f8cd..a8f69cbca6 100644 --- a/pandora_console/include/lib/Dashboard/Widgets/agent_module.php +++ b/pandora_console/include/lib/Dashboard/Widgets/agent_module.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/lib/Dashboard/Widgets/alerts_fired.php b/pandora_console/include/lib/Dashboard/Widgets/alerts_fired.php index f2aa1cf53c..7cda13b1ed 100755 --- a/pandora_console/include/lib/Dashboard/Widgets/alerts_fired.php +++ b/pandora_console/include/lib/Dashboard/Widgets/alerts_fired.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/lib/Dashboard/Widgets/clock.php b/pandora_console/include/lib/Dashboard/Widgets/clock.php index c9cde295b7..b5e2514155 100644 --- a/pandora_console/include/lib/Dashboard/Widgets/clock.php +++ b/pandora_console/include/lib/Dashboard/Widgets/clock.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/lib/Dashboard/Widgets/custom_graph.php b/pandora_console/include/lib/Dashboard/Widgets/custom_graph.php index 67d8ffac93..cbd448eba2 100644 --- a/pandora_console/include/lib/Dashboard/Widgets/custom_graph.php +++ b/pandora_console/include/lib/Dashboard/Widgets/custom_graph.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/lib/Dashboard/Widgets/events_list.php b/pandora_console/include/lib/Dashboard/Widgets/events_list.php index e7e9abcace..5bc67bd811 100644 --- a/pandora_console/include/lib/Dashboard/Widgets/events_list.php +++ b/pandora_console/include/lib/Dashboard/Widgets/events_list.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/lib/Dashboard/Widgets/example.php b/pandora_console/include/lib/Dashboard/Widgets/example.php index 43f575820d..efd6ca8f87 100644 --- a/pandora_console/include/lib/Dashboard/Widgets/example.php +++ b/pandora_console/include/lib/Dashboard/Widgets/example.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/lib/Dashboard/Widgets/graph_module_histogram.php b/pandora_console/include/lib/Dashboard/Widgets/graph_module_histogram.php index 43c19ed32c..03b78ca3f9 100644 --- a/pandora_console/include/lib/Dashboard/Widgets/graph_module_histogram.php +++ b/pandora_console/include/lib/Dashboard/Widgets/graph_module_histogram.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/lib/Dashboard/Widgets/groups_status.php b/pandora_console/include/lib/Dashboard/Widgets/groups_status.php index ad1178fbf5..ee75b848c2 100755 --- a/pandora_console/include/lib/Dashboard/Widgets/groups_status.php +++ b/pandora_console/include/lib/Dashboard/Widgets/groups_status.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/lib/Dashboard/Widgets/heatmap.php b/pandora_console/include/lib/Dashboard/Widgets/heatmap.php index 3991675d26..994591cafe 100644 --- a/pandora_console/include/lib/Dashboard/Widgets/heatmap.php +++ b/pandora_console/include/lib/Dashboard/Widgets/heatmap.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/lib/Dashboard/Widgets/maps_made_by_user.php b/pandora_console/include/lib/Dashboard/Widgets/maps_made_by_user.php index d931feba59..99468ddffe 100644 --- a/pandora_console/include/lib/Dashboard/Widgets/maps_made_by_user.php +++ b/pandora_console/include/lib/Dashboard/Widgets/maps_made_by_user.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/lib/Dashboard/Widgets/maps_status.php b/pandora_console/include/lib/Dashboard/Widgets/maps_status.php index 9ef68b0828..fbe1cb0625 100755 --- a/pandora_console/include/lib/Dashboard/Widgets/maps_status.php +++ b/pandora_console/include/lib/Dashboard/Widgets/maps_status.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/lib/Dashboard/Widgets/module_icon.php b/pandora_console/include/lib/Dashboard/Widgets/module_icon.php index 24796f3267..88e6a87c87 100644 --- a/pandora_console/include/lib/Dashboard/Widgets/module_icon.php +++ b/pandora_console/include/lib/Dashboard/Widgets/module_icon.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/lib/Dashboard/Widgets/module_status.php b/pandora_console/include/lib/Dashboard/Widgets/module_status.php index c2257fa48f..576d4fe751 100644 --- a/pandora_console/include/lib/Dashboard/Widgets/module_status.php +++ b/pandora_console/include/lib/Dashboard/Widgets/module_status.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/lib/Dashboard/Widgets/module_table_value.php b/pandora_console/include/lib/Dashboard/Widgets/module_table_value.php index 0c72cac7c5..36872a4c2c 100644 --- a/pandora_console/include/lib/Dashboard/Widgets/module_table_value.php +++ b/pandora_console/include/lib/Dashboard/Widgets/module_table_value.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/lib/Dashboard/Widgets/module_value.php b/pandora_console/include/lib/Dashboard/Widgets/module_value.php index fbbe0bfa1e..bdceb715c2 100644 --- a/pandora_console/include/lib/Dashboard/Widgets/module_value.php +++ b/pandora_console/include/lib/Dashboard/Widgets/module_value.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/lib/Dashboard/Widgets/monitor_health.php b/pandora_console/include/lib/Dashboard/Widgets/monitor_health.php index ebbe3a48b8..ee40a25e5d 100644 --- a/pandora_console/include/lib/Dashboard/Widgets/monitor_health.php +++ b/pandora_console/include/lib/Dashboard/Widgets/monitor_health.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/lib/Dashboard/Widgets/network_map.php b/pandora_console/include/lib/Dashboard/Widgets/network_map.php index a0cc719aba..ad00435527 100644 --- a/pandora_console/include/lib/Dashboard/Widgets/network_map.php +++ b/pandora_console/include/lib/Dashboard/Widgets/network_map.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/lib/Dashboard/Widgets/os_quick_report.php b/pandora_console/include/lib/Dashboard/Widgets/os_quick_report.php index 9fe1e734b1..511eed54b5 100644 --- a/pandora_console/include/lib/Dashboard/Widgets/os_quick_report.php +++ b/pandora_console/include/lib/Dashboard/Widgets/os_quick_report.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/lib/Dashboard/Widgets/post.php b/pandora_console/include/lib/Dashboard/Widgets/post.php index 95136cf493..cecc737b2b 100755 --- a/pandora_console/include/lib/Dashboard/Widgets/post.php +++ b/pandora_console/include/lib/Dashboard/Widgets/post.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/lib/Dashboard/Widgets/reports.php b/pandora_console/include/lib/Dashboard/Widgets/reports.php index bcb7df411d..6d579f4061 100644 --- a/pandora_console/include/lib/Dashboard/Widgets/reports.php +++ b/pandora_console/include/lib/Dashboard/Widgets/reports.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/lib/Dashboard/Widgets/service_map.php b/pandora_console/include/lib/Dashboard/Widgets/service_map.php index 30ef79b5e1..9a44af9819 100644 --- a/pandora_console/include/lib/Dashboard/Widgets/service_map.php +++ b/pandora_console/include/lib/Dashboard/Widgets/service_map.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/lib/Dashboard/Widgets/service_view.php b/pandora_console/include/lib/Dashboard/Widgets/service_view.php index 38f276d6f1..d20ab8ec91 100644 --- a/pandora_console/include/lib/Dashboard/Widgets/service_view.php +++ b/pandora_console/include/lib/Dashboard/Widgets/service_view.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/lib/Dashboard/Widgets/single_graph.php b/pandora_console/include/lib/Dashboard/Widgets/single_graph.php index 4d6b6b9968..70b86f9722 100644 --- a/pandora_console/include/lib/Dashboard/Widgets/single_graph.php +++ b/pandora_console/include/lib/Dashboard/Widgets/single_graph.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/lib/Dashboard/Widgets/sla_percent.php b/pandora_console/include/lib/Dashboard/Widgets/sla_percent.php index 51fc00ec43..3d5c03e29c 100644 --- a/pandora_console/include/lib/Dashboard/Widgets/sla_percent.php +++ b/pandora_console/include/lib/Dashboard/Widgets/sla_percent.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/lib/Dashboard/Widgets/system_group_status.php b/pandora_console/include/lib/Dashboard/Widgets/system_group_status.php index fdd7bc365f..7ebb602e84 100644 --- a/pandora_console/include/lib/Dashboard/Widgets/system_group_status.php +++ b/pandora_console/include/lib/Dashboard/Widgets/system_group_status.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/lib/Dashboard/Widgets/tactical.php b/pandora_console/include/lib/Dashboard/Widgets/tactical.php index f6cb653332..0702fe7306 100755 --- a/pandora_console/include/lib/Dashboard/Widgets/tactical.php +++ b/pandora_console/include/lib/Dashboard/Widgets/tactical.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/lib/Dashboard/Widgets/top_n.php b/pandora_console/include/lib/Dashboard/Widgets/top_n.php index 264133a5d1..ac5d530173 100644 --- a/pandora_console/include/lib/Dashboard/Widgets/top_n.php +++ b/pandora_console/include/lib/Dashboard/Widgets/top_n.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/lib/Dashboard/Widgets/top_n_events_by_group.php b/pandora_console/include/lib/Dashboard/Widgets/top_n_events_by_group.php index 82b1f19aaa..0c1f361b25 100644 --- a/pandora_console/include/lib/Dashboard/Widgets/top_n_events_by_group.php +++ b/pandora_console/include/lib/Dashboard/Widgets/top_n_events_by_group.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/lib/Dashboard/Widgets/top_n_events_by_module.php b/pandora_console/include/lib/Dashboard/Widgets/top_n_events_by_module.php index 0f90940263..79bbd54ed2 100644 --- a/pandora_console/include/lib/Dashboard/Widgets/top_n_events_by_module.php +++ b/pandora_console/include/lib/Dashboard/Widgets/top_n_events_by_module.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/lib/Dashboard/Widgets/tree_view.php b/pandora_console/include/lib/Dashboard/Widgets/tree_view.php index 64bca68850..bd4d05d347 100644 --- a/pandora_console/include/lib/Dashboard/Widgets/tree_view.php +++ b/pandora_console/include/lib/Dashboard/Widgets/tree_view.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/lib/Dashboard/Widgets/url.php b/pandora_console/include/lib/Dashboard/Widgets/url.php index e75a09dc65..3d9777de28 100644 --- a/pandora_console/include/lib/Dashboard/Widgets/url.php +++ b/pandora_console/include/lib/Dashboard/Widgets/url.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/lib/Dashboard/Widgets/wux_transaction.php b/pandora_console/include/lib/Dashboard/Widgets/wux_transaction.php index 258bdf4271..70bef84f0e 100644 --- a/pandora_console/include/lib/Dashboard/Widgets/wux_transaction.php +++ b/pandora_console/include/lib/Dashboard/Widgets/wux_transaction.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/lib/Dashboard/Widgets/wux_transaction_stats.php b/pandora_console/include/lib/Dashboard/Widgets/wux_transaction_stats.php index ff8b677ff3..670b2cb01b 100644 --- a/pandora_console/include/lib/Dashboard/Widgets/wux_transaction_stats.php +++ b/pandora_console/include/lib/Dashboard/Widgets/wux_transaction_stats.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/lib/Entity.php b/pandora_console/include/lib/Entity.php index c317a10b73..46ac04e767 100644 --- a/pandora_console/include/lib/Entity.php +++ b/pandora_console/include/lib/Entity.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/lib/Event.php b/pandora_console/include/lib/Event.php index 7ffafbcd47..0ccea011ad 100644 --- a/pandora_console/include/lib/Event.php +++ b/pandora_console/include/lib/Event.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/lib/Group.php b/pandora_console/include/lib/Group.php index c1c0cab771..71a7a29bd0 100644 --- a/pandora_console/include/lib/Group.php +++ b/pandora_console/include/lib/Group.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/lib/Module.php b/pandora_console/include/lib/Module.php index c89e36d20a..453dccac93 100644 --- a/pandora_console/include/lib/Module.php +++ b/pandora_console/include/lib/Module.php @@ -10,8 +10,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/lib/ModuleStatus.php b/pandora_console/include/lib/ModuleStatus.php index 12d373448c..72bfde939f 100644 --- a/pandora_console/include/lib/ModuleStatus.php +++ b/pandora_console/include/lib/ModuleStatus.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/lib/ModuleType.php b/pandora_console/include/lib/ModuleType.php index 40bed09019..a0bd664625 100644 --- a/pandora_console/include/lib/ModuleType.php +++ b/pandora_console/include/lib/ModuleType.php @@ -10,8 +10,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/lib/PublicLogin.php b/pandora_console/include/lib/PublicLogin.php index ea1f35e76e..5e4277903e 100644 --- a/pandora_console/include/lib/PublicLogin.php +++ b/pandora_console/include/lib/PublicLogin.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/lib/SpecialDay.php b/pandora_console/include/lib/SpecialDay.php index 3ba60d748e..ad4ca442fb 100644 --- a/pandora_console/include/lib/SpecialDay.php +++ b/pandora_console/include/lib/SpecialDay.php @@ -10,8 +10,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/lib/Tools/Files.php b/pandora_console/include/lib/Tools/Files.php index 6b969dcc1a..32eb3ea291 100644 --- a/pandora_console/include/lib/Tools/Files.php +++ b/pandora_console/include/lib/Tools/Files.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/lib/Tools/Strings.php b/pandora_console/include/lib/Tools/Strings.php index 338d8eb36b..98c440a430 100644 --- a/pandora_console/include/lib/Tools/Strings.php +++ b/pandora_console/include/lib/Tools/Strings.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/lib/User.php b/pandora_console/include/lib/User.php index 148a785a1d..9ddb6783bc 100644 --- a/pandora_console/include/lib/User.php +++ b/pandora_console/include/lib/User.php @@ -10,8 +10,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/lib/View.php b/pandora_console/include/lib/View.php index 397a3ed1be..26323cafe2 100644 --- a/pandora_console/include/lib/View.php +++ b/pandora_console/include/lib/View.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/load_session.php b/pandora_console/include/load_session.php index 59272e1edd..c6c4ef30aa 100644 --- a/pandora_console/include/load_session.php +++ b/pandora_console/include/load_session.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/rest-api/models/VisualConsole/View.php b/pandora_console/include/rest-api/models/VisualConsole/View.php index f4cdb25f8f..f830d64ce7 100644 --- a/pandora_console/include/rest-api/models/VisualConsole/View.php +++ b/pandora_console/include/rest-api/models/VisualConsole/View.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/include/websocket_registrations.php b/pandora_console/include/websocket_registrations.php index 09d2c80d62..d9e9eaaf69 100644 --- a/pandora_console/include/websocket_registrations.php +++ b/pandora_console/include/websocket_registrations.php @@ -17,8 +17,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/index.php b/pandora_console/index.php index a94c7a93de..4d344a99af 100755 --- a/pandora_console/index.php +++ b/pandora_console/index.php @@ -10,8 +10,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/install.php b/pandora_console/install.php index 8073bc3010..0de8bdaf45 100644 --- a/pandora_console/install.php +++ b/pandora_console/install.php @@ -10,8 +10,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/mobile/operation/agent.php b/pandora_console/mobile/operation/agent.php index 1c23d03779..9d0b435786 100644 --- a/pandora_console/mobile/operation/agent.php +++ b/pandora_console/mobile/operation/agent.php @@ -10,8 +10,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/mobile/operation/agents.php b/pandora_console/mobile/operation/agents.php index 3eb1d65adb..cabab81bcc 100644 --- a/pandora_console/mobile/operation/agents.php +++ b/pandora_console/mobile/operation/agents.php @@ -10,8 +10,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/mobile/operation/alerts.php b/pandora_console/mobile/operation/alerts.php index 9b61fe436b..c6864eda18 100644 --- a/pandora_console/mobile/operation/alerts.php +++ b/pandora_console/mobile/operation/alerts.php @@ -10,8 +10,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/mobile/operation/events.php b/pandora_console/mobile/operation/events.php index a499c64b6b..d1716d675b 100644 --- a/pandora_console/mobile/operation/events.php +++ b/pandora_console/mobile/operation/events.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/mobile/operation/module_data.php b/pandora_console/mobile/operation/module_data.php index 60d09ed23e..77063f30c9 100644 --- a/pandora_console/mobile/operation/module_data.php +++ b/pandora_console/mobile/operation/module_data.php @@ -10,8 +10,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/mobile/operation/modules.php b/pandora_console/mobile/operation/modules.php index 10ea08ba71..0a68feee0e 100644 --- a/pandora_console/mobile/operation/modules.php +++ b/pandora_console/mobile/operation/modules.php @@ -10,8 +10,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/mobile/operation/server_status.php b/pandora_console/mobile/operation/server_status.php index a0ee21bf3c..1a28445f1f 100644 --- a/pandora_console/mobile/operation/server_status.php +++ b/pandora_console/mobile/operation/server_status.php @@ -10,8 +10,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/mobile/operation/visualmap.php b/pandora_console/mobile/operation/visualmap.php index 600397248a..9b51bf11ec 100644 --- a/pandora_console/mobile/operation/visualmap.php +++ b/pandora_console/mobile/operation/visualmap.php @@ -10,8 +10,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/mobile/operation/visualmaps.php b/pandora_console/mobile/operation/visualmaps.php index 2298b6612d..8c3c0e2abb 100644 --- a/pandora_console/mobile/operation/visualmaps.php +++ b/pandora_console/mobile/operation/visualmaps.php @@ -10,8 +10,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/operation/agentes/agent_inventory.php b/pandora_console/operation/agentes/agent_inventory.php index 9b012647f1..999684b863 100644 --- a/pandora_console/operation/agentes/agent_inventory.php +++ b/pandora_console/operation/agentes/agent_inventory.php @@ -10,8 +10,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/operation/agentes/alerts_status.functions.php b/pandora_console/operation/agentes/alerts_status.functions.php index 61f8c81b63..5c5bf6dbe7 100755 --- a/pandora_console/operation/agentes/alerts_status.functions.php +++ b/pandora_console/operation/agentes/alerts_status.functions.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/operation/agentes/alerts_status.php b/pandora_console/operation/agentes/alerts_status.php index 666132fa9e..546d73c755 100755 --- a/pandora_console/operation/agentes/alerts_status.php +++ b/pandora_console/operation/agentes/alerts_status.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/operation/agentes/estado_agente.php b/pandora_console/operation/agentes/estado_agente.php index 7ae57a6c4e..c5c9c1f1f4 100644 --- a/pandora_console/operation/agentes/estado_agente.php +++ b/pandora_console/operation/agentes/estado_agente.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/operation/agentes/estado_generalagente.php b/pandora_console/operation/agentes/estado_generalagente.php index 52bbb6b27c..da05ef5770 100755 --- a/pandora_console/operation/agentes/estado_generalagente.php +++ b/pandora_console/operation/agentes/estado_generalagente.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/operation/agentes/estado_monitores.php b/pandora_console/operation/agentes/estado_monitores.php index d990846354..dfef58ce56 100755 --- a/pandora_console/operation/agentes/estado_monitores.php +++ b/pandora_console/operation/agentes/estado_monitores.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/operation/agentes/exportdata.php b/pandora_console/operation/agentes/exportdata.php index 61df2cade1..5791699510 100644 --- a/pandora_console/operation/agentes/exportdata.php +++ b/pandora_console/operation/agentes/exportdata.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/operation/agentes/external_tools.php b/pandora_console/operation/agentes/external_tools.php index d111249ee2..b4b27f933b 100644 --- a/pandora_console/operation/agentes/external_tools.php +++ b/pandora_console/operation/agentes/external_tools.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/operation/agentes/graphs.php b/pandora_console/operation/agentes/graphs.php index f696060bc2..7807e925f7 100644 --- a/pandora_console/operation/agentes/graphs.php +++ b/pandora_console/operation/agentes/graphs.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/operation/agentes/group_view.php b/pandora_console/operation/agentes/group_view.php index 78b79e4f64..6a863a4e78 100644 --- a/pandora_console/operation/agentes/group_view.php +++ b/pandora_console/operation/agentes/group_view.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/operation/agentes/interface_traffic_graph_win.php b/pandora_console/operation/agentes/interface_traffic_graph_win.php index 57b400fbcd..ec1dc4b0d4 100644 --- a/pandora_console/operation/agentes/interface_traffic_graph_win.php +++ b/pandora_console/operation/agentes/interface_traffic_graph_win.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/operation/agentes/interface_view.php b/pandora_console/operation/agentes/interface_view.php index 580ae0702e..10ffafea71 100644 --- a/pandora_console/operation/agentes/interface_view.php +++ b/pandora_console/operation/agentes/interface_view.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/operation/agentes/pandora_networkmap.editor.php b/pandora_console/operation/agentes/pandora_networkmap.editor.php index add8c2af51..968db594ac 100644 --- a/pandora_console/operation/agentes/pandora_networkmap.editor.php +++ b/pandora_console/operation/agentes/pandora_networkmap.editor.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/operation/agentes/pandora_networkmap.php b/pandora_console/operation/agentes/pandora_networkmap.php index 9f238aef78..c379548f8f 100644 --- a/pandora_console/operation/agentes/pandora_networkmap.php +++ b/pandora_console/operation/agentes/pandora_networkmap.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/operation/agentes/pandora_networkmap.view.php b/pandora_console/operation/agentes/pandora_networkmap.view.php index 79cd94dc14..435278932c 100644 --- a/pandora_console/operation/agentes/pandora_networkmap.view.php +++ b/pandora_console/operation/agentes/pandora_networkmap.view.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/operation/agentes/realtime_win.php b/pandora_console/operation/agentes/realtime_win.php index 7a6a0a3d97..b79371924f 100644 --- a/pandora_console/operation/agentes/realtime_win.php +++ b/pandora_console/operation/agentes/realtime_win.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/operation/agentes/stat_win.php b/pandora_console/operation/agentes/stat_win.php index 539ebc1626..40877a3099 100644 --- a/pandora_console/operation/agentes/stat_win.php +++ b/pandora_console/operation/agentes/stat_win.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/operation/agentes/status_monitor.php b/pandora_console/operation/agentes/status_monitor.php index c4fffb7df2..3422903ace 100644 --- a/pandora_console/operation/agentes/status_monitor.php +++ b/pandora_console/operation/agentes/status_monitor.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/operation/agentes/tactical.php b/pandora_console/operation/agentes/tactical.php index 127284d5c4..6ce9edbe78 100755 --- a/pandora_console/operation/agentes/tactical.php +++ b/pandora_console/operation/agentes/tactical.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/operation/agentes/ver_agente.php b/pandora_console/operation/agentes/ver_agente.php index d451c87063..a9d27e21f0 100644 --- a/pandora_console/operation/agentes/ver_agente.php +++ b/pandora_console/operation/agentes/ver_agente.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/operation/cluster/cluster.php b/pandora_console/operation/cluster/cluster.php index dfcdca1e94..cf2f9398f1 100755 --- a/pandora_console/operation/cluster/cluster.php +++ b/pandora_console/operation/cluster/cluster.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/operation/dashboard/dashboard.php b/pandora_console/operation/dashboard/dashboard.php index 62de0d1ca4..0a3fc0b526 100644 --- a/pandora_console/operation/dashboard/dashboard.php +++ b/pandora_console/operation/dashboard/dashboard.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/operation/dashboard/public_dashboard.php b/pandora_console/operation/dashboard/public_dashboard.php index a7e71c41ca..29b242eb55 100644 --- a/pandora_console/operation/dashboard/public_dashboard.php +++ b/pandora_console/operation/dashboard/public_dashboard.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/operation/events/events.php b/pandora_console/operation/events/events.php index 30c397b0f3..329c206293 100644 --- a/pandora_console/operation/events/events.php +++ b/pandora_console/operation/events/events.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/operation/events/events_rss.php b/pandora_console/operation/events/events_rss.php index 0aec573e5e..e1946b428b 100644 --- a/pandora_console/operation/events/events_rss.php +++ b/pandora_console/operation/events/events_rss.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/operation/events/export_csv.php b/pandora_console/operation/events/export_csv.php index b8bc3dcb7b..5571d5ebf7 100644 --- a/pandora_console/operation/events/export_csv.php +++ b/pandora_console/operation/events/export_csv.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/operation/events/sound_events.php b/pandora_console/operation/events/sound_events.php index a7aa832055..ae38d32c7f 100644 --- a/pandora_console/operation/events/sound_events.php +++ b/pandora_console/operation/events/sound_events.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/operation/heatmap.php b/pandora_console/operation/heatmap.php index 05d7be34dd..87ddb7e2e7 100644 --- a/pandora_console/operation/heatmap.php +++ b/pandora_console/operation/heatmap.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/operation/inventory/inventory.php b/pandora_console/operation/inventory/inventory.php index b6f9d64f01..8e50b585bc 100755 --- a/pandora_console/operation/inventory/inventory.php +++ b/pandora_console/operation/inventory/inventory.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/operation/menu.php b/pandora_console/operation/menu.php index 8d5fbaa9cf..da7604f742 100644 --- a/pandora_console/operation/menu.php +++ b/pandora_console/operation/menu.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/operation/messages/message_edit.php b/pandora_console/operation/messages/message_edit.php index 6f7a7d6b65..69f3a29bbc 100644 --- a/pandora_console/operation/messages/message_edit.php +++ b/pandora_console/operation/messages/message_edit.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/operation/messages/message_list.php b/pandora_console/operation/messages/message_list.php index 0b45f6d2ff..4c76c0d826 100644 --- a/pandora_console/operation/messages/message_list.php +++ b/pandora_console/operation/messages/message_list.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/operation/netflow/netflow_explorer.php b/pandora_console/operation/netflow/netflow_explorer.php index a04886f8d7..0c6afca4c8 100644 --- a/pandora_console/operation/netflow/netflow_explorer.php +++ b/pandora_console/operation/netflow/netflow_explorer.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/operation/netflow/nf_live_view.php b/pandora_console/operation/netflow/nf_live_view.php index 52d0452520..a32117e7cb 100644 --- a/pandora_console/operation/netflow/nf_live_view.php +++ b/pandora_console/operation/netflow/nf_live_view.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/operation/network/network_report.php b/pandora_console/operation/network/network_report.php index 63e8b51f03..912f8662bf 100644 --- a/pandora_console/operation/network/network_report.php +++ b/pandora_console/operation/network/network_report.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/operation/network/network_usage_map.php b/pandora_console/operation/network/network_usage_map.php index 46c88ef7a6..233241e660 100644 --- a/pandora_console/operation/network/network_usage_map.php +++ b/pandora_console/operation/network/network_usage_map.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/operation/reporting/graph_viewer.php b/pandora_console/operation/reporting/graph_viewer.php index 26289f4b3c..cf9faf0ff3 100644 --- a/pandora_console/operation/reporting/graph_viewer.php +++ b/pandora_console/operation/reporting/graph_viewer.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/operation/search_policies.getdata.php b/pandora_console/operation/search_policies.getdata.php index 9f84dd48d6..bd81cb4b39 100644 --- a/pandora_console/operation/search_policies.getdata.php +++ b/pandora_console/operation/search_policies.getdata.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/operation/snmpconsole/snmp_browser.php b/pandora_console/operation/snmpconsole/snmp_browser.php index b39833d7a3..e50164f680 100644 --- a/pandora_console/operation/snmpconsole/snmp_browser.php +++ b/pandora_console/operation/snmpconsole/snmp_browser.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/operation/snmpconsole/snmp_mib_uploader.php b/pandora_console/operation/snmpconsole/snmp_mib_uploader.php index 61a79fba7e..4c8f0d73a5 100644 --- a/pandora_console/operation/snmpconsole/snmp_mib_uploader.php +++ b/pandora_console/operation/snmpconsole/snmp_mib_uploader.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/operation/snmpconsole/snmp_view.php b/pandora_console/operation/snmpconsole/snmp_view.php index 85e10d7fd9..63601a4b7b 100755 --- a/pandora_console/operation/snmpconsole/snmp_view.php +++ b/pandora_console/operation/snmpconsole/snmp_view.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/operation/tree.php b/pandora_console/operation/tree.php index 6a3f66663a..239600694a 100755 --- a/pandora_console/operation/tree.php +++ b/pandora_console/operation/tree.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/operation/users/user_edit.php b/pandora_console/operation/users/user_edit.php index 0a9e2e98d4..dec3713226 100644 --- a/pandora_console/operation/users/user_edit.php +++ b/pandora_console/operation/users/user_edit.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/operation/users/user_edit_header.php b/pandora_console/operation/users/user_edit_header.php index 646f04204f..9e74f0dbdd 100644 --- a/pandora_console/operation/users/user_edit_header.php +++ b/pandora_console/operation/users/user_edit_header.php @@ -10,8 +10,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/operation/users/user_edit_notifications.php b/pandora_console/operation/users/user_edit_notifications.php index 127d266a3b..d0c24c9a53 100644 --- a/pandora_console/operation/users/user_edit_notifications.php +++ b/pandora_console/operation/users/user_edit_notifications.php @@ -10,8 +10,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/operation/visual_console/view.php b/pandora_console/operation/visual_console/view.php index 4596bfde77..1b8292841a 100644 --- a/pandora_console/operation/visual_console/view.php +++ b/pandora_console/operation/visual_console/view.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/tools/diagnostics.php b/pandora_console/tools/diagnostics.php index 0e9c50770b..38a9737f86 100644 --- a/pandora_console/tools/diagnostics.php +++ b/pandora_console/tools/diagnostics.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/update_manager_client/api.php b/pandora_console/update_manager_client/api.php index 528fd4b1bf..5c21d28de7 100644 --- a/pandora_console/update_manager_client/api.php +++ b/pandora_console/update_manager_client/api.php @@ -14,8 +14,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/update_manager_client/lib/UpdateManager/API/Server.php b/pandora_console/update_manager_client/lib/UpdateManager/API/Server.php index 9d83a1464d..4c348c7803 100644 --- a/pandora_console/update_manager_client/lib/UpdateManager/API/Server.php +++ b/pandora_console/update_manager_client/lib/UpdateManager/API/Server.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/update_manager_client/lib/UpdateManager/Client.php b/pandora_console/update_manager_client/lib/UpdateManager/Client.php index 7d38482b54..528298b914 100644 --- a/pandora_console/update_manager_client/lib/UpdateManager/Client.php +++ b/pandora_console/update_manager_client/lib/UpdateManager/Client.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/update_manager_client/lib/UpdateManager/UI/Manager.php b/pandora_console/update_manager_client/lib/UpdateManager/UI/Manager.php index fcf925af6d..36800aea56 100644 --- a/pandora_console/update_manager_client/lib/UpdateManager/UI/Manager.php +++ b/pandora_console/update_manager_client/lib/UpdateManager/UI/Manager.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/update_manager_client/lib/UpdateManager/UI/View.php b/pandora_console/update_manager_client/lib/UpdateManager/UI/View.php index b0c23005ad..0d9c79daa2 100644 --- a/pandora_console/update_manager_client/lib/UpdateManager/UI/View.php +++ b/pandora_console/update_manager_client/lib/UpdateManager/UI/View.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/update_manager_client/views/offline.php b/pandora_console/update_manager_client/views/offline.php index 1f45cd6a05..059d9429d2 100644 --- a/pandora_console/update_manager_client/views/offline.php +++ b/pandora_console/update_manager_client/views/offline.php @@ -11,8 +11,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/update_manager_client/views/online.php b/pandora_console/update_manager_client/views/online.php index 6328a9436a..7d991eeded 100644 --- a/pandora_console/update_manager_client/views/online.php +++ b/pandora_console/update_manager_client/views/online.php @@ -11,8 +11,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/views/calendar/edit.php b/pandora_console/views/calendar/edit.php index 7b9baf233e..eb12f120ef 100644 --- a/pandora_console/views/calendar/edit.php +++ b/pandora_console/views/calendar/edit.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/views/calendar/list.php b/pandora_console/views/calendar/list.php index 550923a5d2..23e8019905 100644 --- a/pandora_console/views/calendar/list.php +++ b/pandora_console/views/calendar/list.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/views/calendar/special_days.php b/pandora_console/views/calendar/special_days.php index b31dfa0d68..0f4f4ea004 100644 --- a/pandora_console/views/calendar/special_days.php +++ b/pandora_console/views/calendar/special_days.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/views/calendar/special_days_edit.php b/pandora_console/views/calendar/special_days_edit.php index 95a77bb785..dbcfca7025 100644 --- a/pandora_console/views/calendar/special_days_edit.php +++ b/pandora_console/views/calendar/special_days_edit.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/views/cluster/edit.php b/pandora_console/views/cluster/edit.php index 0f0089dc37..d6f424ca7e 100644 --- a/pandora_console/views/cluster/edit.php +++ b/pandora_console/views/cluster/edit.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/views/cluster/list.php b/pandora_console/views/cluster/list.php index 12cfdbc621..03ec4ba5a7 100644 --- a/pandora_console/views/cluster/list.php +++ b/pandora_console/views/cluster/list.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/views/cluster/view.php b/pandora_console/views/cluster/view.php index 76216b93f0..c4e4035235 100644 --- a/pandora_console/views/cluster/view.php +++ b/pandora_console/views/cluster/view.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/views/consoles/list.php b/pandora_console/views/consoles/list.php index 4d4e49aa29..7ed8c92d18 100644 --- a/pandora_console/views/consoles/list.php +++ b/pandora_console/views/consoles/list.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/views/dashboard/cell.php b/pandora_console/views/dashboard/cell.php index 173e0c98bb..d9ffba349e 100644 --- a/pandora_console/views/dashboard/cell.php +++ b/pandora_console/views/dashboard/cell.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/views/dashboard/configurationWidgets.php b/pandora_console/views/dashboard/configurationWidgets.php index 260512d2be..9e87ddbed1 100644 --- a/pandora_console/views/dashboard/configurationWidgets.php +++ b/pandora_console/views/dashboard/configurationWidgets.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/views/dashboard/formDashboard.php b/pandora_console/views/dashboard/formDashboard.php index 4341f7c388..925e36a4ac 100644 --- a/pandora_console/views/dashboard/formDashboard.php +++ b/pandora_console/views/dashboard/formDashboard.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/views/dashboard/formSlides.php b/pandora_console/views/dashboard/formSlides.php index e7da77d325..797f4ad7a9 100644 --- a/pandora_console/views/dashboard/formSlides.php +++ b/pandora_console/views/dashboard/formSlides.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/views/dashboard/header.php b/pandora_console/views/dashboard/header.php index 0c1b47922b..b774cbd59b 100644 --- a/pandora_console/views/dashboard/header.php +++ b/pandora_console/views/dashboard/header.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/views/dashboard/jsLayout.php b/pandora_console/views/dashboard/jsLayout.php index 8bd060ae6a..900ceea53f 100644 --- a/pandora_console/views/dashboard/jsLayout.php +++ b/pandora_console/views/dashboard/jsLayout.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/views/dashboard/layout.php b/pandora_console/views/dashboard/layout.php index 74ff9993ca..dfc479b893 100644 --- a/pandora_console/views/dashboard/layout.php +++ b/pandora_console/views/dashboard/layout.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/views/dashboard/list.php b/pandora_console/views/dashboard/list.php index 223a6ce709..d87bd79508 100644 --- a/pandora_console/views/dashboard/list.php +++ b/pandora_console/views/dashboard/list.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/views/dashboard/listWidgets.php b/pandora_console/views/dashboard/listWidgets.php index f0ffc37831..0f4c9473e7 100644 --- a/pandora_console/views/dashboard/listWidgets.php +++ b/pandora_console/views/dashboard/listWidgets.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/views/dashboard/slides.php b/pandora_console/views/dashboard/slides.php index 5aa747a73f..c85ea85aed 100644 --- a/pandora_console/views/dashboard/slides.php +++ b/pandora_console/views/dashboard/slides.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/views/dashboard/slidesWidget.php b/pandora_console/views/dashboard/slidesWidget.php index 2558aa4937..7c671d50b9 100644 --- a/pandora_console/views/dashboard/slidesWidget.php +++ b/pandora_console/views/dashboard/slidesWidget.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/views/dashboard/tipsWindow.php b/pandora_console/views/dashboard/tipsWindow.php index deb316ec6d..2efc70bec3 100644 --- a/pandora_console/views/dashboard/tipsWindow.php +++ b/pandora_console/views/dashboard/tipsWindow.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/views/dashboard/widget.php b/pandora_console/views/dashboard/widget.php index b13e9306be..3d6b5cf4a0 100644 --- a/pandora_console/views/dashboard/widget.php +++ b/pandora_console/views/dashboard/widget.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ diff --git a/pandora_console/ws.php b/pandora_console/ws.php index a5457a3662..7f5aabeb43 100644 --- a/pandora_console/ws.php +++ b/pandora_console/ws.php @@ -9,8 +9,8 @@ * @license See below * * ______ ___ _______ _______ ________ - * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| - * | __/| _ | | _ || _ | _| _ | | ___| |__ | + * | __ \.-----.--.--.--| |.-----.----.-----. | ___| | | __| + * | __/| _ | | _ || _ | _| _ | | ___| |__ | * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ From 1f8752ee63617bd7e05c876ffa7b37c6dc40f6b6 Mon Sep 17 00:00:00 2001 From: miguel angel rasteu Date: Thu, 8 Jun 2023 13:10:16 +0200 Subject: [PATCH 13/69] #11476 Fix pandora url --- pandora_console/ajax.php | 2 +- pandora_console/extensions/agents_alerts.php | 2 +- pandora_console/extensions/agents_modules.php | 2 +- pandora_console/extensions/api_checker.php | 2 +- pandora_console/extensions/db_status.php | 2 +- pandora_console/extensions/dbmanager.php | 2 +- pandora_console/extensions/disabled/matrix_events.php | 2 +- pandora_console/extensions/extension_uploader.php | 2 +- pandora_console/extensions/files_repo.php | 2 +- pandora_console/extensions/files_repo/files_repo_form.php | 2 +- pandora_console/extensions/files_repo/files_repo_get_file.php | 2 +- pandora_console/extensions/files_repo/files_repo_list.php | 2 +- .../extensions/files_repo/functions_files_repo.php | 2 +- pandora_console/extensions/insert_data.php | 2 +- pandora_console/extensions/matrix_events/ajax.php | 2 +- pandora_console/extensions/module_groups.php | 2 +- pandora_console/extensions/pandora_logs.php | 2 +- pandora_console/extensions/quick_shell.php | 2 +- pandora_console/extensions/realtime_graphs.php | 2 +- pandora_console/extensions/realtime_graphs/ajax.php | 2 +- pandora_console/extensions/resource_exportation.php | 2 +- pandora_console/extensions/resource_registration.php | 2 +- pandora_console/extensions/users_connected.php | 2 +- pandora_console/general/error_screen.php | 2 +- pandora_console/general/first_task/HA_cluster_builder.php | 2 +- pandora_console/general/first_task/cluster_builder.php | 2 +- pandora_console/general/first_task/collections.php | 2 +- pandora_console/general/first_task/custom_fields.php | 2 +- pandora_console/general/first_task/custom_graphs.php | 2 +- pandora_console/general/first_task/fields_manager.php | 2 +- pandora_console/general/first_task/incidents.php | 2 +- pandora_console/general/first_task/map_builder.php | 2 +- pandora_console/general/first_task/network_map.php | 2 +- pandora_console/general/first_task/omnishell.php | 2 +- pandora_console/general/first_task/planned_downtime.php | 2 +- pandora_console/general/first_task/recon_view.php | 2 +- pandora_console/general/first_task/service_list.php | 2 +- pandora_console/general/first_task/snmp_filters.php | 2 +- pandora_console/general/first_task/tags.php | 2 +- pandora_console/general/footer.php | 2 +- pandora_console/general/header.php | 2 +- pandora_console/general/help_feedback.php | 2 +- pandora_console/general/last_message.php | 2 +- pandora_console/general/links_menu.php | 2 +- pandora_console/general/login_help_dialog.php | 2 +- pandora_console/general/login_page.php | 2 +- pandora_console/general/logoff.php | 2 +- pandora_console/general/logon_failed.php | 2 +- pandora_console/general/logon_ok.php | 2 +- pandora_console/general/main_menu.php | 2 +- pandora_console/general/maintenance.php | 2 +- pandora_console/general/news_dialog.php | 2 +- pandora_console/general/noaccess2.php | 2 +- pandora_console/general/node_deactivated.php | 2 +- pandora_console/general/pandora_help.php | 2 +- pandora_console/general/php_message.php | 2 +- pandora_console/general/register.php | 2 +- pandora_console/general/reporting_console_node.php | 2 +- pandora_console/general/sap_view.php | 2 +- pandora_console/general/ui/agents_list.php | 2 +- pandora_console/godmode/agentes/agent_conf_gis.php | 2 +- pandora_console/godmode/agentes/agent_deploy.php | 2 +- pandora_console/godmode/agentes/agent_incidents.php | 2 +- pandora_console/godmode/agentes/agent_manager.php | 2 +- pandora_console/godmode/agentes/agent_template.php | 2 +- pandora_console/godmode/agentes/agent_wizard.php | 2 +- pandora_console/godmode/agentes/configurar_agente.php | 2 +- pandora_console/godmode/agentes/configure_field.php | 2 +- pandora_console/godmode/agentes/fields_manager.php | 2 +- pandora_console/godmode/agentes/inventory_manager.php | 2 +- pandora_console/godmode/agentes/modificar_agente.php | 2 +- pandora_console/godmode/agentes/module_manager.php | 2 +- pandora_console/godmode/agentes/module_manager_editor.php | 2 +- .../godmode/agentes/module_manager_editor_common.php | 2 +- .../godmode/agentes/module_manager_editor_data.php | 2 +- .../godmode/agentes/module_manager_editor_network.php | 2 +- .../godmode/agentes/module_manager_editor_plugin.php | 2 +- .../godmode/agentes/module_manager_editor_prediction.php | 2 +- pandora_console/godmode/agentes/module_manager_editor_web.php | 2 +- pandora_console/godmode/agentes/module_manager_editor_wmi.php | 2 +- .../godmode/agentes/pandora_networkmap_empty.editor.php | 2 +- pandora_console/godmode/agentes/planned_downtime.editor.php | 2 +- .../godmode/agentes/planned_downtime.export_csv.php | 2 +- pandora_console/godmode/agentes/planned_downtime.list.php | 2 +- .../godmode/agentes/status_monitor_custom_fields.php | 2 +- pandora_console/godmode/alerts/alert_actions.php | 2 +- pandora_console/godmode/alerts/alert_commands.php | 2 +- pandora_console/godmode/alerts/alert_list.builder.php | 2 +- pandora_console/godmode/alerts/alert_list.php | 2 +- pandora_console/godmode/alerts/alert_special_days.php | 2 +- pandora_console/godmode/alerts/alert_templates.php | 2 +- pandora_console/godmode/alerts/alert_view.php | 2 +- pandora_console/godmode/alerts/configure_alert_action.php | 2 +- pandora_console/godmode/alerts/configure_alert_command.php | 2 +- pandora_console/godmode/alerts/configure_alert_template.php | 2 +- pandora_console/godmode/audit_log.php | 2 +- pandora_console/godmode/audit_log_csv.php | 2 +- pandora_console/godmode/category/category.php | 2 +- pandora_console/godmode/category/edit_category.php | 2 +- pandora_console/godmode/consoles/consoles.php | 2 +- pandora_console/godmode/db/db_main.php | 2 +- pandora_console/godmode/events/configuration_sounds.php | 2 +- pandora_console/godmode/events/custom_events.php | 2 +- pandora_console/godmode/events/event_edit_filter.php | 2 +- pandora_console/godmode/events/event_filter.php | 2 +- pandora_console/godmode/events/event_responses.editor.php | 2 +- pandora_console/godmode/events/event_responses.list.php | 2 +- pandora_console/godmode/events/event_responses.php | 2 +- pandora_console/godmode/events/events.php | 2 +- pandora_console/godmode/extensions.php | 2 +- pandora_console/godmode/gis_maps/configure_gis_map.php | 2 +- pandora_console/godmode/groups/configure_group.php | 2 +- pandora_console/godmode/groups/configure_modu_group.php | 2 +- pandora_console/godmode/groups/credential_store.php | 2 +- pandora_console/godmode/groups/group_list.php | 2 +- pandora_console/godmode/groups/modu_group_list.php | 2 +- pandora_console/godmode/groups/tactical.php | 2 +- pandora_console/godmode/massive/massive_add_action_alerts.php | 2 +- pandora_console/godmode/massive/massive_add_alerts.php | 2 +- pandora_console/godmode/massive/massive_add_profiles.php | 2 +- pandora_console/godmode/massive/massive_copy_modules.php | 2 +- .../godmode/massive/massive_delete_action_alerts.php | 2 +- pandora_console/godmode/massive/massive_delete_agents.php | 2 +- pandora_console/godmode/massive/massive_delete_alerts.php | 2 +- pandora_console/godmode/massive/massive_delete_modules.php | 2 +- pandora_console/godmode/massive/massive_delete_profiles.php | 2 +- pandora_console/godmode/massive/massive_edit_agents.php | 2 +- pandora_console/godmode/massive/massive_edit_modules.php | 2 +- pandora_console/godmode/massive/massive_edit_plugins.php | 2 +- pandora_console/godmode/massive/massive_edit_users.php | 2 +- .../godmode/massive/massive_enable_disable_alerts.php | 2 +- pandora_console/godmode/massive/massive_operations.php | 2 +- pandora_console/godmode/massive/massive_standby_alerts.php | 2 +- pandora_console/godmode/menu.php | 2 +- .../godmode/module_library/module_library_view.php | 2 +- .../godmode/modules/configuration_wizard_setup.php | 2 +- pandora_console/godmode/modules/manage_inventory_modules.php | 2 +- .../godmode/modules/manage_inventory_modules_form.php | 2 +- pandora_console/godmode/modules/manage_module_templates.php | 2 +- pandora_console/godmode/modules/manage_nc_groups.php | 2 +- pandora_console/godmode/modules/manage_nc_groups_form.php | 2 +- pandora_console/godmode/modules/manage_network_components.php | 2 +- .../godmode/modules/manage_network_components_form.php | 2 +- .../godmode/modules/manage_network_components_form_common.php | 2 +- .../modules/manage_network_components_form_network.php | 2 +- .../godmode/modules/manage_network_components_form_plugin.php | 2 +- .../godmode/modules/manage_network_components_form_wizard.php | 2 +- .../godmode/modules/manage_network_components_form_wmi.php | 2 +- pandora_console/godmode/modules/manage_network_templates.php | 2 +- .../godmode/modules/manage_network_templates_form.php | 2 +- pandora_console/godmode/modules/module_list.php | 2 +- .../godmode/modules/private_enterprise_numbers.php | 2 +- pandora_console/godmode/netflow/nf_edit.php | 2 +- pandora_console/godmode/netflow/nf_edit_form.php | 4 ++-- pandora_console/godmode/netflow/nf_item_list.php | 2 +- pandora_console/godmode/reporting/create_container.php | 2 +- .../godmode/reporting/graph_builder.graph_editor.php | 2 +- pandora_console/godmode/reporting/graph_builder.main.php | 2 +- pandora_console/godmode/reporting/graph_builder.php | 2 +- pandora_console/godmode/reporting/graph_container.php | 2 +- pandora_console/godmode/reporting/graphs.php | 2 +- pandora_console/godmode/reporting/map_builder.php | 2 +- .../godmode/reporting/reporting_builder.item_editor.php | 2 +- .../godmode/reporting/reporting_builder.list_items.php | 2 +- pandora_console/godmode/reporting/reporting_builder.main.php | 2 +- pandora_console/godmode/reporting/reporting_builder.php | 2 +- .../godmode/reporting/visual_console_builder.data.php | 2 +- .../godmode/reporting/visual_console_builder.editor.php | 2 +- .../godmode/reporting/visual_console_builder.elements.php | 2 +- pandora_console/godmode/reporting/visual_console_builder.php | 2 +- .../godmode/reporting/visual_console_builder.wizard.php | 2 +- pandora_console/godmode/reporting/visual_console_favorite.php | 2 +- pandora_console/godmode/servers/manage_recontask.php | 2 +- pandora_console/godmode/servers/manage_recontask_form.php | 2 +- pandora_console/godmode/servers/modificar_server.php | 2 +- pandora_console/godmode/servers/plugin.php | 2 +- pandora_console/godmode/servers/plugin_registration.php | 2 +- pandora_console/godmode/servers/recon_script.php | 2 +- pandora_console/godmode/servers/servers.build_table.php | 2 +- pandora_console/godmode/setup/file_manager.php | 2 +- pandora_console/godmode/setup/license.php | 2 +- pandora_console/godmode/setup/links.php | 2 +- pandora_console/godmode/setup/news.php | 2 +- pandora_console/godmode/setup/os.builder.php | 2 +- pandora_console/godmode/setup/os.list.php | 2 +- pandora_console/godmode/setup/os.php | 2 +- pandora_console/godmode/setup/performance.php | 2 +- pandora_console/godmode/setup/setup.php | 2 +- pandora_console/godmode/setup/setup_auth.php | 2 +- pandora_console/godmode/setup/setup_ehorus.php | 2 +- pandora_console/godmode/setup/setup_external_tools.php | 2 +- pandora_console/godmode/setup/setup_general.php | 2 +- pandora_console/godmode/setup/setup_integria.php | 2 +- pandora_console/godmode/setup/setup_netflow.php | 2 +- pandora_console/godmode/setup/setup_notifications.php | 2 +- pandora_console/godmode/setup/setup_sflow.php | 2 +- pandora_console/godmode/setup/setup_visuals.php | 2 +- pandora_console/godmode/setup/setup_websocket_engine.php | 2 +- pandora_console/godmode/setup/snmp_wizard.php | 2 +- pandora_console/godmode/setup/welcome_tips.php | 2 +- pandora_console/godmode/snmpconsole/snmp_alert.php | 2 +- pandora_console/godmode/snmpconsole/snmp_filters.php | 2 +- pandora_console/godmode/snmpconsole/snmp_trap_generator.php | 2 +- pandora_console/godmode/tag/edit_tag.php | 2 +- pandora_console/godmode/tag/tag.php | 2 +- pandora_console/godmode/um_client/api.php | 2 +- pandora_console/godmode/um_client/index.php | 2 +- .../godmode/update_manager/update_manager.history.php | 2 +- pandora_console/godmode/update_manager/update_manager.php | 2 +- .../godmode/update_manager/update_manager.setup.php | 2 +- pandora_console/godmode/users/configure_profile.php | 2 +- pandora_console/godmode/users/configure_user.php | 2 +- pandora_console/godmode/users/profile_list.php | 2 +- pandora_console/godmode/users/user_list.php | 2 +- pandora_console/godmode/users/user_management.php | 2 +- pandora_console/godmode/wizards/DiscoveryTaskList.class.php | 2 +- pandora_console/godmode/wizards/HostDevices.class.php | 2 +- pandora_console/godmode/wizards/Wizard.main.php | 2 +- pandora_console/include/Image/image_functions.php | 2 +- pandora_console/include/ajax/agent.php | 2 +- pandora_console/include/ajax/audit_log.php | 2 +- pandora_console/include/ajax/custom_fields.php | 2 +- pandora_console/include/ajax/double_auth.ajax.php | 2 +- pandora_console/include/ajax/events.php | 2 +- pandora_console/include/ajax/events_extended.php | 2 +- pandora_console/include/ajax/fav_menu.ajax.php | 2 +- pandora_console/include/ajax/graph.ajax.php | 2 +- pandora_console/include/ajax/group.php | 2 +- pandora_console/include/ajax/heatmap.ajax.php | 2 +- pandora_console/include/ajax/integria_incidents.ajax.php | 2 +- pandora_console/include/ajax/map_enterprise.ajax.php | 2 +- pandora_console/include/ajax/menu.ajax.php | 2 +- pandora_console/include/ajax/module.php | 2 +- pandora_console/include/ajax/order_interpreter.php | 2 +- pandora_console/include/ajax/planned_downtime.ajax.php | 2 +- pandora_console/include/ajax/profile.php | 2 +- pandora_console/include/ajax/reporting.ajax.php | 2 +- pandora_console/include/ajax/skins.ajax.php | 2 +- pandora_console/include/ajax/snmp.ajax.php | 2 +- pandora_console/include/ajax/snmp_browser.ajax.php | 2 +- pandora_console/include/ajax/task_list.ajax.php | 2 +- pandora_console/include/ajax/tips_window.ajax.php | 2 +- pandora_console/include/ajax/tree.ajax.php | 2 +- pandora_console/include/ajax/update_manager.php | 2 +- pandora_console/include/ajax/visual_console.ajax.php | 2 +- pandora_console/include/ajax/visual_console_builder.ajax.php | 2 +- pandora_console/include/ajax/web_server_module_debug.php | 2 +- pandora_console/include/ajax/welcome_window.php | 2 +- pandora_console/include/api.php | 2 +- pandora_console/include/auth/ldap.php | 2 +- pandora_console/include/auth/mysql.php | 2 +- pandora_console/include/chart_generator.php | 2 +- pandora_console/include/class/AgentDeployWizard.class.php | 2 +- pandora_console/include/class/AgentWizard.class.php | 2 +- pandora_console/include/class/AgentsAlerts.class.php | 2 +- pandora_console/include/class/AuditLog.class.php | 2 +- pandora_console/include/class/CalendarManager.class.php | 2 +- pandora_console/include/class/ConfigPEN.class.php | 2 +- pandora_console/include/class/ConsoleSupervisor.php | 2 +- pandora_console/include/class/CredentialStore.class.php | 2 +- pandora_console/include/class/CustomNetScan.class.php | 2 +- pandora_console/include/class/Diagnostics.class.php | 2 +- pandora_console/include/class/EventSound.class.php | 2 +- pandora_console/include/class/ExternalTools.class.php | 2 +- pandora_console/include/class/HTML.class.php | 2 +- pandora_console/include/class/Heatmap.class.php | 2 +- pandora_console/include/class/HelpFeedBack.class.php | 2 +- pandora_console/include/class/ManageNetScanScripts.class.php | 2 +- pandora_console/include/class/ModuleTemplates.class.php | 2 +- pandora_console/include/class/NetworkMap.class.php | 2 +- pandora_console/include/class/OrderInterpreter.class.php | 2 +- pandora_console/include/class/SatelliteAgent.class.php | 2 +- pandora_console/include/class/SatelliteCollection.class.php | 2 +- pandora_console/include/class/SnmpConsole.class.php | 2 +- pandora_console/include/class/TipsWindow.class.php | 2 +- pandora_console/include/class/Tree.class.php | 2 +- pandora_console/include/class/TreeGroup.class.php | 2 +- pandora_console/include/class/TreeGroupEdition.class.php | 2 +- pandora_console/include/class/TreeModule.class.php | 2 +- pandora_console/include/class/TreeModuleGroup.class.php | 2 +- pandora_console/include/class/TreeOS.class.php | 2 +- pandora_console/include/class/TreeService.class.php | 2 +- pandora_console/include/class/TreeTag.class.php | 2 +- pandora_console/include/class/WebServerModuleDebug.class.php | 2 +- pandora_console/include/class/WelcomeWindow.class.php | 2 +- pandora_console/include/config.inc.php | 2 +- pandora_console/include/config_process.php | 2 +- pandora_console/include/connection_check.php | 2 +- pandora_console/include/constants.php | 2 +- pandora_console/include/db/mysql.php | 2 +- pandora_console/include/db/oracle.php | 2 +- pandora_console/include/db/postgresql.php | 2 +- pandora_console/include/functions.php | 2 +- pandora_console/include/functions_agents.php | 2 +- pandora_console/include/functions_alerts.php | 2 +- pandora_console/include/functions_api.php | 2 +- pandora_console/include/functions_categories.php | 2 +- pandora_console/include/functions_clippy.php | 2 +- pandora_console/include/functions_component_groups.php | 2 +- pandora_console/include/functions_config.php | 4 ++-- pandora_console/include/functions_container.php | 2 +- pandora_console/include/functions_credential_store.php | 2 +- pandora_console/include/functions_cron.php | 2 +- pandora_console/include/functions_custom_fields.php | 2 +- pandora_console/include/functions_custom_graphs.php | 2 +- pandora_console/include/functions_db.php | 2 +- pandora_console/include/functions_event_responses.php | 2 +- pandora_console/include/functions_events.php | 2 +- pandora_console/include/functions_exportserver.php | 2 +- pandora_console/include/functions_extensions.php | 2 +- pandora_console/include/functions_filemanager.php | 2 +- pandora_console/include/functions_forecast.php | 2 +- pandora_console/include/functions_gis.php | 2 +- pandora_console/include/functions_graph.php | 2 +- pandora_console/include/functions_groups.php | 2 +- pandora_console/include/functions_groupview.php | 2 +- pandora_console/include/functions_html.php | 2 +- pandora_console/include/functions_incidents.php | 2 +- pandora_console/include/functions_integriaims.php | 2 +- pandora_console/include/functions_inventory.php | 2 +- pandora_console/include/functions_io.php | 2 +- pandora_console/include/functions_maps.php | 2 +- pandora_console/include/functions_massive_operations.php | 2 +- pandora_console/include/functions_menu.php | 2 +- pandora_console/include/functions_messages.php | 2 +- pandora_console/include/functions_migration.php | 2 +- pandora_console/include/functions_modules.php | 2 +- pandora_console/include/functions_netflow.php | 2 +- pandora_console/include/functions_network.php | 2 +- pandora_console/include/functions_network_components.php | 2 +- pandora_console/include/functions_network_profiles.php | 2 +- pandora_console/include/functions_networkmap.php | 2 +- pandora_console/include/functions_networkmaps.php | 2 +- pandora_console/include/functions_notifications.php | 2 +- pandora_console/include/functions_os.php | 2 +- pandora_console/include/functions_pandora_networkmap.php | 2 +- pandora_console/include/functions_planned_downtimes.php | 2 +- pandora_console/include/functions_plugins.php | 2 +- pandora_console/include/functions_post_process.php | 2 +- pandora_console/include/functions_profile.php | 2 +- pandora_console/include/functions_register.php | 2 +- pandora_console/include/functions_reporting.php | 2 +- pandora_console/include/functions_reporting_html.php | 2 +- pandora_console/include/functions_reporting_xml.php | 2 +- pandora_console/include/functions_reports.php | 2 +- pandora_console/include/functions_servers.php | 2 +- pandora_console/include/functions_snmp.php | 2 +- pandora_console/include/functions_snmp_browser.php | 2 +- pandora_console/include/functions_tactical.php | 2 +- pandora_console/include/functions_tags.php | 2 +- pandora_console/include/functions_themes.php | 2 +- pandora_console/include/functions_treeview.php | 2 +- pandora_console/include/functions_ui.php | 2 +- pandora_console/include/functions_ui_renders.php | 2 +- pandora_console/include/functions_update_manager.php | 2 +- pandora_console/include/functions_users.php | 2 +- pandora_console/include/functions_visual_map.php | 2 +- pandora_console/include/functions_visual_map_editor.php | 2 +- pandora_console/include/functions_wmi.php | 2 +- pandora_console/include/get_file.php | 2 +- pandora_console/include/graphs/export_data.php | 2 +- pandora_console/include/graphs/fgraph.php | 2 +- pandora_console/include/graphs/functions_d3.php | 2 +- pandora_console/include/graphs/functions_utils.php | 2 +- pandora_console/include/help/clippy/agent_out_of_limits.php | 2 +- .../include/help/clippy/data_configuration_module.php | 2 +- .../include/help/clippy/extension_cron_send_email.php | 2 +- .../include/help/clippy/godmode_agentes_configurar_agente.php | 2 +- .../include/help/clippy/godmode_agentes_modificar_agente.php | 2 +- .../include/help/clippy/godmode_alerts_alert_actions.php | 2 +- .../help/clippy/godmode_alerts_configure_alert_action.php | 2 +- pandora_console/include/help/clippy/homepage.php | 2 +- pandora_console/include/help/clippy/interval_agent_min.php | 2 +- pandora_console/include/help/clippy/module_unknow.php | 2 +- pandora_console/include/help/clippy/modules_not_init.php | 2 +- .../include/help/clippy/modules_not_learning_mode.php | 2 +- .../include/help/clippy/operation_agentes_status_monitor.php | 2 +- .../include/help/clippy/operation_agentes_ver_agente.php | 2 +- pandora_console/include/help/clippy/server_queued_modules.php | 2 +- pandora_console/include/help/clippy/servers_down.php | 2 +- pandora_console/include/help/clippy/topology_group.php | 2 +- pandora_console/include/include_graph_dependencies.php | 2 +- pandora_console/include/lib/Agent.php | 2 +- pandora_console/include/lib/Calendar.php | 2 +- pandora_console/include/lib/Cluster.php | 2 +- pandora_console/include/lib/ClusterModule.php | 2 +- pandora_console/include/lib/ClusterViewer/ClusterManager.php | 2 +- pandora_console/include/lib/ClusterViewer/ClusterWizard.php | 2 +- pandora_console/include/lib/Console.php | 2 +- pandora_console/include/lib/Core/Config.php | 2 +- pandora_console/include/lib/Core/DBMaintainer.php | 2 +- .../include/lib/Dashboard/Widgets/AvgSumMaxMinModule.php | 2 +- pandora_console/include/lib/Dashboard/Widgets/BasicChart.php | 2 +- .../include/lib/Dashboard/Widgets/BlockHistogram.php | 2 +- .../include/lib/Dashboard/Widgets/ColorModuleTabs.php | 2 +- pandora_console/include/lib/Dashboard/Widgets/DataMatrix.php | 2 +- .../include/lib/Dashboard/Widgets/EventCardboard.php | 2 +- .../include/lib/Dashboard/Widgets/GroupedMeterGraphs.php | 2 +- .../include/lib/Dashboard/Widgets/ModulesByStatus.php | 2 +- .../include/lib/Dashboard/Widgets/agent_module.php | 2 +- .../include/lib/Dashboard/Widgets/alerts_fired.php | 2 +- pandora_console/include/lib/Dashboard/Widgets/clock.php | 2 +- .../include/lib/Dashboard/Widgets/custom_graph.php | 2 +- pandora_console/include/lib/Dashboard/Widgets/events_list.php | 2 +- pandora_console/include/lib/Dashboard/Widgets/example.php | 2 +- .../include/lib/Dashboard/Widgets/graph_module_histogram.php | 2 +- .../include/lib/Dashboard/Widgets/groups_status.php | 2 +- pandora_console/include/lib/Dashboard/Widgets/heatmap.php | 2 +- .../include/lib/Dashboard/Widgets/maps_made_by_user.php | 2 +- pandora_console/include/lib/Dashboard/Widgets/maps_status.php | 2 +- pandora_console/include/lib/Dashboard/Widgets/module_icon.php | 2 +- .../include/lib/Dashboard/Widgets/module_status.php | 2 +- .../include/lib/Dashboard/Widgets/module_table_value.php | 2 +- .../include/lib/Dashboard/Widgets/module_value.php | 2 +- .../include/lib/Dashboard/Widgets/monitor_health.php | 2 +- pandora_console/include/lib/Dashboard/Widgets/network_map.php | 2 +- .../include/lib/Dashboard/Widgets/os_quick_report.php | 2 +- pandora_console/include/lib/Dashboard/Widgets/post.php | 2 +- pandora_console/include/lib/Dashboard/Widgets/reports.php | 2 +- pandora_console/include/lib/Dashboard/Widgets/service_map.php | 2 +- .../include/lib/Dashboard/Widgets/service_view.php | 2 +- .../include/lib/Dashboard/Widgets/single_graph.php | 2 +- pandora_console/include/lib/Dashboard/Widgets/sla_percent.php | 2 +- .../include/lib/Dashboard/Widgets/system_group_status.php | 2 +- pandora_console/include/lib/Dashboard/Widgets/tactical.php | 2 +- pandora_console/include/lib/Dashboard/Widgets/top_n.php | 2 +- .../include/lib/Dashboard/Widgets/top_n_events_by_group.php | 2 +- .../include/lib/Dashboard/Widgets/top_n_events_by_module.php | 2 +- pandora_console/include/lib/Dashboard/Widgets/tree_view.php | 2 +- pandora_console/include/lib/Dashboard/Widgets/url.php | 2 +- .../include/lib/Dashboard/Widgets/ux_transaction.php | 2 +- .../include/lib/Dashboard/Widgets/wux_transaction.php | 2 +- .../include/lib/Dashboard/Widgets/wux_transaction_stats.php | 2 +- pandora_console/include/lib/Entity.php | 2 +- pandora_console/include/lib/Event.php | 2 +- pandora_console/include/lib/Group.php | 2 +- pandora_console/include/lib/Module.php | 2 +- pandora_console/include/lib/ModuleStatus.php | 2 +- pandora_console/include/lib/ModuleType.php | 2 +- pandora_console/include/lib/PublicLogin.php | 2 +- pandora_console/include/lib/SpecialDay.php | 2 +- pandora_console/include/lib/Tools/Files.php | 2 +- pandora_console/include/lib/Tools/Strings.php | 2 +- pandora_console/include/lib/User.php | 2 +- pandora_console/include/lib/View.php | 2 +- pandora_console/include/load_session.php | 2 +- pandora_console/include/php_to_js_values.php | 2 +- .../include/rest-api/models/VisualConsole/View.php | 2 +- pandora_console/include/websocket_registrations.php | 2 +- pandora_console/index.php | 2 +- pandora_console/install.php | 4 ++-- pandora_console/mobile/include/db.class.php | 2 +- pandora_console/mobile/include/functions_web.php | 2 +- pandora_console/mobile/include/system.class.php | 2 +- pandora_console/mobile/include/ui.class.php | 2 +- pandora_console/mobile/include/user.class.php | 2 +- pandora_console/mobile/index.php | 2 +- pandora_console/mobile/operation/agent.php | 2 +- pandora_console/mobile/operation/agents.php | 2 +- pandora_console/mobile/operation/alerts.php | 2 +- pandora_console/mobile/operation/events.php | 2 +- pandora_console/mobile/operation/groups.php | 2 +- pandora_console/mobile/operation/home.php | 2 +- pandora_console/mobile/operation/module_data.php | 2 +- pandora_console/mobile/operation/module_graph.php | 2 +- pandora_console/mobile/operation/modules.php | 2 +- pandora_console/mobile/operation/server_status.php | 2 +- pandora_console/mobile/operation/services.php | 2 +- pandora_console/mobile/operation/tactical.php | 2 +- pandora_console/mobile/operation/visualmap.php | 2 +- pandora_console/mobile/operation/visualmaps.php | 2 +- pandora_console/operation/agentes/agent_fields.php | 2 +- pandora_console/operation/agentes/agent_inventory.php | 2 +- pandora_console/operation/agentes/alerts_status.functions.php | 2 +- pandora_console/operation/agentes/alerts_status.php | 2 +- pandora_console/operation/agentes/custom_fields.php | 2 +- pandora_console/operation/agentes/datos_agente.php | 2 +- pandora_console/operation/agentes/ehorus_client.php | 2 +- pandora_console/operation/agentes/estado_agente.php | 2 +- pandora_console/operation/agentes/estado_generalagente.php | 2 +- pandora_console/operation/agentes/estado_monitores.php | 2 +- pandora_console/operation/agentes/export_csv.php | 2 +- pandora_console/operation/agentes/exportdata.csv.php | 2 +- pandora_console/operation/agentes/exportdata.excel.php | 2 +- pandora_console/operation/agentes/exportdata.php | 2 +- pandora_console/operation/agentes/external_tools.php | 2 +- pandora_console/operation/agentes/graphs.php | 2 +- pandora_console/operation/agentes/group_view.php | 2 +- .../operation/agentes/interface_traffic_graph_win.php | 2 +- .../operation/agentes/interface_view.functions.php | 2 +- pandora_console/operation/agentes/interface_view.php | 2 +- pandora_console/operation/agentes/log_sources_status.php | 2 +- pandora_console/operation/agentes/networkmap.dinamic.php | 2 +- .../operation/agentes/pandora_networkmap.editor.php | 2 +- pandora_console/operation/agentes/pandora_networkmap.php | 2 +- pandora_console/operation/agentes/pandora_networkmap.view.php | 2 +- pandora_console/operation/agentes/realtime_win.php | 2 +- pandora_console/operation/agentes/snapshot_view.php | 2 +- pandora_console/operation/agentes/stat_win.php | 2 +- pandora_console/operation/agentes/status_events.php | 2 +- pandora_console/operation/agentes/status_monitor.php | 2 +- pandora_console/operation/agentes/tactical.php | 2 +- pandora_console/operation/agentes/url_address.php | 2 +- pandora_console/operation/agentes/ver_agente.php | 2 +- pandora_console/operation/cluster/cluster.php | 2 +- pandora_console/operation/dashboard/dashboard.php | 2 +- pandora_console/operation/dashboard/public_dashboard.php | 2 +- pandora_console/operation/events/events.build_query.php | 2 +- pandora_console/operation/events/events.php | 2 +- pandora_console/operation/events/events_rss.php | 2 +- pandora_console/operation/events/export_csv.php | 2 +- pandora_console/operation/events/sound_events.php | 2 +- pandora_console/operation/gis_maps/ajax.php | 2 +- pandora_console/operation/gis_maps/public_console.php | 2 +- pandora_console/operation/gis_maps/render_view.php | 2 +- pandora_console/operation/heatmap.php | 2 +- .../operation/incidents/configure_integriaims_incident.php | 2 +- .../incidents/dashboard_detail_integriaims_incident.php | 2 +- pandora_console/operation/incidents/incident_statistics.php | 2 +- .../operation/incidents/integriaims_export_csv.php | 2 +- .../operation/incidents/list_integriaims_incidents.php | 2 +- pandora_console/operation/inventory/inventory.php | 2 +- pandora_console/operation/menu.php | 2 +- pandora_console/operation/messages/message_edit.php | 2 +- pandora_console/operation/messages/message_list.php | 2 +- pandora_console/operation/netflow/netflow_explorer.php | 2 +- pandora_console/operation/netflow/nf_live_view.php | 2 +- pandora_console/operation/network/network_report.php | 2 +- pandora_console/operation/network/network_usage_map.php | 2 +- pandora_console/operation/reporting/custom_reporting.php | 2 +- pandora_console/operation/reporting/graph_viewer.php | 2 +- pandora_console/operation/reporting/reporting_viewer.php | 2 +- pandora_console/operation/reporting/reporting_xml.php | 2 +- pandora_console/operation/search_agents.getdata.php | 2 +- pandora_console/operation/search_agents.php | 2 +- pandora_console/operation/search_alerts.getdata.php | 2 +- pandora_console/operation/search_alerts.php | 2 +- pandora_console/operation/search_graphs.getdata.php | 2 +- pandora_console/operation/search_graphs.php | 2 +- pandora_console/operation/search_helps.getdata.php | 2 +- pandora_console/operation/search_helps.php | 2 +- pandora_console/operation/search_main.php | 2 +- pandora_console/operation/search_maps.getdata.php | 2 +- pandora_console/operation/search_maps.php | 2 +- pandora_console/operation/search_modules.getdata.php | 2 +- pandora_console/operation/search_modules.php | 2 +- pandora_console/operation/search_policies.getdata.php | 2 +- pandora_console/operation/search_policies.php | 2 +- pandora_console/operation/search_reports.getdata.php | 2 +- pandora_console/operation/search_reports.php | 2 +- pandora_console/operation/search_results.php | 2 +- pandora_console/operation/search_users.getdata.php | 2 +- pandora_console/operation/search_users.php | 2 +- pandora_console/operation/snmpconsole/snmp_browser.php | 2 +- pandora_console/operation/snmpconsole/snmp_mib_uploader.php | 2 +- pandora_console/operation/snmpconsole/snmp_statistics.php | 2 +- pandora_console/operation/snmpconsole/snmp_view.php | 2 +- pandora_console/operation/tree.php | 2 +- pandora_console/operation/users/user_edit.php | 2 +- pandora_console/operation/users/user_edit_header.php | 2 +- pandora_console/operation/users/user_edit_notifications.php | 2 +- .../operation/visual_console/legacy_public_view.php | 2 +- pandora_console/operation/visual_console/legacy_view.php | 2 +- pandora_console/operation/visual_console/public_console.php | 2 +- pandora_console/operation/visual_console/public_view.php | 2 +- pandora_console/operation/visual_console/render_view.php | 2 +- pandora_console/operation/visual_console/view.php | 2 +- pandora_console/tools/diagnostics.php | 2 +- pandora_console/update_manager_client/api.php | 2 +- .../update_manager_client/lib/UpdateManager/API/Server.php | 2 +- .../update_manager_client/lib/UpdateManager/Client.php | 2 +- .../update_manager_client/lib/UpdateManager/UI/Manager.php | 2 +- .../update_manager_client/lib/UpdateManager/UI/View.php | 2 +- pandora_console/update_manager_client/views/offline.php | 2 +- pandora_console/update_manager_client/views/online.php | 2 +- pandora_console/update_manager_client/views/register.php | 2 +- pandora_console/views/calendar/edit.php | 2 +- pandora_console/views/calendar/list.php | 2 +- pandora_console/views/calendar/special_days.php | 2 +- pandora_console/views/calendar/special_days_edit.php | 2 +- pandora_console/views/cluster/edit.php | 2 +- pandora_console/views/cluster/list.php | 2 +- pandora_console/views/cluster/view.php | 2 +- pandora_console/views/consoles/list.php | 2 +- pandora_console/views/dashboard/cell.php | 2 +- pandora_console/views/dashboard/configurationWidgets.php | 2 +- pandora_console/views/dashboard/formDashboard.php | 2 +- pandora_console/views/dashboard/formSlides.php | 2 +- pandora_console/views/dashboard/header.php | 2 +- pandora_console/views/dashboard/jsLayout.php | 2 +- pandora_console/views/dashboard/layout.php | 2 +- pandora_console/views/dashboard/list.php | 2 +- pandora_console/views/dashboard/listWidgets.php | 2 +- pandora_console/views/dashboard/slides.php | 2 +- pandora_console/views/dashboard/slidesWidget.php | 2 +- pandora_console/views/dashboard/tipsWindow.php | 2 +- pandora_console/views/dashboard/widget.php | 2 +- pandora_console/ws.php | 2 +- .../intel_dcm/extensions/intel_dcm/intel_dcm_lib.php | 2 +- .../intel_dcm/extensions/intel_dcm_agent_management.php | 2 +- pandora_plugins/intel_dcm/extensions/intel_dcm_agent_view.php | 2 +- pandora_plugins/intel_dcm/extensions/intel_dcm_setup.php | 2 +- 602 files changed, 605 insertions(+), 605 deletions(-) diff --git a/pandora_console/ajax.php b/pandora_console/ajax.php index e17fa15571..b6d58a7292 100644 --- a/pandora_console/ajax.php +++ b/pandora_console/ajax.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/extensions/agents_alerts.php b/pandora_console/extensions/agents_alerts.php index 33bcb436cc..7351b59a3e 100755 --- a/pandora_console/extensions/agents_alerts.php +++ b/pandora_console/extensions/agents_alerts.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/extensions/agents_modules.php b/pandora_console/extensions/agents_modules.php index 81a711b456..008e5884e8 100644 --- a/pandora_console/extensions/agents_modules.php +++ b/pandora_console/extensions/agents_modules.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/extensions/api_checker.php b/pandora_console/extensions/api_checker.php index 42080636ee..c0ee5853d8 100755 --- a/pandora_console/extensions/api_checker.php +++ b/pandora_console/extensions/api_checker.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/extensions/db_status.php b/pandora_console/extensions/db_status.php index 85ed5476a2..5bdf9644b6 100755 --- a/pandora_console/extensions/db_status.php +++ b/pandora_console/extensions/db_status.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation; version 2 diff --git a/pandora_console/extensions/dbmanager.php b/pandora_console/extensions/dbmanager.php index 6c785f9d65..75e23892f2 100644 --- a/pandora_console/extensions/dbmanager.php +++ b/pandora_console/extensions/dbmanager.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation; version 2 diff --git a/pandora_console/extensions/disabled/matrix_events.php b/pandora_console/extensions/disabled/matrix_events.php index 3514a21855..67ffa5e3d9 100644 --- a/pandora_console/extensions/disabled/matrix_events.php +++ b/pandora_console/extensions/disabled/matrix_events.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation; version 2 diff --git a/pandora_console/extensions/extension_uploader.php b/pandora_console/extensions/extension_uploader.php index e1aba5b0fd..07fa0154c4 100644 --- a/pandora_console/extensions/extension_uploader.php +++ b/pandora_console/extensions/extension_uploader.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation; version 2 diff --git a/pandora_console/extensions/files_repo.php b/pandora_console/extensions/files_repo.php index 8b31b20a16..5654790509 100644 --- a/pandora_console/extensions/files_repo.php +++ b/pandora_console/extensions/files_repo.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation; version 2 diff --git a/pandora_console/extensions/files_repo/files_repo_form.php b/pandora_console/extensions/files_repo/files_repo_form.php index 265c1a711d..3533cc7b8d 100644 --- a/pandora_console/extensions/files_repo/files_repo_form.php +++ b/pandora_console/extensions/files_repo/files_repo_form.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation; version 2 diff --git a/pandora_console/extensions/files_repo/files_repo_get_file.php b/pandora_console/extensions/files_repo/files_repo_get_file.php index 778958ae0b..179cad229b 100644 --- a/pandora_console/extensions/files_repo/files_repo_get_file.php +++ b/pandora_console/extensions/files_repo/files_repo_get_file.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public License // as published by the Free Software Foundation; version 2 diff --git a/pandora_console/extensions/files_repo/files_repo_list.php b/pandora_console/extensions/files_repo/files_repo_list.php index ab01d0d551..fd1d4f2933 100644 --- a/pandora_console/extensions/files_repo/files_repo_list.php +++ b/pandora_console/extensions/files_repo/files_repo_list.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation; version 2 diff --git a/pandora_console/extensions/files_repo/functions_files_repo.php b/pandora_console/extensions/files_repo/functions_files_repo.php index 5b91b68642..eed1792bef 100644 --- a/pandora_console/extensions/files_repo/functions_files_repo.php +++ b/pandora_console/extensions/files_repo/functions_files_repo.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation; version 2 diff --git a/pandora_console/extensions/insert_data.php b/pandora_console/extensions/insert_data.php index 186d7b3021..4c6e7052aa 100644 --- a/pandora_console/extensions/insert_data.php +++ b/pandora_console/extensions/insert_data.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/extensions/matrix_events/ajax.php b/pandora_console/extensions/matrix_events/ajax.php index a34d913abe..b0b6557ab3 100644 --- a/pandora_console/extensions/matrix_events/ajax.php +++ b/pandora_console/extensions/matrix_events/ajax.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation; version 2 diff --git a/pandora_console/extensions/module_groups.php b/pandora_console/extensions/module_groups.php index 9652f44d01..f88f184853 100644 --- a/pandora_console/extensions/module_groups.php +++ b/pandora_console/extensions/module_groups.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/extensions/pandora_logs.php b/pandora_console/extensions/pandora_logs.php index 956bc7c1e6..edca36b167 100644 --- a/pandora_console/extensions/pandora_logs.php +++ b/pandora_console/extensions/pandora_logs.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation; version 2 diff --git a/pandora_console/extensions/quick_shell.php b/pandora_console/extensions/quick_shell.php index dbc4f6e2c4..027b772020 100644 --- a/pandora_console/extensions/quick_shell.php +++ b/pandora_console/extensions/quick_shell.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/extensions/realtime_graphs.php b/pandora_console/extensions/realtime_graphs.php index 071e495afd..8bb781c6fb 100644 --- a/pandora_console/extensions/realtime_graphs.php +++ b/pandora_console/extensions/realtime_graphs.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/extensions/realtime_graphs/ajax.php b/pandora_console/extensions/realtime_graphs/ajax.php index 3f911b3371..eb2562bc26 100644 --- a/pandora_console/extensions/realtime_graphs/ajax.php +++ b/pandora_console/extensions/realtime_graphs/ajax.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation; version 2 diff --git a/pandora_console/extensions/resource_exportation.php b/pandora_console/extensions/resource_exportation.php index aad1f08dab..5131480df5 100755 --- a/pandora_console/extensions/resource_exportation.php +++ b/pandora_console/extensions/resource_exportation.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/extensions/resource_registration.php b/pandora_console/extensions/resource_registration.php index 37b68e02be..88cd16eea0 100755 --- a/pandora_console/extensions/resource_registration.php +++ b/pandora_console/extensions/resource_registration.php @@ -16,7 +16,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/extensions/users_connected.php b/pandora_console/extensions/users_connected.php index 5bdec37a12..672476e800 100644 --- a/pandora_console/extensions/users_connected.php +++ b/pandora_console/extensions/users_connected.php @@ -16,7 +16,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/general/error_screen.php b/pandora_console/general/error_screen.php index 90a8ac4060..48a52f1131 100644 --- a/pandora_console/general/error_screen.php +++ b/pandora_console/general/error_screen.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation; version 2 diff --git a/pandora_console/general/first_task/HA_cluster_builder.php b/pandora_console/general/first_task/HA_cluster_builder.php index e99c8bb16a..9b406d3357 100644 --- a/pandora_console/general/first_task/HA_cluster_builder.php +++ b/pandora_console/general/first_task/HA_cluster_builder.php @@ -14,7 +14,7 @@ * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ - * Copyright (c) 2007-2023 Pandora FMS, http://www.artica.es + * Copyright (c) 2007-2023 Pandora FMS, http://www.pandorafms.com * This code is NOT free software. This code is NOT licenced under GPL2 licence * You cannnot redistribute it without written permission of copyright holder. * ============================================================================ diff --git a/pandora_console/general/first_task/cluster_builder.php b/pandora_console/general/first_task/cluster_builder.php index 8bb8fd78f1..f062be4746 100644 --- a/pandora_console/general/first_task/cluster_builder.php +++ b/pandora_console/general/first_task/cluster_builder.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation; version 2 diff --git a/pandora_console/general/first_task/collections.php b/pandora_console/general/first_task/collections.php index ffc5d14b60..7628838857 100755 --- a/pandora_console/general/first_task/collections.php +++ b/pandora_console/general/first_task/collections.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation; version 2 diff --git a/pandora_console/general/first_task/custom_fields.php b/pandora_console/general/first_task/custom_fields.php index 64dc06b31d..1a782c49ce 100644 --- a/pandora_console/general/first_task/custom_fields.php +++ b/pandora_console/general/first_task/custom_fields.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/general/first_task/custom_graphs.php b/pandora_console/general/first_task/custom_graphs.php index 0ede557f4e..268a49c4d2 100644 --- a/pandora_console/general/first_task/custom_graphs.php +++ b/pandora_console/general/first_task/custom_graphs.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation; version 2 diff --git a/pandora_console/general/first_task/fields_manager.php b/pandora_console/general/first_task/fields_manager.php index 460e1b0930..03684b93e0 100755 --- a/pandora_console/general/first_task/fields_manager.php +++ b/pandora_console/general/first_task/fields_manager.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation; version 2 diff --git a/pandora_console/general/first_task/incidents.php b/pandora_console/general/first_task/incidents.php index 6d95ee50bb..e4f5cb8814 100644 --- a/pandora_console/general/first_task/incidents.php +++ b/pandora_console/general/first_task/incidents.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation; version 2 diff --git a/pandora_console/general/first_task/map_builder.php b/pandora_console/general/first_task/map_builder.php index e44cbcf70e..7c10b68cba 100755 --- a/pandora_console/general/first_task/map_builder.php +++ b/pandora_console/general/first_task/map_builder.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2007-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/general/first_task/network_map.php b/pandora_console/general/first_task/network_map.php index b477d75ece..916e1dcd06 100755 --- a/pandora_console/general/first_task/network_map.php +++ b/pandora_console/general/first_task/network_map.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation; version 2 diff --git a/pandora_console/general/first_task/omnishell.php b/pandora_console/general/first_task/omnishell.php index 32448b83b6..de332ff678 100644 --- a/pandora_console/general/first_task/omnishell.php +++ b/pandora_console/general/first_task/omnishell.php @@ -14,7 +14,7 @@ * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ - * Copyright (c) 2007-2023 Pandora FMS, http://www.artica.es + * Copyright (c) 2007-2023 Pandora FMS, http://www.pandorafms.com * This code is NOT free software. This code is NOT licenced under GPL2 licence * You cannnot redistribute it without written permission of copyright holder. * ============================================================================ diff --git a/pandora_console/general/first_task/planned_downtime.php b/pandora_console/general/first_task/planned_downtime.php index 084704619d..cb3724d53d 100644 --- a/pandora_console/general/first_task/planned_downtime.php +++ b/pandora_console/general/first_task/planned_downtime.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/general/first_task/recon_view.php b/pandora_console/general/first_task/recon_view.php index 94d57285bd..553d991587 100755 --- a/pandora_console/general/first_task/recon_view.php +++ b/pandora_console/general/first_task/recon_view.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation; version 2 diff --git a/pandora_console/general/first_task/service_list.php b/pandora_console/general/first_task/service_list.php index 5e27f51fc1..399fc7a282 100755 --- a/pandora_console/general/first_task/service_list.php +++ b/pandora_console/general/first_task/service_list.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2007-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/general/first_task/snmp_filters.php b/pandora_console/general/first_task/snmp_filters.php index 39aeabf96a..3e708d7d62 100755 --- a/pandora_console/general/first_task/snmp_filters.php +++ b/pandora_console/general/first_task/snmp_filters.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation; version 2 diff --git a/pandora_console/general/first_task/tags.php b/pandora_console/general/first_task/tags.php index 791fd8be95..0dfd36ddb9 100755 --- a/pandora_console/general/first_task/tags.php +++ b/pandora_console/general/first_task/tags.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation; version 2 diff --git a/pandora_console/general/footer.php b/pandora_console/general/footer.php index 7d36610a6c..7942cdee20 100644 --- a/pandora_console/general/footer.php +++ b/pandora_console/general/footer.php @@ -4,7 +4,7 @@ * Pandora FMS - http://pandorafms.com * ================================================== * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; version 2 diff --git a/pandora_console/general/header.php b/pandora_console/general/header.php index b33d5b5b28..df8b484b4f 100644 --- a/pandora_console/general/header.php +++ b/pandora_console/general/header.php @@ -3,7 +3,7 @@ * Pandora FMS - http://pandorafms.com * ================================================== * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; version 2 diff --git a/pandora_console/general/help_feedback.php b/pandora_console/general/help_feedback.php index 8ddde06c35..3652fed259 100644 --- a/pandora_console/general/help_feedback.php +++ b/pandora_console/general/help_feedback.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/general/last_message.php b/pandora_console/general/last_message.php index be84129df6..8ec8d5ea75 100644 --- a/pandora_console/general/last_message.php +++ b/pandora_console/general/last_message.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation; version 2 diff --git a/pandora_console/general/links_menu.php b/pandora_console/general/links_menu.php index 61fc25dd1f..7b391ee3ce 100644 --- a/pandora_console/general/links_menu.php +++ b/pandora_console/general/links_menu.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation; version 2 diff --git a/pandora_console/general/login_help_dialog.php b/pandora_console/general/login_help_dialog.php index 982993a982..0dc8edab06 100644 --- a/pandora_console/general/login_help_dialog.php +++ b/pandora_console/general/login_help_dialog.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation; version 2 diff --git a/pandora_console/general/login_page.php b/pandora_console/general/login_page.php index 9759fac943..e424a013e8 100755 --- a/pandora_console/general/login_page.php +++ b/pandora_console/general/login_page.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation; version 2 diff --git a/pandora_console/general/logoff.php b/pandora_console/general/logoff.php index 2e68765bc7..b8dcb9b1c1 100644 --- a/pandora_console/general/logoff.php +++ b/pandora_console/general/logoff.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation; version 2 diff --git a/pandora_console/general/logon_failed.php b/pandora_console/general/logon_failed.php index 9d9905a97c..b0287bc291 100644 --- a/pandora_console/general/logon_failed.php +++ b/pandora_console/general/logon_failed.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation; version 2 diff --git a/pandora_console/general/logon_ok.php b/pandora_console/general/logon_ok.php index eb2225f095..50351cc5b7 100644 --- a/pandora_console/general/logon_ok.php +++ b/pandora_console/general/logon_ok.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/general/main_menu.php b/pandora_console/general/main_menu.php index 668a02685c..8ee8b8ec5f 100644 --- a/pandora_console/general/main_menu.php +++ b/pandora_console/general/main_menu.php @@ -16,7 +16,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/general/maintenance.php b/pandora_console/general/maintenance.php index 073729815f..59501513d7 100644 --- a/pandora_console/general/maintenance.php +++ b/pandora_console/general/maintenance.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/general/news_dialog.php b/pandora_console/general/news_dialog.php index a56bcd7732..92ff744aa0 100644 --- a/pandora_console/general/news_dialog.php +++ b/pandora_console/general/news_dialog.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation; version 2 diff --git a/pandora_console/general/noaccess2.php b/pandora_console/general/noaccess2.php index b071915bd7..7c1302516c 100644 --- a/pandora_console/general/noaccess2.php +++ b/pandora_console/general/noaccess2.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation; version 2 diff --git a/pandora_console/general/node_deactivated.php b/pandora_console/general/node_deactivated.php index de5deed43b..536d3591b6 100644 --- a/pandora_console/general/node_deactivated.php +++ b/pandora_console/general/node_deactivated.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/general/pandora_help.php b/pandora_console/general/pandora_help.php index 698bc49fa5..06f611fc48 100644 --- a/pandora_console/general/pandora_help.php +++ b/pandora_console/general/pandora_help.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation; version 2 diff --git a/pandora_console/general/php_message.php b/pandora_console/general/php_message.php index a05ea6399f..7e20d59330 100644 --- a/pandora_console/general/php_message.php +++ b/pandora_console/general/php_message.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation; version 2 diff --git a/pandora_console/general/register.php b/pandora_console/general/register.php index 8d9e949a45..d1f24e1245 100644 --- a/pandora_console/general/register.php +++ b/pandora_console/general/register.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/general/reporting_console_node.php b/pandora_console/general/reporting_console_node.php index e6f73cdd26..833e256653 100644 --- a/pandora_console/general/reporting_console_node.php +++ b/pandora_console/general/reporting_console_node.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/general/sap_view.php b/pandora_console/general/sap_view.php index e9b4fb357b..6e955cc6d8 100644 --- a/pandora_console/general/sap_view.php +++ b/pandora_console/general/sap_view.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/general/ui/agents_list.php b/pandora_console/general/ui/agents_list.php index a0519b8a7c..549a9571bf 100644 --- a/pandora_console/general/ui/agents_list.php +++ b/pandora_console/general/ui/agents_list.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/agentes/agent_conf_gis.php b/pandora_console/godmode/agentes/agent_conf_gis.php index badbe0a81f..8fa66fb9ff 100644 --- a/pandora_console/godmode/agentes/agent_conf_gis.php +++ b/pandora_console/godmode/agentes/agent_conf_gis.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/agentes/agent_deploy.php b/pandora_console/godmode/agentes/agent_deploy.php index d9e7115f37..ea57bbab96 100644 --- a/pandora_console/godmode/agentes/agent_deploy.php +++ b/pandora_console/godmode/agentes/agent_deploy.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/agentes/agent_incidents.php b/pandora_console/godmode/agentes/agent_incidents.php index 3a421d27c6..ed9e8dc6bf 100644 --- a/pandora_console/godmode/agentes/agent_incidents.php +++ b/pandora_console/godmode/agentes/agent_incidents.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/agentes/agent_manager.php b/pandora_console/godmode/agentes/agent_manager.php index 5edb6df7fb..d05ad3cf6d 100644 --- a/pandora_console/godmode/agentes/agent_manager.php +++ b/pandora_console/godmode/agentes/agent_manager.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/agentes/agent_template.php b/pandora_console/godmode/agentes/agent_template.php index 360b1374b2..052e4aa59a 100644 --- a/pandora_console/godmode/agentes/agent_template.php +++ b/pandora_console/godmode/agentes/agent_template.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/agentes/agent_wizard.php b/pandora_console/godmode/agentes/agent_wizard.php index 0a84dfcf73..a8e9329043 100644 --- a/pandora_console/godmode/agentes/agent_wizard.php +++ b/pandora_console/godmode/agentes/agent_wizard.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/agentes/configurar_agente.php b/pandora_console/godmode/agentes/configurar_agente.php index 64331eea98..5bcdea183e 100644 --- a/pandora_console/godmode/agentes/configurar_agente.php +++ b/pandora_console/godmode/agentes/configurar_agente.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/agentes/configure_field.php b/pandora_console/godmode/agentes/configure_field.php index 9279e55b1d..a50d744690 100755 --- a/pandora_console/godmode/agentes/configure_field.php +++ b/pandora_console/godmode/agentes/configure_field.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/agentes/fields_manager.php b/pandora_console/godmode/agentes/fields_manager.php index 0b101f9111..a5cdb9a8e4 100644 --- a/pandora_console/godmode/agentes/fields_manager.php +++ b/pandora_console/godmode/agentes/fields_manager.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/agentes/inventory_manager.php b/pandora_console/godmode/agentes/inventory_manager.php index 9360970eef..3f27c3a6b3 100644 --- a/pandora_console/godmode/agentes/inventory_manager.php +++ b/pandora_console/godmode/agentes/inventory_manager.php @@ -5,7 +5,7 @@ // |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| // // ============================================================================ -// Copyright (c) 2007-2023 Pandora FMS, http://www.artica.es +// Copyright (c) 2007-2023 Pandora FMS, http://www.pandorafms.com // This code is NOT free software. This code is NOT licenced under GPL2 licence // You cannnot redistribute it without written permission of copyright holder. // ============================================================================ diff --git a/pandora_console/godmode/agentes/modificar_agente.php b/pandora_console/godmode/agentes/modificar_agente.php index d2d79ddf94..07932165f2 100644 --- a/pandora_console/godmode/agentes/modificar_agente.php +++ b/pandora_console/godmode/agentes/modificar_agente.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/agentes/module_manager.php b/pandora_console/godmode/agentes/module_manager.php index fcb332163e..7aaaf099a9 100644 --- a/pandora_console/godmode/agentes/module_manager.php +++ b/pandora_console/godmode/agentes/module_manager.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/agentes/module_manager_editor.php b/pandora_console/godmode/agentes/module_manager_editor.php index ce2af36ca6..d7f50a186d 100644 --- a/pandora_console/godmode/agentes/module_manager_editor.php +++ b/pandora_console/godmode/agentes/module_manager_editor.php @@ -16,7 +16,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/agentes/module_manager_editor_common.php b/pandora_console/godmode/agentes/module_manager_editor_common.php index 8a43129739..65439c919e 100644 --- a/pandora_console/godmode/agentes/module_manager_editor_common.php +++ b/pandora_console/godmode/agentes/module_manager_editor_common.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/agentes/module_manager_editor_data.php b/pandora_console/godmode/agentes/module_manager_editor_data.php index ad1a729805..90a5654d0c 100644 --- a/pandora_console/godmode/agentes/module_manager_editor_data.php +++ b/pandora_console/godmode/agentes/module_manager_editor_data.php @@ -4,7 +4,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/agentes/module_manager_editor_network.php b/pandora_console/godmode/agentes/module_manager_editor_network.php index 4673129cf6..fd234356ef 100644 --- a/pandora_console/godmode/agentes/module_manager_editor_network.php +++ b/pandora_console/godmode/agentes/module_manager_editor_network.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/agentes/module_manager_editor_plugin.php b/pandora_console/godmode/agentes/module_manager_editor_plugin.php index 71e83fec8e..fbe111bbc2 100644 --- a/pandora_console/godmode/agentes/module_manager_editor_plugin.php +++ b/pandora_console/godmode/agentes/module_manager_editor_plugin.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/agentes/module_manager_editor_prediction.php b/pandora_console/godmode/agentes/module_manager_editor_prediction.php index ec2e33f2a3..53430e37fb 100644 --- a/pandora_console/godmode/agentes/module_manager_editor_prediction.php +++ b/pandora_console/godmode/agentes/module_manager_editor_prediction.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/agentes/module_manager_editor_web.php b/pandora_console/godmode/agentes/module_manager_editor_web.php index 1188205f66..46c00ca1c3 100644 --- a/pandora_console/godmode/agentes/module_manager_editor_web.php +++ b/pandora_console/godmode/agentes/module_manager_editor_web.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/agentes/module_manager_editor_wmi.php b/pandora_console/godmode/agentes/module_manager_editor_wmi.php index 3f67487a0a..477955e408 100644 --- a/pandora_console/godmode/agentes/module_manager_editor_wmi.php +++ b/pandora_console/godmode/agentes/module_manager_editor_wmi.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/agentes/pandora_networkmap_empty.editor.php b/pandora_console/godmode/agentes/pandora_networkmap_empty.editor.php index e3fdf3e681..d15fef0015 100644 --- a/pandora_console/godmode/agentes/pandora_networkmap_empty.editor.php +++ b/pandora_console/godmode/agentes/pandora_networkmap_empty.editor.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/agentes/planned_downtime.editor.php b/pandora_console/godmode/agentes/planned_downtime.editor.php index a922f95aa4..d9ce90f3fb 100644 --- a/pandora_console/godmode/agentes/planned_downtime.editor.php +++ b/pandora_console/godmode/agentes/planned_downtime.editor.php @@ -16,7 +16,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/agentes/planned_downtime.export_csv.php b/pandora_console/godmode/agentes/planned_downtime.export_csv.php index 92c39e6356..a7e49d8ea8 100644 --- a/pandora_console/godmode/agentes/planned_downtime.export_csv.php +++ b/pandora_console/godmode/agentes/planned_downtime.export_csv.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/agentes/planned_downtime.list.php b/pandora_console/godmode/agentes/planned_downtime.list.php index c60e969efb..199da014b3 100755 --- a/pandora_console/godmode/agentes/planned_downtime.list.php +++ b/pandora_console/godmode/agentes/planned_downtime.list.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/agentes/status_monitor_custom_fields.php b/pandora_console/godmode/agentes/status_monitor_custom_fields.php index bffe9b2268..f01d986439 100644 --- a/pandora_console/godmode/agentes/status_monitor_custom_fields.php +++ b/pandora_console/godmode/agentes/status_monitor_custom_fields.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation; version 2 diff --git a/pandora_console/godmode/alerts/alert_actions.php b/pandora_console/godmode/alerts/alert_actions.php index 519c0f8e12..d0e1ad9dec 100644 --- a/pandora_console/godmode/alerts/alert_actions.php +++ b/pandora_console/godmode/alerts/alert_actions.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/alerts/alert_commands.php b/pandora_console/godmode/alerts/alert_commands.php index b62e6f9671..2c7846db84 100644 --- a/pandora_console/godmode/alerts/alert_commands.php +++ b/pandora_console/godmode/alerts/alert_commands.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/alerts/alert_list.builder.php b/pandora_console/godmode/alerts/alert_list.builder.php index 7402c75a13..2c9a357af3 100644 --- a/pandora_console/godmode/alerts/alert_list.builder.php +++ b/pandora_console/godmode/alerts/alert_list.builder.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/alerts/alert_list.php b/pandora_console/godmode/alerts/alert_list.php index c99e139ef5..807d56e308 100644 --- a/pandora_console/godmode/alerts/alert_list.php +++ b/pandora_console/godmode/alerts/alert_list.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/alerts/alert_special_days.php b/pandora_console/godmode/alerts/alert_special_days.php index 2ec0f7ba2c..64cd6bb234 100644 --- a/pandora_console/godmode/alerts/alert_special_days.php +++ b/pandora_console/godmode/alerts/alert_special_days.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/alerts/alert_templates.php b/pandora_console/godmode/alerts/alert_templates.php index 2205929c28..3f6741bac5 100644 --- a/pandora_console/godmode/alerts/alert_templates.php +++ b/pandora_console/godmode/alerts/alert_templates.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/alerts/alert_view.php b/pandora_console/godmode/alerts/alert_view.php index 372938d140..ec3eb51443 100644 --- a/pandora_console/godmode/alerts/alert_view.php +++ b/pandora_console/godmode/alerts/alert_view.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/alerts/configure_alert_action.php b/pandora_console/godmode/alerts/configure_alert_action.php index 09e0a9d9c6..ad44e5ff27 100644 --- a/pandora_console/godmode/alerts/configure_alert_action.php +++ b/pandora_console/godmode/alerts/configure_alert_action.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/alerts/configure_alert_command.php b/pandora_console/godmode/alerts/configure_alert_command.php index 7b64a6d0a7..fdcccbaf20 100644 --- a/pandora_console/godmode/alerts/configure_alert_command.php +++ b/pandora_console/godmode/alerts/configure_alert_command.php @@ -17,7 +17,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/alerts/configure_alert_template.php b/pandora_console/godmode/alerts/configure_alert_template.php index ebf8204d98..2bd90eb526 100644 --- a/pandora_console/godmode/alerts/configure_alert_template.php +++ b/pandora_console/godmode/alerts/configure_alert_template.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/audit_log.php b/pandora_console/godmode/audit_log.php index 3f7697c012..cfaf5613e5 100644 --- a/pandora_console/godmode/audit_log.php +++ b/pandora_console/godmode/audit_log.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/audit_log_csv.php b/pandora_console/godmode/audit_log_csv.php index af1c91ae75..a59f0eef95 100644 --- a/pandora_console/godmode/audit_log_csv.php +++ b/pandora_console/godmode/audit_log_csv.php @@ -5,7 +5,7 @@ // |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| // // ============================================================================ -// Copyright (c) 2007-2023 Pandora FMS, http://www.artica.es +// Copyright (c) 2007-2023 Pandora FMS, http://www.pandorafms.com // This code is NOT free software. This code is NOT licenced under GPL2 licence // You cannnot redistribute it without written permission of copyright holder. // ============================================================================ diff --git a/pandora_console/godmode/category/category.php b/pandora_console/godmode/category/category.php index 3332fa76e0..cee9a0b3e2 100755 --- a/pandora_console/godmode/category/category.php +++ b/pandora_console/godmode/category/category.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/category/edit_category.php b/pandora_console/godmode/category/edit_category.php index f9877cf4c7..0230638d7f 100755 --- a/pandora_console/godmode/category/edit_category.php +++ b/pandora_console/godmode/category/edit_category.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/consoles/consoles.php b/pandora_console/godmode/consoles/consoles.php index fc865193b3..b5b1cf4736 100644 --- a/pandora_console/godmode/consoles/consoles.php +++ b/pandora_console/godmode/consoles/consoles.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/db/db_main.php b/pandora_console/godmode/db/db_main.php index 7eab38f881..99231d6d2e 100644 --- a/pandora_console/godmode/db/db_main.php +++ b/pandora_console/godmode/db/db_main.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/events/configuration_sounds.php b/pandora_console/godmode/events/configuration_sounds.php index 237d10412b..6e2559bbf3 100644 --- a/pandora_console/godmode/events/configuration_sounds.php +++ b/pandora_console/godmode/events/configuration_sounds.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/events/custom_events.php b/pandora_console/godmode/events/custom_events.php index 0ceda255c8..d4b15a2355 100644 --- a/pandora_console/godmode/events/custom_events.php +++ b/pandora_console/godmode/events/custom_events.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation; version 2 diff --git a/pandora_console/godmode/events/event_edit_filter.php b/pandora_console/godmode/events/event_edit_filter.php index 7c0cda6467..eeee3ac2c9 100644 --- a/pandora_console/godmode/events/event_edit_filter.php +++ b/pandora_console/godmode/events/event_edit_filter.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation; version 2 diff --git a/pandora_console/godmode/events/event_filter.php b/pandora_console/godmode/events/event_filter.php index ab7fec958f..e8d118c74d 100644 --- a/pandora_console/godmode/events/event_filter.php +++ b/pandora_console/godmode/events/event_filter.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/events/event_responses.editor.php b/pandora_console/godmode/events/event_responses.editor.php index 2dc4fcd7e8..38ca48925b 100644 --- a/pandora_console/godmode/events/event_responses.editor.php +++ b/pandora_console/godmode/events/event_responses.editor.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/events/event_responses.list.php b/pandora_console/godmode/events/event_responses.list.php index e14fc7b21d..6b97b5f92a 100644 --- a/pandora_console/godmode/events/event_responses.list.php +++ b/pandora_console/godmode/events/event_responses.list.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/events/event_responses.php b/pandora_console/godmode/events/event_responses.php index bc8f5a2537..dc29b1ecc9 100644 --- a/pandora_console/godmode/events/event_responses.php +++ b/pandora_console/godmode/events/event_responses.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/events/events.php b/pandora_console/godmode/events/events.php index a543696e75..4d4cf97a97 100644 --- a/pandora_console/godmode/events/events.php +++ b/pandora_console/godmode/events/events.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/extensions.php b/pandora_console/godmode/extensions.php index cdc8d30caf..0d11c8d99a 100644 --- a/pandora_console/godmode/extensions.php +++ b/pandora_console/godmode/extensions.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation; version 2 diff --git a/pandora_console/godmode/gis_maps/configure_gis_map.php b/pandora_console/godmode/gis_maps/configure_gis_map.php index 35705591a6..f4938c585c 100644 --- a/pandora_console/godmode/gis_maps/configure_gis_map.php +++ b/pandora_console/godmode/gis_maps/configure_gis_map.php @@ -2,7 +2,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/groups/configure_group.php b/pandora_console/godmode/groups/configure_group.php index 14578ed6a3..7006a9715a 100644 --- a/pandora_console/godmode/groups/configure_group.php +++ b/pandora_console/godmode/groups/configure_group.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/groups/configure_modu_group.php b/pandora_console/godmode/groups/configure_modu_group.php index daa0c6827f..735b904095 100644 --- a/pandora_console/godmode/groups/configure_modu_group.php +++ b/pandora_console/godmode/groups/configure_modu_group.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/groups/credential_store.php b/pandora_console/godmode/groups/credential_store.php index f7f4470c94..26aaceb6be 100644 --- a/pandora_console/godmode/groups/credential_store.php +++ b/pandora_console/godmode/groups/credential_store.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/groups/group_list.php b/pandora_console/godmode/groups/group_list.php index cb59288b00..acfb3f82aa 100644 --- a/pandora_console/godmode/groups/group_list.php +++ b/pandora_console/godmode/groups/group_list.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/groups/modu_group_list.php b/pandora_console/godmode/groups/modu_group_list.php index 9be57b2763..4f6f731a44 100644 --- a/pandora_console/godmode/groups/modu_group_list.php +++ b/pandora_console/godmode/groups/modu_group_list.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/groups/tactical.php b/pandora_console/godmode/groups/tactical.php index e899f8b213..a7b36068fb 100644 --- a/pandora_console/godmode/groups/tactical.php +++ b/pandora_console/godmode/groups/tactical.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/massive/massive_add_action_alerts.php b/pandora_console/godmode/massive/massive_add_action_alerts.php index 307db55f19..39fc68cb69 100755 --- a/pandora_console/godmode/massive/massive_add_action_alerts.php +++ b/pandora_console/godmode/massive/massive_add_action_alerts.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/massive/massive_add_alerts.php b/pandora_console/godmode/massive/massive_add_alerts.php index 4c56a94d33..74e14d8464 100755 --- a/pandora_console/godmode/massive/massive_add_alerts.php +++ b/pandora_console/godmode/massive/massive_add_alerts.php @@ -16,7 +16,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/massive/massive_add_profiles.php b/pandora_console/godmode/massive/massive_add_profiles.php index 95ba8bd2fd..52eca7965a 100644 --- a/pandora_console/godmode/massive/massive_add_profiles.php +++ b/pandora_console/godmode/massive/massive_add_profiles.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/massive/massive_copy_modules.php b/pandora_console/godmode/massive/massive_copy_modules.php index 8dbfffc30c..fc9078e606 100755 --- a/pandora_console/godmode/massive/massive_copy_modules.php +++ b/pandora_console/godmode/massive/massive_copy_modules.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/massive/massive_delete_action_alerts.php b/pandora_console/godmode/massive/massive_delete_action_alerts.php index d37b506860..6b9f0745a1 100644 --- a/pandora_console/godmode/massive/massive_delete_action_alerts.php +++ b/pandora_console/godmode/massive/massive_delete_action_alerts.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/massive/massive_delete_agents.php b/pandora_console/godmode/massive/massive_delete_agents.php index 1d1472d6e1..6c2a62dbbb 100755 --- a/pandora_console/godmode/massive/massive_delete_agents.php +++ b/pandora_console/godmode/massive/massive_delete_agents.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/massive/massive_delete_alerts.php b/pandora_console/godmode/massive/massive_delete_alerts.php index 9d8f97cf79..1f1ac33b67 100755 --- a/pandora_console/godmode/massive/massive_delete_alerts.php +++ b/pandora_console/godmode/massive/massive_delete_alerts.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/massive/massive_delete_modules.php b/pandora_console/godmode/massive/massive_delete_modules.php index d2037effc5..f2240bd551 100755 --- a/pandora_console/godmode/massive/massive_delete_modules.php +++ b/pandora_console/godmode/massive/massive_delete_modules.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/massive/massive_delete_profiles.php b/pandora_console/godmode/massive/massive_delete_profiles.php index 1be413fa85..b703bf5fdb 100644 --- a/pandora_console/godmode/massive/massive_delete_profiles.php +++ b/pandora_console/godmode/massive/massive_delete_profiles.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/massive/massive_edit_agents.php b/pandora_console/godmode/massive/massive_edit_agents.php index f18a5731cd..e33a6feeaa 100755 --- a/pandora_console/godmode/massive/massive_edit_agents.php +++ b/pandora_console/godmode/massive/massive_edit_agents.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/massive/massive_edit_modules.php b/pandora_console/godmode/massive/massive_edit_modules.php index 258779581e..e1e79d1385 100755 --- a/pandora_console/godmode/massive/massive_edit_modules.php +++ b/pandora_console/godmode/massive/massive_edit_modules.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/massive/massive_edit_plugins.php b/pandora_console/godmode/massive/massive_edit_plugins.php index c6a884f664..c252f41f69 100644 --- a/pandora_console/godmode/massive/massive_edit_plugins.php +++ b/pandora_console/godmode/massive/massive_edit_plugins.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/massive/massive_edit_users.php b/pandora_console/godmode/massive/massive_edit_users.php index 313fa67c93..ea311f4c91 100644 --- a/pandora_console/godmode/massive/massive_edit_users.php +++ b/pandora_console/godmode/massive/massive_edit_users.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/massive/massive_enable_disable_alerts.php b/pandora_console/godmode/massive/massive_enable_disable_alerts.php index feb85fccee..1960bf7037 100644 --- a/pandora_console/godmode/massive/massive_enable_disable_alerts.php +++ b/pandora_console/godmode/massive/massive_enable_disable_alerts.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/massive/massive_operations.php b/pandora_console/godmode/massive/massive_operations.php index 3b88b83ec6..42bb09f428 100755 --- a/pandora_console/godmode/massive/massive_operations.php +++ b/pandora_console/godmode/massive/massive_operations.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/massive/massive_standby_alerts.php b/pandora_console/godmode/massive/massive_standby_alerts.php index 0a38a65975..21eee847e7 100644 --- a/pandora_console/godmode/massive/massive_standby_alerts.php +++ b/pandora_console/godmode/massive/massive_standby_alerts.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/menu.php b/pandora_console/godmode/menu.php index 48ddb07bef..13fc41f9c7 100644 --- a/pandora_console/godmode/menu.php +++ b/pandora_console/godmode/menu.php @@ -16,7 +16,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/module_library/module_library_view.php b/pandora_console/godmode/module_library/module_library_view.php index 9d50eee6a5..34f16b85e2 100644 --- a/pandora_console/godmode/module_library/module_library_view.php +++ b/pandora_console/godmode/module_library/module_library_view.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/modules/configuration_wizard_setup.php b/pandora_console/godmode/modules/configuration_wizard_setup.php index 5feabd8756..77adf1042e 100644 --- a/pandora_console/godmode/modules/configuration_wizard_setup.php +++ b/pandora_console/godmode/modules/configuration_wizard_setup.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/modules/manage_inventory_modules.php b/pandora_console/godmode/modules/manage_inventory_modules.php index 1358a4a791..39156ed7da 100644 --- a/pandora_console/godmode/modules/manage_inventory_modules.php +++ b/pandora_console/godmode/modules/manage_inventory_modules.php @@ -5,7 +5,7 @@ // |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| // // ============================================================================ -// Copyright (c) 2007-2023 Pandora FMS, http://www.artica.es +// Copyright (c) 2007-2023 Pandora FMS, http://www.pandorafms.com // This code is NOT free software. This code is NOT licenced under GPL2 licence // You cannnot redistribute it without written permission of copyright holder. // ============================================================================ diff --git a/pandora_console/godmode/modules/manage_inventory_modules_form.php b/pandora_console/godmode/modules/manage_inventory_modules_form.php index 7382d0d147..7b80b9b20d 100644 --- a/pandora_console/godmode/modules/manage_inventory_modules_form.php +++ b/pandora_console/godmode/modules/manage_inventory_modules_form.php @@ -5,7 +5,7 @@ // |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| // // ============================================================================ -// Copyright (c) 2007-2023 Pandora FMS, http://www.artica.es +// Copyright (c) 2007-2023 Pandora FMS, http://www.pandorafms.com // This code is NOT free software. This code is NOT licenced under GPL2 licence // You cannnot redistribute it without written permission of copyright holder. // ============================================================================ diff --git a/pandora_console/godmode/modules/manage_module_templates.php b/pandora_console/godmode/modules/manage_module_templates.php index 0e8a072419..b62fedaa41 100644 --- a/pandora_console/godmode/modules/manage_module_templates.php +++ b/pandora_console/godmode/modules/manage_module_templates.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/modules/manage_nc_groups.php b/pandora_console/godmode/modules/manage_nc_groups.php index 28a1655e85..f04fa0e4b7 100644 --- a/pandora_console/godmode/modules/manage_nc_groups.php +++ b/pandora_console/godmode/modules/manage_nc_groups.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/modules/manage_nc_groups_form.php b/pandora_console/godmode/modules/manage_nc_groups_form.php index 975a5ef57f..716b1024aa 100644 --- a/pandora_console/godmode/modules/manage_nc_groups_form.php +++ b/pandora_console/godmode/modules/manage_nc_groups_form.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/modules/manage_network_components.php b/pandora_console/godmode/modules/manage_network_components.php index 32bb4d21a6..79bd7ca972 100644 --- a/pandora_console/godmode/modules/manage_network_components.php +++ b/pandora_console/godmode/modules/manage_network_components.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/modules/manage_network_components_form.php b/pandora_console/godmode/modules/manage_network_components_form.php index f7e0a75c18..dd5b588afe 100644 --- a/pandora_console/godmode/modules/manage_network_components_form.php +++ b/pandora_console/godmode/modules/manage_network_components_form.php @@ -16,7 +16,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/modules/manage_network_components_form_common.php b/pandora_console/godmode/modules/manage_network_components_form_common.php index 42f73d8f4f..a23b8e9220 100644 --- a/pandora_console/godmode/modules/manage_network_components_form_common.php +++ b/pandora_console/godmode/modules/manage_network_components_form_common.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/modules/manage_network_components_form_network.php b/pandora_console/godmode/modules/manage_network_components_form_network.php index 0ab679e0d2..c78ae2ea7a 100755 --- a/pandora_console/godmode/modules/manage_network_components_form_network.php +++ b/pandora_console/godmode/modules/manage_network_components_form_network.php @@ -16,7 +16,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/modules/manage_network_components_form_plugin.php b/pandora_console/godmode/modules/manage_network_components_form_plugin.php index bc7ea0fa6a..2acae8114a 100755 --- a/pandora_console/godmode/modules/manage_network_components_form_plugin.php +++ b/pandora_console/godmode/modules/manage_network_components_form_plugin.php @@ -16,7 +16,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/modules/manage_network_components_form_wizard.php b/pandora_console/godmode/modules/manage_network_components_form_wizard.php index be34f90f2b..c99ea7adab 100644 --- a/pandora_console/godmode/modules/manage_network_components_form_wizard.php +++ b/pandora_console/godmode/modules/manage_network_components_form_wizard.php @@ -2,7 +2,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/modules/manage_network_components_form_wmi.php b/pandora_console/godmode/modules/manage_network_components_form_wmi.php index 4d7dc65ee5..f9f4dfe2d3 100755 --- a/pandora_console/godmode/modules/manage_network_components_form_wmi.php +++ b/pandora_console/godmode/modules/manage_network_components_form_wmi.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/modules/manage_network_templates.php b/pandora_console/godmode/modules/manage_network_templates.php index 66e11297ce..09e1551f7c 100644 --- a/pandora_console/godmode/modules/manage_network_templates.php +++ b/pandora_console/godmode/modules/manage_network_templates.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/modules/manage_network_templates_form.php b/pandora_console/godmode/modules/manage_network_templates_form.php index 9bcef76faa..fb8ab8f0e1 100644 --- a/pandora_console/godmode/modules/manage_network_templates_form.php +++ b/pandora_console/godmode/modules/manage_network_templates_form.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/modules/module_list.php b/pandora_console/godmode/modules/module_list.php index 1d10dc9442..6747704c9d 100644 --- a/pandora_console/godmode/modules/module_list.php +++ b/pandora_console/godmode/modules/module_list.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/modules/private_enterprise_numbers.php b/pandora_console/godmode/modules/private_enterprise_numbers.php index 21dbd7aabd..8e5abbe925 100644 --- a/pandora_console/godmode/modules/private_enterprise_numbers.php +++ b/pandora_console/godmode/modules/private_enterprise_numbers.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/netflow/nf_edit.php b/pandora_console/godmode/netflow/nf_edit.php index bcff6fba43..ce54e4e552 100644 --- a/pandora_console/godmode/netflow/nf_edit.php +++ b/pandora_console/godmode/netflow/nf_edit.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/netflow/nf_edit_form.php b/pandora_console/godmode/netflow/nf_edit_form.php index cf7ec7e643..17eb71d4ad 100644 --- a/pandora_console/godmode/netflow/nf_edit_form.php +++ b/pandora_console/godmode/netflow/nf_edit_form.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. @@ -29,7 +29,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation; version 2 diff --git a/pandora_console/godmode/netflow/nf_item_list.php b/pandora_console/godmode/netflow/nf_item_list.php index 5a2cfe7945..ebc7952a93 100644 --- a/pandora_console/godmode/netflow/nf_item_list.php +++ b/pandora_console/godmode/netflow/nf_item_list.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation; version 2 diff --git a/pandora_console/godmode/reporting/create_container.php b/pandora_console/godmode/reporting/create_container.php index d499a8edcd..5de738b23d 100644 --- a/pandora_console/godmode/reporting/create_container.php +++ b/pandora_console/godmode/reporting/create_container.php @@ -2,7 +2,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/reporting/graph_builder.graph_editor.php b/pandora_console/godmode/reporting/graph_builder.graph_editor.php index 2f6c651edc..936f7b2ef9 100644 --- a/pandora_console/godmode/reporting/graph_builder.graph_editor.php +++ b/pandora_console/godmode/reporting/graph_builder.graph_editor.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/reporting/graph_builder.main.php b/pandora_console/godmode/reporting/graph_builder.main.php index c0eb79a544..e50f095b31 100644 --- a/pandora_console/godmode/reporting/graph_builder.main.php +++ b/pandora_console/godmode/reporting/graph_builder.main.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/reporting/graph_builder.php b/pandora_console/godmode/reporting/graph_builder.php index 6278cc3d67..03bc93f4bf 100644 --- a/pandora_console/godmode/reporting/graph_builder.php +++ b/pandora_console/godmode/reporting/graph_builder.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/reporting/graph_container.php b/pandora_console/godmode/reporting/graph_container.php index 25fd131cec..2b75c088ee 100644 --- a/pandora_console/godmode/reporting/graph_container.php +++ b/pandora_console/godmode/reporting/graph_container.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2007-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/reporting/graphs.php b/pandora_console/godmode/reporting/graphs.php index 54390f79be..ab4f459b4e 100644 --- a/pandora_console/godmode/reporting/graphs.php +++ b/pandora_console/godmode/reporting/graphs.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/reporting/map_builder.php b/pandora_console/godmode/reporting/map_builder.php index 085d93263e..eb657d8e8a 100644 --- a/pandora_console/godmode/reporting/map_builder.php +++ b/pandora_console/godmode/reporting/map_builder.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2007-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/reporting/reporting_builder.item_editor.php b/pandora_console/godmode/reporting/reporting_builder.item_editor.php index 8267e3185e..8305be5aa0 100755 --- a/pandora_console/godmode/reporting/reporting_builder.item_editor.php +++ b/pandora_console/godmode/reporting/reporting_builder.item_editor.php @@ -16,7 +16,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/reporting/reporting_builder.list_items.php b/pandora_console/godmode/reporting/reporting_builder.list_items.php index 89d8e25738..aa61b2ee75 100755 --- a/pandora_console/godmode/reporting/reporting_builder.list_items.php +++ b/pandora_console/godmode/reporting/reporting_builder.list_items.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/reporting/reporting_builder.main.php b/pandora_console/godmode/reporting/reporting_builder.main.php index fc69b420a1..c0381acca2 100755 --- a/pandora_console/godmode/reporting/reporting_builder.main.php +++ b/pandora_console/godmode/reporting/reporting_builder.main.php @@ -14,7 +14,7 @@ * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ - * Copyright (c) 2007-2023 Pandora FMS, http://www.artica.es + * Copyright (c) 2007-2023 Pandora FMS, http://www.pandorafms.com * This code is NOT free software. This code is NOT licenced under GPL2 licence * You cannnot redistribute it without written permission of copyright holder. * ============================================================================ diff --git a/pandora_console/godmode/reporting/reporting_builder.php b/pandora_console/godmode/reporting/reporting_builder.php index 177765ba0a..1ef4330218 100755 --- a/pandora_console/godmode/reporting/reporting_builder.php +++ b/pandora_console/godmode/reporting/reporting_builder.php @@ -78,7 +78,7 @@ function dialog_message(message_id) { * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/reporting/visual_console_builder.data.php b/pandora_console/godmode/reporting/visual_console_builder.data.php index dff9fa4a4f..0abf9c08b0 100644 --- a/pandora_console/godmode/reporting/visual_console_builder.data.php +++ b/pandora_console/godmode/reporting/visual_console_builder.data.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/reporting/visual_console_builder.editor.php b/pandora_console/godmode/reporting/visual_console_builder.editor.php index 2240a6a132..3f56cc0a5b 100755 --- a/pandora_console/godmode/reporting/visual_console_builder.editor.php +++ b/pandora_console/godmode/reporting/visual_console_builder.editor.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2007-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/reporting/visual_console_builder.elements.php b/pandora_console/godmode/reporting/visual_console_builder.elements.php index 1061613bd9..2249386c47 100755 --- a/pandora_console/godmode/reporting/visual_console_builder.elements.php +++ b/pandora_console/godmode/reporting/visual_console_builder.elements.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/reporting/visual_console_builder.php b/pandora_console/godmode/reporting/visual_console_builder.php index a1f002418b..3ac46a89c4 100755 --- a/pandora_console/godmode/reporting/visual_console_builder.php +++ b/pandora_console/godmode/reporting/visual_console_builder.php @@ -16,7 +16,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/reporting/visual_console_builder.wizard.php b/pandora_console/godmode/reporting/visual_console_builder.wizard.php index 8c9c6ea0fd..680624d947 100644 --- a/pandora_console/godmode/reporting/visual_console_builder.wizard.php +++ b/pandora_console/godmode/reporting/visual_console_builder.wizard.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/reporting/visual_console_favorite.php b/pandora_console/godmode/reporting/visual_console_favorite.php index d36e571386..150af65bd1 100644 --- a/pandora_console/godmode/reporting/visual_console_favorite.php +++ b/pandora_console/godmode/reporting/visual_console_favorite.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2007-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/servers/manage_recontask.php b/pandora_console/godmode/servers/manage_recontask.php index 21c33defab..bc01702c11 100644 --- a/pandora_console/godmode/servers/manage_recontask.php +++ b/pandora_console/godmode/servers/manage_recontask.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/servers/manage_recontask_form.php b/pandora_console/godmode/servers/manage_recontask_form.php index 9305c5e66d..ebfab05c23 100644 --- a/pandora_console/godmode/servers/manage_recontask_form.php +++ b/pandora_console/godmode/servers/manage_recontask_form.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/servers/modificar_server.php b/pandora_console/godmode/servers/modificar_server.php index 93d3a08b30..9b0d86fed9 100644 --- a/pandora_console/godmode/servers/modificar_server.php +++ b/pandora_console/godmode/servers/modificar_server.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/servers/plugin.php b/pandora_console/godmode/servers/plugin.php index fb7e6cd6cd..acdbb52861 100644 --- a/pandora_console/godmode/servers/plugin.php +++ b/pandora_console/godmode/servers/plugin.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/servers/plugin_registration.php b/pandora_console/godmode/servers/plugin_registration.php index 0c7056d989..7ef66ed862 100644 --- a/pandora_console/godmode/servers/plugin_registration.php +++ b/pandora_console/godmode/servers/plugin_registration.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/servers/recon_script.php b/pandora_console/godmode/servers/recon_script.php index 726243fea9..80ebeb0063 100644 --- a/pandora_console/godmode/servers/recon_script.php +++ b/pandora_console/godmode/servers/recon_script.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/servers/servers.build_table.php b/pandora_console/godmode/servers/servers.build_table.php index 907ffc33dc..1a83963473 100644 --- a/pandora_console/godmode/servers/servers.build_table.php +++ b/pandora_console/godmode/servers/servers.build_table.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/setup/file_manager.php b/pandora_console/godmode/setup/file_manager.php index 9611d6b239..cdc67d7a06 100644 --- a/pandora_console/godmode/setup/file_manager.php +++ b/pandora_console/godmode/setup/file_manager.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/setup/license.php b/pandora_console/godmode/setup/license.php index c9e8f32263..efc2052247 100644 --- a/pandora_console/godmode/setup/license.php +++ b/pandora_console/godmode/setup/license.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/setup/links.php b/pandora_console/godmode/setup/links.php index 596a6bff42..c50d8b3a98 100644 --- a/pandora_console/godmode/setup/links.php +++ b/pandora_console/godmode/setup/links.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/setup/news.php b/pandora_console/godmode/setup/news.php index 373fc3c159..14a53f3c05 100644 --- a/pandora_console/godmode/setup/news.php +++ b/pandora_console/godmode/setup/news.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/setup/os.builder.php b/pandora_console/godmode/setup/os.builder.php index dc42250066..c9cc324b43 100644 --- a/pandora_console/godmode/setup/os.builder.php +++ b/pandora_console/godmode/setup/os.builder.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/setup/os.list.php b/pandora_console/godmode/setup/os.list.php index fda939979e..cb6f6213e9 100644 --- a/pandora_console/godmode/setup/os.list.php +++ b/pandora_console/godmode/setup/os.list.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/setup/os.php b/pandora_console/godmode/setup/os.php index ea97da81aa..e19b93941b 100644 --- a/pandora_console/godmode/setup/os.php +++ b/pandora_console/godmode/setup/os.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/setup/performance.php b/pandora_console/godmode/setup/performance.php index b6e3dc706b..a7e7b82a9e 100644 --- a/pandora_console/godmode/setup/performance.php +++ b/pandora_console/godmode/setup/performance.php @@ -16,7 +16,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/setup/setup.php b/pandora_console/godmode/setup/setup.php index b50da113b2..916fe47be9 100644 --- a/pandora_console/godmode/setup/setup.php +++ b/pandora_console/godmode/setup/setup.php @@ -16,7 +16,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/setup/setup_auth.php b/pandora_console/godmode/setup/setup_auth.php index 65606746bc..2a7834ee1e 100644 --- a/pandora_console/godmode/setup/setup_auth.php +++ b/pandora_console/godmode/setup/setup_auth.php @@ -14,7 +14,7 @@ * |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| * * ============================================================================ - * Copyright (c) 2007-2023 Pandora FMS, http://www.artica.es + * Copyright (c) 2007-2023 Pandora FMS, http://www.pandorafms.com * This code is NOT free software. This code is NOT licenced under GPL2 licence * You cannnot redistribute it without written permission of copyright holder. * ============================================================================ diff --git a/pandora_console/godmode/setup/setup_ehorus.php b/pandora_console/godmode/setup/setup_ehorus.php index 203e9955f9..7bc4da5059 100644 --- a/pandora_console/godmode/setup/setup_ehorus.php +++ b/pandora_console/godmode/setup/setup_ehorus.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/setup/setup_external_tools.php b/pandora_console/godmode/setup/setup_external_tools.php index 39fe41c867..02348cde74 100644 --- a/pandora_console/godmode/setup/setup_external_tools.php +++ b/pandora_console/godmode/setup/setup_external_tools.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/setup/setup_general.php b/pandora_console/godmode/setup/setup_general.php index 1491d2043c..dd6bfcf000 100644 --- a/pandora_console/godmode/setup/setup_general.php +++ b/pandora_console/godmode/setup/setup_general.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/setup/setup_integria.php b/pandora_console/godmode/setup/setup_integria.php index 09f1d800f9..16adcd79e4 100644 --- a/pandora_console/godmode/setup/setup_integria.php +++ b/pandora_console/godmode/setup/setup_integria.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/setup/setup_netflow.php b/pandora_console/godmode/setup/setup_netflow.php index efa01b7a9e..2ee5f4b4b0 100644 --- a/pandora_console/godmode/setup/setup_netflow.php +++ b/pandora_console/godmode/setup/setup_netflow.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/setup/setup_notifications.php b/pandora_console/godmode/setup/setup_notifications.php index dbcb3f085d..13c42cea76 100644 --- a/pandora_console/godmode/setup/setup_notifications.php +++ b/pandora_console/godmode/setup/setup_notifications.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/setup/setup_sflow.php b/pandora_console/godmode/setup/setup_sflow.php index c5d7b9ceef..7964a45f66 100644 --- a/pandora_console/godmode/setup/setup_sflow.php +++ b/pandora_console/godmode/setup/setup_sflow.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/setup/setup_visuals.php b/pandora_console/godmode/setup/setup_visuals.php index 40a41d1c3b..0f8b3ef4c9 100755 --- a/pandora_console/godmode/setup/setup_visuals.php +++ b/pandora_console/godmode/setup/setup_visuals.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/setup/setup_websocket_engine.php b/pandora_console/godmode/setup/setup_websocket_engine.php index bdc8673f87..28037d9972 100644 --- a/pandora_console/godmode/setup/setup_websocket_engine.php +++ b/pandora_console/godmode/setup/setup_websocket_engine.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/setup/snmp_wizard.php b/pandora_console/godmode/setup/snmp_wizard.php index e4ee321f0e..778bb6ddfc 100644 --- a/pandora_console/godmode/setup/snmp_wizard.php +++ b/pandora_console/godmode/setup/snmp_wizard.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/setup/welcome_tips.php b/pandora_console/godmode/setup/welcome_tips.php index e4b50486b7..d6f8cf707b 100644 --- a/pandora_console/godmode/setup/welcome_tips.php +++ b/pandora_console/godmode/setup/welcome_tips.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/snmpconsole/snmp_alert.php b/pandora_console/godmode/snmpconsole/snmp_alert.php index 2807236e40..6dd541f349 100755 --- a/pandora_console/godmode/snmpconsole/snmp_alert.php +++ b/pandora_console/godmode/snmpconsole/snmp_alert.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/snmpconsole/snmp_filters.php b/pandora_console/godmode/snmpconsole/snmp_filters.php index c61f0f3e4b..f30981bf57 100644 --- a/pandora_console/godmode/snmpconsole/snmp_filters.php +++ b/pandora_console/godmode/snmpconsole/snmp_filters.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/snmpconsole/snmp_trap_generator.php b/pandora_console/godmode/snmpconsole/snmp_trap_generator.php index 9f5526f3c7..e1bf7398ad 100755 --- a/pandora_console/godmode/snmpconsole/snmp_trap_generator.php +++ b/pandora_console/godmode/snmpconsole/snmp_trap_generator.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/tag/edit_tag.php b/pandora_console/godmode/tag/edit_tag.php index f6a803e157..c817483a31 100644 --- a/pandora_console/godmode/tag/edit_tag.php +++ b/pandora_console/godmode/tag/edit_tag.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/tag/tag.php b/pandora_console/godmode/tag/tag.php index fc88f59a00..c2f07ff237 100644 --- a/pandora_console/godmode/tag/tag.php +++ b/pandora_console/godmode/tag/tag.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/um_client/api.php b/pandora_console/godmode/um_client/api.php index 5c4eb52935..ac62a4fbe0 100644 --- a/pandora_console/godmode/um_client/api.php +++ b/pandora_console/godmode/um_client/api.php @@ -20,7 +20,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/um_client/index.php b/pandora_console/godmode/um_client/index.php index 3a52b906b8..af385cb6f8 100644 --- a/pandora_console/godmode/um_client/index.php +++ b/pandora_console/godmode/um_client/index.php @@ -20,7 +20,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/update_manager/update_manager.history.php b/pandora_console/godmode/update_manager/update_manager.history.php index f08b6ebab1..7241da6849 100644 --- a/pandora_console/godmode/update_manager/update_manager.history.php +++ b/pandora_console/godmode/update_manager/update_manager.history.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/update_manager/update_manager.php b/pandora_console/godmode/update_manager/update_manager.php index d43d6f0593..565b4cbd44 100644 --- a/pandora_console/godmode/update_manager/update_manager.php +++ b/pandora_console/godmode/update_manager/update_manager.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/update_manager/update_manager.setup.php b/pandora_console/godmode/update_manager/update_manager.setup.php index 887b4f1580..f61886bcda 100644 --- a/pandora_console/godmode/update_manager/update_manager.setup.php +++ b/pandora_console/godmode/update_manager/update_manager.setup.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/users/configure_profile.php b/pandora_console/godmode/users/configure_profile.php index 4e3aac5206..ec132c92c3 100644 --- a/pandora_console/godmode/users/configure_profile.php +++ b/pandora_console/godmode/users/configure_profile.php @@ -12,7 +12,7 @@ * Pandora FMS - http://pandorafms.com * ================================================== * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/users/configure_user.php b/pandora_console/godmode/users/configure_user.php index 83a9a79a32..d271456830 100644 --- a/pandora_console/godmode/users/configure_user.php +++ b/pandora_console/godmode/users/configure_user.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/users/profile_list.php b/pandora_console/godmode/users/profile_list.php index ca9133402b..708801dda8 100644 --- a/pandora_console/godmode/users/profile_list.php +++ b/pandora_console/godmode/users/profile_list.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/users/user_list.php b/pandora_console/godmode/users/user_list.php index 68934261c0..4fa9efddd3 100644 --- a/pandora_console/godmode/users/user_list.php +++ b/pandora_console/godmode/users/user_list.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/users/user_management.php b/pandora_console/godmode/users/user_management.php index ff71092161..8ef5104893 100644 --- a/pandora_console/godmode/users/user_management.php +++ b/pandora_console/godmode/users/user_management.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/wizards/DiscoveryTaskList.class.php b/pandora_console/godmode/wizards/DiscoveryTaskList.class.php index dce348ab80..9082fc7037 100644 --- a/pandora_console/godmode/wizards/DiscoveryTaskList.class.php +++ b/pandora_console/godmode/wizards/DiscoveryTaskList.class.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/wizards/HostDevices.class.php b/pandora_console/godmode/wizards/HostDevices.class.php index 00b5982ec9..72356971ef 100755 --- a/pandora_console/godmode/wizards/HostDevices.class.php +++ b/pandora_console/godmode/wizards/HostDevices.class.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/godmode/wizards/Wizard.main.php b/pandora_console/godmode/wizards/Wizard.main.php index 66830a7aa2..c2b05e4646 100644 --- a/pandora_console/godmode/wizards/Wizard.main.php +++ b/pandora_console/godmode/wizards/Wizard.main.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/Image/image_functions.php b/pandora_console/include/Image/image_functions.php index 92a09cd415..ea937aed18 100644 --- a/pandora_console/include/Image/image_functions.php +++ b/pandora_console/include/Image/image_functions.php @@ -8,7 +8,7 @@ * Pandora FMS - http://pandorafms.com * ================================================== * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/pandora_console/include/ajax/agent.php b/pandora_console/include/ajax/agent.php index 18d5d40f4f..409f8ee12a 100644 --- a/pandora_console/include/ajax/agent.php +++ b/pandora_console/include/ajax/agent.php @@ -3,7 +3,7 @@ // Pandora FMS- http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public License // as published by the Free Software Foundation; version 2 diff --git a/pandora_console/include/ajax/audit_log.php b/pandora_console/include/ajax/audit_log.php index caddc7a0f4..f5e2aa260c 100644 --- a/pandora_console/include/ajax/audit_log.php +++ b/pandora_console/include/ajax/audit_log.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/ajax/custom_fields.php b/pandora_console/include/ajax/custom_fields.php index 1b8de9e4c5..c4016404de 100644 --- a/pandora_console/include/ajax/custom_fields.php +++ b/pandora_console/include/ajax/custom_fields.php @@ -16,7 +16,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/ajax/double_auth.ajax.php b/pandora_console/include/ajax/double_auth.ajax.php index 53f96ccf93..014d835102 100644 --- a/pandora_console/include/ajax/double_auth.ajax.php +++ b/pandora_console/include/ajax/double_auth.ajax.php @@ -16,7 +16,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/ajax/events.php b/pandora_console/include/ajax/events.php index 083f276e43..6c9097f27f 100644 --- a/pandora_console/include/ajax/events.php +++ b/pandora_console/include/ajax/events.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/ajax/events_extended.php b/pandora_console/include/ajax/events_extended.php index c27776cf33..b741831fc3 100644 --- a/pandora_console/include/ajax/events_extended.php +++ b/pandora_console/include/ajax/events_extended.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/ajax/fav_menu.ajax.php b/pandora_console/include/ajax/fav_menu.ajax.php index f0497256dc..fd8a4a69fb 100644 --- a/pandora_console/include/ajax/fav_menu.ajax.php +++ b/pandora_console/include/ajax/fav_menu.ajax.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/ajax/graph.ajax.php b/pandora_console/include/ajax/graph.ajax.php index 02405c26fe..ebc3a5faf5 100644 --- a/pandora_console/include/ajax/graph.ajax.php +++ b/pandora_console/include/ajax/graph.ajax.php @@ -2,7 +2,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/ajax/group.php b/pandora_console/include/ajax/group.php index b66b256657..729c87fa2f 100644 --- a/pandora_console/include/ajax/group.php +++ b/pandora_console/include/ajax/group.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/ajax/heatmap.ajax.php b/pandora_console/include/ajax/heatmap.ajax.php index 14315e69e9..3aae859f4d 100644 --- a/pandora_console/include/ajax/heatmap.ajax.php +++ b/pandora_console/include/ajax/heatmap.ajax.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/ajax/integria_incidents.ajax.php b/pandora_console/include/ajax/integria_incidents.ajax.php index 540561d535..1c768c08b1 100644 --- a/pandora_console/include/ajax/integria_incidents.ajax.php +++ b/pandora_console/include/ajax/integria_incidents.ajax.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/ajax/map_enterprise.ajax.php b/pandora_console/include/ajax/map_enterprise.ajax.php index cdf5795787..7d9832c7cb 100644 --- a/pandora_console/include/ajax/map_enterprise.ajax.php +++ b/pandora_console/include/ajax/map_enterprise.ajax.php @@ -5,7 +5,7 @@ // |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| // // ============================================================================ -// Copyright (c) 2007-2023 Pandora FMS, http://www.artica.es +// Copyright (c) 2007-2023 Pandora FMS, http://www.pandorafms.com // This code is NOT free software. This code is NOT licenced under GPL2 licence // You cannnot redistribute it without written permission of copyright holder. // ============================================================================ diff --git a/pandora_console/include/ajax/menu.ajax.php b/pandora_console/include/ajax/menu.ajax.php index 634f391957..f7a1d2ed1c 100644 --- a/pandora_console/include/ajax/menu.ajax.php +++ b/pandora_console/include/ajax/menu.ajax.php @@ -2,7 +2,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/ajax/module.php b/pandora_console/include/ajax/module.php index e21e687a1e..5e74adbb4a 100755 --- a/pandora_console/include/ajax/module.php +++ b/pandora_console/include/ajax/module.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/ajax/order_interpreter.php b/pandora_console/include/ajax/order_interpreter.php index dce0d9db2b..b2e182a923 100644 --- a/pandora_console/include/ajax/order_interpreter.php +++ b/pandora_console/include/ajax/order_interpreter.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/ajax/planned_downtime.ajax.php b/pandora_console/include/ajax/planned_downtime.ajax.php index 4152406c05..db3b27bc46 100644 --- a/pandora_console/include/ajax/planned_downtime.ajax.php +++ b/pandora_console/include/ajax/planned_downtime.ajax.php @@ -3,7 +3,7 @@ // Pandora FMS- http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public License // as published by the Free Software Foundation; version 2 diff --git a/pandora_console/include/ajax/profile.php b/pandora_console/include/ajax/profile.php index a8d0a06daa..5529fc2ae9 100644 --- a/pandora_console/include/ajax/profile.php +++ b/pandora_console/include/ajax/profile.php @@ -3,7 +3,7 @@ // Pandora FMS- http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public License // as published by the Free Software Foundation; version 2 diff --git a/pandora_console/include/ajax/reporting.ajax.php b/pandora_console/include/ajax/reporting.ajax.php index c29b7ed235..f7b50627f9 100755 --- a/pandora_console/include/ajax/reporting.ajax.php +++ b/pandora_console/include/ajax/reporting.ajax.php @@ -3,7 +3,7 @@ // Pandora FMS- http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public License // as published by the Free Software Foundation; version 2 diff --git a/pandora_console/include/ajax/skins.ajax.php b/pandora_console/include/ajax/skins.ajax.php index 95695cc3df..295a00ce42 100644 --- a/pandora_console/include/ajax/skins.ajax.php +++ b/pandora_console/include/ajax/skins.ajax.php @@ -2,7 +2,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/ajax/snmp.ajax.php b/pandora_console/include/ajax/snmp.ajax.php index 5957938c56..66eebb5aec 100644 --- a/pandora_console/include/ajax/snmp.ajax.php +++ b/pandora_console/include/ajax/snmp.ajax.php @@ -2,7 +2,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/ajax/snmp_browser.ajax.php b/pandora_console/include/ajax/snmp_browser.ajax.php index 0f937764a8..429deccad0 100644 --- a/pandora_console/include/ajax/snmp_browser.ajax.php +++ b/pandora_console/include/ajax/snmp_browser.ajax.php @@ -3,7 +3,7 @@ * Pandora FMS- http://pandorafms.com. * ================================================== * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; version 2 diff --git a/pandora_console/include/ajax/task_list.ajax.php b/pandora_console/include/ajax/task_list.ajax.php index 83679bc533..63802f922d 100644 --- a/pandora_console/include/ajax/task_list.ajax.php +++ b/pandora_console/include/ajax/task_list.ajax.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/ajax/tips_window.ajax.php b/pandora_console/include/ajax/tips_window.ajax.php index d67fca5002..37ecbb57d8 100644 --- a/pandora_console/include/ajax/tips_window.ajax.php +++ b/pandora_console/include/ajax/tips_window.ajax.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/ajax/tree.ajax.php b/pandora_console/include/ajax/tree.ajax.php index dcaf59e3cb..b008d70c15 100644 --- a/pandora_console/include/ajax/tree.ajax.php +++ b/pandora_console/include/ajax/tree.ajax.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/ajax/update_manager.php b/pandora_console/include/ajax/update_manager.php index 48e04d8171..3158dae619 100644 --- a/pandora_console/include/ajax/update_manager.php +++ b/pandora_console/include/ajax/update_manager.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/ajax/visual_console.ajax.php b/pandora_console/include/ajax/visual_console.ajax.php index a8a11c039d..9b16fc0cae 100644 --- a/pandora_console/include/ajax/visual_console.ajax.php +++ b/pandora_console/include/ajax/visual_console.ajax.php @@ -2,7 +2,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/ajax/visual_console_builder.ajax.php b/pandora_console/include/ajax/visual_console_builder.ajax.php index 8af4f100bd..1c94886b68 100755 --- a/pandora_console/include/ajax/visual_console_builder.ajax.php +++ b/pandora_console/include/ajax/visual_console_builder.ajax.php @@ -2,7 +2,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/ajax/web_server_module_debug.php b/pandora_console/include/ajax/web_server_module_debug.php index 905b96d2fa..4dbce6df2a 100644 --- a/pandora_console/include/ajax/web_server_module_debug.php +++ b/pandora_console/include/ajax/web_server_module_debug.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/ajax/welcome_window.php b/pandora_console/include/ajax/welcome_window.php index 872a60e864..fd1a95fdee 100644 --- a/pandora_console/include/ajax/welcome_window.php +++ b/pandora_console/include/ajax/welcome_window.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/api.php b/pandora_console/include/api.php index 0593f509ef..3177c8105d 100644 --- a/pandora_console/include/api.php +++ b/pandora_console/include/api.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/auth/ldap.php b/pandora_console/include/auth/ldap.php index 3e9e32efc7..5afb3fbc5c 100644 --- a/pandora_console/include/auth/ldap.php +++ b/pandora_console/include/auth/ldap.php @@ -2,7 +2,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public License // as published by the Free Software Foundation; version 2 diff --git a/pandora_console/include/auth/mysql.php b/pandora_console/include/auth/mysql.php index 7ab58f2a89..d0a6116964 100644 --- a/pandora_console/include/auth/mysql.php +++ b/pandora_console/include/auth/mysql.php @@ -16,7 +16,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/chart_generator.php b/pandora_console/include/chart_generator.php index 84059577ce..bba3b34e1f 100644 --- a/pandora_console/include/chart_generator.php +++ b/pandora_console/include/chart_generator.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/class/AgentDeployWizard.class.php b/pandora_console/include/class/AgentDeployWizard.class.php index a78e0d4017..602ce3f707 100644 --- a/pandora_console/include/class/AgentDeployWizard.class.php +++ b/pandora_console/include/class/AgentDeployWizard.class.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/class/AgentWizard.class.php b/pandora_console/include/class/AgentWizard.class.php index 91b31cb2d0..4e03875c17 100644 --- a/pandora_console/include/class/AgentWizard.class.php +++ b/pandora_console/include/class/AgentWizard.class.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/class/AgentsAlerts.class.php b/pandora_console/include/class/AgentsAlerts.class.php index b2ec6b4bb3..94bebe5433 100644 --- a/pandora_console/include/class/AgentsAlerts.class.php +++ b/pandora_console/include/class/AgentsAlerts.class.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/class/AuditLog.class.php b/pandora_console/include/class/AuditLog.class.php index 3bf722ba59..3b7296ba9b 100644 --- a/pandora_console/include/class/AuditLog.class.php +++ b/pandora_console/include/class/AuditLog.class.php @@ -16,7 +16,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/class/CalendarManager.class.php b/pandora_console/include/class/CalendarManager.class.php index ce09f185e6..8d5fb9a60a 100644 --- a/pandora_console/include/class/CalendarManager.class.php +++ b/pandora_console/include/class/CalendarManager.class.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/class/ConfigPEN.class.php b/pandora_console/include/class/ConfigPEN.class.php index e1c2dba272..f1c6fed943 100644 --- a/pandora_console/include/class/ConfigPEN.class.php +++ b/pandora_console/include/class/ConfigPEN.class.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/class/ConsoleSupervisor.php b/pandora_console/include/class/ConsoleSupervisor.php index 9ed79ab780..72817d2cee 100644 --- a/pandora_console/include/class/ConsoleSupervisor.php +++ b/pandora_console/include/class/ConsoleSupervisor.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/class/CredentialStore.class.php b/pandora_console/include/class/CredentialStore.class.php index 18e4e12ef2..1c68de4f0d 100644 --- a/pandora_console/include/class/CredentialStore.class.php +++ b/pandora_console/include/class/CredentialStore.class.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/class/CustomNetScan.class.php b/pandora_console/include/class/CustomNetScan.class.php index 05c87b068b..5d76825ebd 100644 --- a/pandora_console/include/class/CustomNetScan.class.php +++ b/pandora_console/include/class/CustomNetScan.class.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/class/Diagnostics.class.php b/pandora_console/include/class/Diagnostics.class.php index e2e9a6dd36..da91dc3229 100644 --- a/pandora_console/include/class/Diagnostics.class.php +++ b/pandora_console/include/class/Diagnostics.class.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/class/EventSound.class.php b/pandora_console/include/class/EventSound.class.php index 05cedfe338..d383934381 100644 --- a/pandora_console/include/class/EventSound.class.php +++ b/pandora_console/include/class/EventSound.class.php @@ -16,7 +16,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/class/ExternalTools.class.php b/pandora_console/include/class/ExternalTools.class.php index 939ce63fc5..f0a6f3921a 100644 --- a/pandora_console/include/class/ExternalTools.class.php +++ b/pandora_console/include/class/ExternalTools.class.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/class/HTML.class.php b/pandora_console/include/class/HTML.class.php index 7eed5eb558..38966b3ef1 100644 --- a/pandora_console/include/class/HTML.class.php +++ b/pandora_console/include/class/HTML.class.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/class/Heatmap.class.php b/pandora_console/include/class/Heatmap.class.php index 3cda2e4d45..474cfc8212 100644 --- a/pandora_console/include/class/Heatmap.class.php +++ b/pandora_console/include/class/Heatmap.class.php @@ -16,7 +16,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/class/HelpFeedBack.class.php b/pandora_console/include/class/HelpFeedBack.class.php index 982cf41785..ebe88a599f 100644 --- a/pandora_console/include/class/HelpFeedBack.class.php +++ b/pandora_console/include/class/HelpFeedBack.class.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/class/ManageNetScanScripts.class.php b/pandora_console/include/class/ManageNetScanScripts.class.php index 030864a07c..89cb04f3e7 100644 --- a/pandora_console/include/class/ManageNetScanScripts.class.php +++ b/pandora_console/include/class/ManageNetScanScripts.class.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/class/ModuleTemplates.class.php b/pandora_console/include/class/ModuleTemplates.class.php index 0014caddb9..1ac3a2d11d 100644 --- a/pandora_console/include/class/ModuleTemplates.class.php +++ b/pandora_console/include/class/ModuleTemplates.class.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/class/NetworkMap.class.php b/pandora_console/include/class/NetworkMap.class.php index dfc107f665..d5c582bfd8 100644 --- a/pandora_console/include/class/NetworkMap.class.php +++ b/pandora_console/include/class/NetworkMap.class.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/class/OrderInterpreter.class.php b/pandora_console/include/class/OrderInterpreter.class.php index f1ea1ad3cf..04baf2384a 100644 --- a/pandora_console/include/class/OrderInterpreter.class.php +++ b/pandora_console/include/class/OrderInterpreter.class.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/class/SatelliteAgent.class.php b/pandora_console/include/class/SatelliteAgent.class.php index 8ef33b03c6..325a069106 100644 --- a/pandora_console/include/class/SatelliteAgent.class.php +++ b/pandora_console/include/class/SatelliteAgent.class.php @@ -16,7 +16,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/class/SatelliteCollection.class.php b/pandora_console/include/class/SatelliteCollection.class.php index bd84ccdc27..0d0b8b315a 100644 --- a/pandora_console/include/class/SatelliteCollection.class.php +++ b/pandora_console/include/class/SatelliteCollection.class.php @@ -16,7 +16,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/class/SnmpConsole.class.php b/pandora_console/include/class/SnmpConsole.class.php index 176a2afd02..25ff0bc418 100644 --- a/pandora_console/include/class/SnmpConsole.class.php +++ b/pandora_console/include/class/SnmpConsole.class.php @@ -16,7 +16,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/class/TipsWindow.class.php b/pandora_console/include/class/TipsWindow.class.php index 6739b928ef..6f3021ec96 100644 --- a/pandora_console/include/class/TipsWindow.class.php +++ b/pandora_console/include/class/TipsWindow.class.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/class/Tree.class.php b/pandora_console/include/class/Tree.class.php index 450f7b4c72..40ed833770 100644 --- a/pandora_console/include/class/Tree.class.php +++ b/pandora_console/include/class/Tree.class.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/class/TreeGroup.class.php b/pandora_console/include/class/TreeGroup.class.php index 2a03ded2e2..2bdaeea64f 100644 --- a/pandora_console/include/class/TreeGroup.class.php +++ b/pandora_console/include/class/TreeGroup.class.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/class/TreeGroupEdition.class.php b/pandora_console/include/class/TreeGroupEdition.class.php index 84eb484fe5..502e1f4a74 100644 --- a/pandora_console/include/class/TreeGroupEdition.class.php +++ b/pandora_console/include/class/TreeGroupEdition.class.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/class/TreeModule.class.php b/pandora_console/include/class/TreeModule.class.php index 494f43315b..f2c62a77d9 100644 --- a/pandora_console/include/class/TreeModule.class.php +++ b/pandora_console/include/class/TreeModule.class.php @@ -2,7 +2,7 @@ // Pandora FMS- http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public License // as published by the Free Software Foundation; version 2 diff --git a/pandora_console/include/class/TreeModuleGroup.class.php b/pandora_console/include/class/TreeModuleGroup.class.php index 20d7bf8aaf..c1b999ce24 100644 --- a/pandora_console/include/class/TreeModuleGroup.class.php +++ b/pandora_console/include/class/TreeModuleGroup.class.php @@ -2,7 +2,7 @@ // Pandora FMS- http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public License // as published by the Free Software Foundation; version 2 diff --git a/pandora_console/include/class/TreeOS.class.php b/pandora_console/include/class/TreeOS.class.php index 6f07d3f982..178ffb028f 100644 --- a/pandora_console/include/class/TreeOS.class.php +++ b/pandora_console/include/class/TreeOS.class.php @@ -2,7 +2,7 @@ // Pandora FMS- http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public License // as published by the Free Software Foundation; version 2 diff --git a/pandora_console/include/class/TreeService.class.php b/pandora_console/include/class/TreeService.class.php index 19b1e6da32..d5c53b7c59 100644 --- a/pandora_console/include/class/TreeService.class.php +++ b/pandora_console/include/class/TreeService.class.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/class/TreeTag.class.php b/pandora_console/include/class/TreeTag.class.php index b9d4248040..79425e446d 100644 --- a/pandora_console/include/class/TreeTag.class.php +++ b/pandora_console/include/class/TreeTag.class.php @@ -2,7 +2,7 @@ // Pandora FMS- http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public License // as published by the Free Software Foundation; version 2 diff --git a/pandora_console/include/class/WebServerModuleDebug.class.php b/pandora_console/include/class/WebServerModuleDebug.class.php index e042b2e7cf..ee15353029 100644 --- a/pandora_console/include/class/WebServerModuleDebug.class.php +++ b/pandora_console/include/class/WebServerModuleDebug.class.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/class/WelcomeWindow.class.php b/pandora_console/include/class/WelcomeWindow.class.php index 16be14fa0c..8b96efd6af 100644 --- a/pandora_console/include/class/WelcomeWindow.class.php +++ b/pandora_console/include/class/WelcomeWindow.class.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/config.inc.php b/pandora_console/include/config.inc.php index 94441950f8..aeb2132bec 100644 --- a/pandora_console/include/config.inc.php +++ b/pandora_console/include/config.inc.php @@ -16,7 +16,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/config_process.php b/pandora_console/include/config_process.php index 4451b6a0d2..d91da406a3 100644 --- a/pandora_console/include/config_process.php +++ b/pandora_console/include/config_process.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public License // as published by the Free Software Foundation; version 2 diff --git a/pandora_console/include/connection_check.php b/pandora_console/include/connection_check.php index b748251954..7b39d17075 100644 --- a/pandora_console/include/connection_check.php +++ b/pandora_console/include/connection_check.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation; version 2 diff --git a/pandora_console/include/constants.php b/pandora_console/include/constants.php index cbe7e9445d..fe592d8873 100644 --- a/pandora_console/include/constants.php +++ b/pandora_console/include/constants.php @@ -16,7 +16,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/db/mysql.php b/pandora_console/include/db/mysql.php index 9dc393a208..da1b466d6f 100644 --- a/pandora_console/include/db/mysql.php +++ b/pandora_console/include/db/mysql.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public License // as published by the Free Software Foundation; version 2 diff --git a/pandora_console/include/db/oracle.php b/pandora_console/include/db/oracle.php index 0b59108bb0..66cea13b26 100644 --- a/pandora_console/include/db/oracle.php +++ b/pandora_console/include/db/oracle.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public License // as published by the Free Software Foundation; version 2 diff --git a/pandora_console/include/db/postgresql.php b/pandora_console/include/db/postgresql.php index 948c05a4b5..54e7499ee2 100644 --- a/pandora_console/include/db/postgresql.php +++ b/pandora_console/include/db/postgresql.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public License // as published by the Free Software Foundation; version 2 diff --git a/pandora_console/include/functions.php b/pandora_console/include/functions.php index 5c9ba95fd3..437864abae 100644 --- a/pandora_console/include/functions.php +++ b/pandora_console/include/functions.php @@ -2,7 +2,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public License // as published by the Free Software Foundation; version 2 diff --git a/pandora_console/include/functions_agents.php b/pandora_console/include/functions_agents.php index 49dc618b7c..17fe203a45 100644 --- a/pandora_console/include/functions_agents.php +++ b/pandora_console/include/functions_agents.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/functions_alerts.php b/pandora_console/include/functions_alerts.php index 329f0214b6..f7a1702d47 100644 --- a/pandora_console/include/functions_alerts.php +++ b/pandora_console/include/functions_alerts.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public License // as published by the Free Software Foundation; version 2 diff --git a/pandora_console/include/functions_api.php b/pandora_console/include/functions_api.php index e3d4b99dc4..e773ad27e4 100644 --- a/pandora_console/include/functions_api.php +++ b/pandora_console/include/functions_api.php @@ -16,7 +16,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/functions_categories.php b/pandora_console/include/functions_categories.php index 2f70af5b0b..9730c0ba5f 100644 --- a/pandora_console/include/functions_categories.php +++ b/pandora_console/include/functions_categories.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public License // as published by the Free Software Foundation; version 2 diff --git a/pandora_console/include/functions_clippy.php b/pandora_console/include/functions_clippy.php index df7ac58b4e..346b16dca2 100644 --- a/pandora_console/include/functions_clippy.php +++ b/pandora_console/include/functions_clippy.php @@ -3,7 +3,7 @@ * Pandora FMS - http://pandorafms.com * ================================================== * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; version 2 diff --git a/pandora_console/include/functions_component_groups.php b/pandora_console/include/functions_component_groups.php index 40c0e38d57..30a96a2513 100644 --- a/pandora_console/include/functions_component_groups.php +++ b/pandora_console/include/functions_component_groups.php @@ -2,7 +2,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public License // as published by the Free Software Foundation; version 2 diff --git a/pandora_console/include/functions_config.php b/pandora_console/include/functions_config.php index d0b5b3ee51..acc3a90a11 100644 --- a/pandora_console/include/functions_config.php +++ b/pandora_console/include/functions_config.php @@ -16,7 +16,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. @@ -2831,7 +2831,7 @@ function config_process_config() } if (!isset($config['email_from_dir'])) { - config_update_value('email_from_dir', 'pandora@pandorafms.org'); + config_update_value('email_from_dir', 'pandora@pandorafms.com/community/'); } if (!isset($config['email_from_name'])) { diff --git a/pandora_console/include/functions_container.php b/pandora_console/include/functions_container.php index 75d1aae85f..500af12247 100644 --- a/pandora_console/include/functions_container.php +++ b/pandora_console/include/functions_container.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public License // as published by the Free Software Foundation; version 2 diff --git a/pandora_console/include/functions_credential_store.php b/pandora_console/include/functions_credential_store.php index 95ce67c022..0b8624e6cc 100644 --- a/pandora_console/include/functions_credential_store.php +++ b/pandora_console/include/functions_credential_store.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/functions_cron.php b/pandora_console/include/functions_cron.php index b1d73edc38..60c468661f 100644 --- a/pandora_console/include/functions_cron.php +++ b/pandora_console/include/functions_cron.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/functions_custom_fields.php b/pandora_console/include/functions_custom_fields.php index b19f843d83..6f803d10f6 100644 --- a/pandora_console/include/functions_custom_fields.php +++ b/pandora_console/include/functions_custom_fields.php @@ -16,7 +16,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/functions_custom_graphs.php b/pandora_console/include/functions_custom_graphs.php index 7b7ed7853c..567f6563d2 100644 --- a/pandora_console/include/functions_custom_graphs.php +++ b/pandora_console/include/functions_custom_graphs.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public License // as published by the Free Software Foundation; version 2 diff --git a/pandora_console/include/functions_db.php b/pandora_console/include/functions_db.php index 6ff1fb60c6..3158de5dfb 100644 --- a/pandora_console/include/functions_db.php +++ b/pandora_console/include/functions_db.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public License // as published by the Free Software Foundation; version 2 diff --git a/pandora_console/include/functions_event_responses.php b/pandora_console/include/functions_event_responses.php index 143d8ec50c..c32414265e 100644 --- a/pandora_console/include/functions_event_responses.php +++ b/pandora_console/include/functions_event_responses.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public License // as published by the Free Software Foundation; version 2 diff --git a/pandora_console/include/functions_events.php b/pandora_console/include/functions_events.php index b760813beb..dd8bbe4e65 100644 --- a/pandora_console/include/functions_events.php +++ b/pandora_console/include/functions_events.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/functions_exportserver.php b/pandora_console/include/functions_exportserver.php index be0d991ee3..9521cf933f 100644 --- a/pandora_console/include/functions_exportserver.php +++ b/pandora_console/include/functions_exportserver.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public License // as published by the Free Software Foundation; version 2 diff --git a/pandora_console/include/functions_extensions.php b/pandora_console/include/functions_extensions.php index b60a09df72..e32ab9dd34 100755 --- a/pandora_console/include/functions_extensions.php +++ b/pandora_console/include/functions_extensions.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public License // as published by the Free Software Foundation; version 2 diff --git a/pandora_console/include/functions_filemanager.php b/pandora_console/include/functions_filemanager.php index 34eca28692..c3cbf60661 100644 --- a/pandora_console/include/functions_filemanager.php +++ b/pandora_console/include/functions_filemanager.php @@ -16,7 +16,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/functions_forecast.php b/pandora_console/include/functions_forecast.php index a4ea8d5a7c..9f19b37886 100644 --- a/pandora_console/include/functions_forecast.php +++ b/pandora_console/include/functions_forecast.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public License // as published by the Free Software Foundation; version 2 diff --git a/pandora_console/include/functions_gis.php b/pandora_console/include/functions_gis.php index 30a73b6d59..a30a5d0fa1 100644 --- a/pandora_console/include/functions_gis.php +++ b/pandora_console/include/functions_gis.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/functions_graph.php b/pandora_console/include/functions_graph.php index 5ce8dcb252..c7e1edaa34 100644 --- a/pandora_console/include/functions_graph.php +++ b/pandora_console/include/functions_graph.php @@ -16,7 +16,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/functions_groups.php b/pandora_console/include/functions_groups.php index ed982fd2d3..04d0ab63ef 100644 --- a/pandora_console/include/functions_groups.php +++ b/pandora_console/include/functions_groups.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public License // as published by the Free Software Foundation; version 2 diff --git a/pandora_console/include/functions_groupview.php b/pandora_console/include/functions_groupview.php index 4215901794..8a6c102b0f 100644 --- a/pandora_console/include/functions_groupview.php +++ b/pandora_console/include/functions_groupview.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public License // as published by the Free Software Foundation; version 2 diff --git a/pandora_console/include/functions_html.php b/pandora_console/include/functions_html.php index 6dabaea4c0..388344870a 100644 --- a/pandora_console/include/functions_html.php +++ b/pandora_console/include/functions_html.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public License // as published by the Free Software Foundation; version 2 diff --git a/pandora_console/include/functions_incidents.php b/pandora_console/include/functions_incidents.php index 1474b0abd2..a894765b0a 100644 --- a/pandora_console/include/functions_incidents.php +++ b/pandora_console/include/functions_incidents.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public License // as published by the Free Software Foundation; version 2 diff --git a/pandora_console/include/functions_integriaims.php b/pandora_console/include/functions_integriaims.php index 8ad4a71005..25bb627dbf 100644 --- a/pandora_console/include/functions_integriaims.php +++ b/pandora_console/include/functions_integriaims.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public License // as published by the Free Software Foundation; version 2 diff --git a/pandora_console/include/functions_inventory.php b/pandora_console/include/functions_inventory.php index 80e1e9887f..1717419e5e 100644 --- a/pandora_console/include/functions_inventory.php +++ b/pandora_console/include/functions_inventory.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2007-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/functions_io.php b/pandora_console/include/functions_io.php index 3ad0424d78..b509a0254c 100755 --- a/pandora_console/include/functions_io.php +++ b/pandora_console/include/functions_io.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public License // as published by the Free Software Foundation; version 2 diff --git a/pandora_console/include/functions_maps.php b/pandora_console/include/functions_maps.php index ee8b26f0c4..ca919d77a1 100644 --- a/pandora_console/include/functions_maps.php +++ b/pandora_console/include/functions_maps.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public License // as published by the Free Software Foundation; version 2 diff --git a/pandora_console/include/functions_massive_operations.php b/pandora_console/include/functions_massive_operations.php index 6884045330..68828a1380 100644 --- a/pandora_console/include/functions_massive_operations.php +++ b/pandora_console/include/functions_massive_operations.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/functions_menu.php b/pandora_console/include/functions_menu.php index e69df9616d..a71ddf811e 100644 --- a/pandora_console/include/functions_menu.php +++ b/pandora_console/include/functions_menu.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/functions_messages.php b/pandora_console/include/functions_messages.php index f5587fab67..5255645644 100644 --- a/pandora_console/include/functions_messages.php +++ b/pandora_console/include/functions_messages.php @@ -17,7 +17,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/functions_migration.php b/pandora_console/include/functions_migration.php index feafc94b8d..6701614c70 100644 --- a/pandora_console/include/functions_migration.php +++ b/pandora_console/include/functions_migration.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public License // as published by the Free Software Foundation; version 2 diff --git a/pandora_console/include/functions_modules.php b/pandora_console/include/functions_modules.php index 6e02a7cfc6..c6f894afdd 100755 --- a/pandora_console/include/functions_modules.php +++ b/pandora_console/include/functions_modules.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/functions_netflow.php b/pandora_console/include/functions_netflow.php index 1e1e5f1c9e..c65918e3a6 100644 --- a/pandora_console/include/functions_netflow.php +++ b/pandora_console/include/functions_netflow.php @@ -9,7 +9,7 @@ * Pandora FMS - http://pandorafms.com * ================================================== * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; version 2 diff --git a/pandora_console/include/functions_network.php b/pandora_console/include/functions_network.php index 57502368ae..4c5e894582 100644 --- a/pandora_console/include/functions_network.php +++ b/pandora_console/include/functions_network.php @@ -8,7 +8,7 @@ * Pandora FMS - http://pandorafms.com * ================================================== * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; version 2 diff --git a/pandora_console/include/functions_network_components.php b/pandora_console/include/functions_network_components.php index d7845a18f4..eb9985f27f 100644 --- a/pandora_console/include/functions_network_components.php +++ b/pandora_console/include/functions_network_components.php @@ -2,7 +2,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public License // as published by the Free Software Foundation; version 2 diff --git a/pandora_console/include/functions_network_profiles.php b/pandora_console/include/functions_network_profiles.php index 72e37a26c8..1978806418 100644 --- a/pandora_console/include/functions_network_profiles.php +++ b/pandora_console/include/functions_network_profiles.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public License // as published by the Free Software Foundation; version 2 diff --git a/pandora_console/include/functions_networkmap.php b/pandora_console/include/functions_networkmap.php index 61e6b8cdd3..613ab8175a 100644 --- a/pandora_console/include/functions_networkmap.php +++ b/pandora_console/include/functions_networkmap.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/functions_networkmaps.php b/pandora_console/include/functions_networkmaps.php index e12dfdfa2e..ca1453f2c3 100644 --- a/pandora_console/include/functions_networkmaps.php +++ b/pandora_console/include/functions_networkmaps.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/functions_notifications.php b/pandora_console/include/functions_notifications.php index 51e1279c09..19b057482f 100644 --- a/pandora_console/include/functions_notifications.php +++ b/pandora_console/include/functions_notifications.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/functions_os.php b/pandora_console/include/functions_os.php index 7bc4db21f4..1cf2ee9013 100755 --- a/pandora_console/include/functions_os.php +++ b/pandora_console/include/functions_os.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2011-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public License // as published by the Free Software Foundation; version 2 diff --git a/pandora_console/include/functions_pandora_networkmap.php b/pandora_console/include/functions_pandora_networkmap.php index e12dfdfa2e..ca1453f2c3 100644 --- a/pandora_console/include/functions_pandora_networkmap.php +++ b/pandora_console/include/functions_pandora_networkmap.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/functions_planned_downtimes.php b/pandora_console/include/functions_planned_downtimes.php index 3001c0b803..b46d63cdab 100644 --- a/pandora_console/include/functions_planned_downtimes.php +++ b/pandora_console/include/functions_planned_downtimes.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public License // as published by the Free Software Foundation; version 2 diff --git a/pandora_console/include/functions_plugins.php b/pandora_console/include/functions_plugins.php index fbfb56941b..fa476ef362 100644 --- a/pandora_console/include/functions_plugins.php +++ b/pandora_console/include/functions_plugins.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/functions_post_process.php b/pandora_console/include/functions_post_process.php index f7b66dd372..e50e11bc24 100755 --- a/pandora_console/include/functions_post_process.php +++ b/pandora_console/include/functions_post_process.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public License // as published by the Free Software Foundation; version 2 diff --git a/pandora_console/include/functions_profile.php b/pandora_console/include/functions_profile.php index e0f0bf12c4..9ee50d31f4 100644 --- a/pandora_console/include/functions_profile.php +++ b/pandora_console/include/functions_profile.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public License // as published by the Free Software Foundation; version 2 diff --git a/pandora_console/include/functions_register.php b/pandora_console/include/functions_register.php index 0bfcf3f5e9..143fab2246 100644 --- a/pandora_console/include/functions_register.php +++ b/pandora_console/include/functions_register.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/functions_reporting.php b/pandora_console/include/functions_reporting.php index 195571f8cc..9d2b9daf89 100755 --- a/pandora_console/include/functions_reporting.php +++ b/pandora_console/include/functions_reporting.php @@ -16,7 +16,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/functions_reporting_html.php b/pandora_console/include/functions_reporting_html.php index 0177a2405b..d4b3cb59ed 100644 --- a/pandora_console/include/functions_reporting_html.php +++ b/pandora_console/include/functions_reporting_html.php @@ -16,7 +16,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/functions_reporting_xml.php b/pandora_console/include/functions_reporting_xml.php index a85f4dce51..b49f7e993a 100644 --- a/pandora_console/include/functions_reporting_xml.php +++ b/pandora_console/include/functions_reporting_xml.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/functions_reports.php b/pandora_console/include/functions_reports.php index 14f51ac69d..7a8e38d4d8 100755 --- a/pandora_console/include/functions_reports.php +++ b/pandora_console/include/functions_reports.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public License // as published by the Free Software Foundation; version 2 diff --git a/pandora_console/include/functions_servers.php b/pandora_console/include/functions_servers.php index 7d842095c9..0ca861fe5c 100644 --- a/pandora_console/include/functions_servers.php +++ b/pandora_console/include/functions_servers.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/functions_snmp.php b/pandora_console/include/functions_snmp.php index 2bbb182b1f..194f53817b 100644 --- a/pandora_console/include/functions_snmp.php +++ b/pandora_console/include/functions_snmp.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public License // as published by the Free Software Foundation; version 2 diff --git a/pandora_console/include/functions_snmp_browser.php b/pandora_console/include/functions_snmp_browser.php index 9fb62043b4..3c62a82c12 100644 --- a/pandora_console/include/functions_snmp_browser.php +++ b/pandora_console/include/functions_snmp_browser.php @@ -16,7 +16,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/functions_tactical.php b/pandora_console/include/functions_tactical.php index 4e4a981300..06ee51f32d 100644 --- a/pandora_console/include/functions_tactical.php +++ b/pandora_console/include/functions_tactical.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/functions_tags.php b/pandora_console/include/functions_tags.php index 305bc5b61d..2d38eea9c5 100644 --- a/pandora_console/include/functions_tags.php +++ b/pandora_console/include/functions_tags.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public License // as published by the Free Software Foundation; version 2 diff --git a/pandora_console/include/functions_themes.php b/pandora_console/include/functions_themes.php index 2a5af85e70..75cdcd4851 100644 --- a/pandora_console/include/functions_themes.php +++ b/pandora_console/include/functions_themes.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public License // as published by the Free Software Foundation; version 2 diff --git a/pandora_console/include/functions_treeview.php b/pandora_console/include/functions_treeview.php index 6cb7a0ea7f..7907eda004 100755 --- a/pandora_console/include/functions_treeview.php +++ b/pandora_console/include/functions_treeview.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public License // as published by the Free Software Foundation; version 2 diff --git a/pandora_console/include/functions_ui.php b/pandora_console/include/functions_ui.php index 8367833efa..dce62443f3 100755 --- a/pandora_console/include/functions_ui.php +++ b/pandora_console/include/functions_ui.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/functions_ui_renders.php b/pandora_console/include/functions_ui_renders.php index 51518b81c5..1db0f52f0e 100644 --- a/pandora_console/include/functions_ui_renders.php +++ b/pandora_console/include/functions_ui_renders.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public License // as published by the Free Software Foundation; version 2 diff --git a/pandora_console/include/functions_update_manager.php b/pandora_console/include/functions_update_manager.php index 00dc757b1b..07ccaadc04 100755 --- a/pandora_console/include/functions_update_manager.php +++ b/pandora_console/include/functions_update_manager.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/functions_users.php b/pandora_console/include/functions_users.php index 1247faddf8..6699e1a3c7 100755 --- a/pandora_console/include/functions_users.php +++ b/pandora_console/include/functions_users.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public License // as published by the Free Software Foundation; version 2 diff --git a/pandora_console/include/functions_visual_map.php b/pandora_console/include/functions_visual_map.php index f4fa258478..787592c6b7 100755 --- a/pandora_console/include/functions_visual_map.php +++ b/pandora_console/include/functions_visual_map.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public License // as published by the Free Software Foundation; version 2 diff --git a/pandora_console/include/functions_visual_map_editor.php b/pandora_console/include/functions_visual_map_editor.php index 74c504b417..fb13a9f4aa 100755 --- a/pandora_console/include/functions_visual_map_editor.php +++ b/pandora_console/include/functions_visual_map_editor.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public License // as published by the Free Software Foundation; version 2 diff --git a/pandora_console/include/functions_wmi.php b/pandora_console/include/functions_wmi.php index 12690d4b01..8cc7ee1e67 100644 --- a/pandora_console/include/functions_wmi.php +++ b/pandora_console/include/functions_wmi.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/get_file.php b/pandora_console/include/get_file.php index 94f2a79ff9..9ee33d4476 100644 --- a/pandora_console/include/get_file.php +++ b/pandora_console/include/get_file.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/graphs/export_data.php b/pandora_console/include/graphs/export_data.php index 70c9e61932..4ae69f7058 100644 --- a/pandora_console/include/graphs/export_data.php +++ b/pandora_console/include/graphs/export_data.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/graphs/fgraph.php b/pandora_console/include/graphs/fgraph.php index db068d2140..6c0d04c663 100644 --- a/pandora_console/include/graphs/fgraph.php +++ b/pandora_console/include/graphs/fgraph.php @@ -1,6 +1,6 @@ +// http://www.pandorafms.com // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation; version 2 diff --git a/pandora_console/include/graphs/functions_d3.php b/pandora_console/include/graphs/functions_d3.php index c9d4b659d0..f162769fe5 100644 --- a/pandora_console/include/graphs/functions_d3.php +++ b/pandora_console/include/graphs/functions_d3.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation; version 2 diff --git a/pandora_console/include/graphs/functions_utils.php b/pandora_console/include/graphs/functions_utils.php index e68a11a9f1..3800aaa015 100644 --- a/pandora_console/include/graphs/functions_utils.php +++ b/pandora_console/include/graphs/functions_utils.php @@ -1,6 +1,6 @@ +// http://www.pandorafms.com // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation; version 2 diff --git a/pandora_console/include/help/clippy/agent_out_of_limits.php b/pandora_console/include/help/clippy/agent_out_of_limits.php index 4407a128f2..3df14e924c 100644 --- a/pandora_console/include/help/clippy/agent_out_of_limits.php +++ b/pandora_console/include/help/clippy/agent_out_of_limits.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public License // as published by the Free Software Foundation; version 2 diff --git a/pandora_console/include/help/clippy/data_configuration_module.php b/pandora_console/include/help/clippy/data_configuration_module.php index 43615545c5..558280cf96 100644 --- a/pandora_console/include/help/clippy/data_configuration_module.php +++ b/pandora_console/include/help/clippy/data_configuration_module.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public License // as published by the Free Software Foundation; version 2 diff --git a/pandora_console/include/help/clippy/extension_cron_send_email.php b/pandora_console/include/help/clippy/extension_cron_send_email.php index 7f06ffdb19..5c8ae42f84 100755 --- a/pandora_console/include/help/clippy/extension_cron_send_email.php +++ b/pandora_console/include/help/clippy/extension_cron_send_email.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public License // as published by the Free Software Foundation; version 2 diff --git a/pandora_console/include/help/clippy/godmode_agentes_configurar_agente.php b/pandora_console/include/help/clippy/godmode_agentes_configurar_agente.php index c867dab02e..249c9bc203 100644 --- a/pandora_console/include/help/clippy/godmode_agentes_configurar_agente.php +++ b/pandora_console/include/help/clippy/godmode_agentes_configurar_agente.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public License // as published by the Free Software Foundation; version 2 diff --git a/pandora_console/include/help/clippy/godmode_agentes_modificar_agente.php b/pandora_console/include/help/clippy/godmode_agentes_modificar_agente.php index abe5540d8d..ed385eca15 100644 --- a/pandora_console/include/help/clippy/godmode_agentes_modificar_agente.php +++ b/pandora_console/include/help/clippy/godmode_agentes_modificar_agente.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public License // as published by the Free Software Foundation; version 2 diff --git a/pandora_console/include/help/clippy/godmode_alerts_alert_actions.php b/pandora_console/include/help/clippy/godmode_alerts_alert_actions.php index 1e607a2dbe..582bc0812a 100644 --- a/pandora_console/include/help/clippy/godmode_alerts_alert_actions.php +++ b/pandora_console/include/help/clippy/godmode_alerts_alert_actions.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public License // as published by the Free Software Foundation; version 2 diff --git a/pandora_console/include/help/clippy/godmode_alerts_configure_alert_action.php b/pandora_console/include/help/clippy/godmode_alerts_configure_alert_action.php index 3565d29b10..a4ab056901 100644 --- a/pandora_console/include/help/clippy/godmode_alerts_configure_alert_action.php +++ b/pandora_console/include/help/clippy/godmode_alerts_configure_alert_action.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public License // as published by the Free Software Foundation; version 2 diff --git a/pandora_console/include/help/clippy/homepage.php b/pandora_console/include/help/clippy/homepage.php index 11cac5453c..948bbf6029 100644 --- a/pandora_console/include/help/clippy/homepage.php +++ b/pandora_console/include/help/clippy/homepage.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public License // as published by the Free Software Foundation; version 2 diff --git a/pandora_console/include/help/clippy/interval_agent_min.php b/pandora_console/include/help/clippy/interval_agent_min.php index be87e0a610..614f18d238 100644 --- a/pandora_console/include/help/clippy/interval_agent_min.php +++ b/pandora_console/include/help/clippy/interval_agent_min.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public License // as published by the Free Software Foundation; version 2 diff --git a/pandora_console/include/help/clippy/module_unknow.php b/pandora_console/include/help/clippy/module_unknow.php index 67ad078bdf..6b269e4777 100644 --- a/pandora_console/include/help/clippy/module_unknow.php +++ b/pandora_console/include/help/clippy/module_unknow.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public License // as published by the Free Software Foundation; version 2 diff --git a/pandora_console/include/help/clippy/modules_not_init.php b/pandora_console/include/help/clippy/modules_not_init.php index 0f8e026d2b..ae71c65914 100644 --- a/pandora_console/include/help/clippy/modules_not_init.php +++ b/pandora_console/include/help/clippy/modules_not_init.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public License // as published by the Free Software Foundation; version 2 diff --git a/pandora_console/include/help/clippy/modules_not_learning_mode.php b/pandora_console/include/help/clippy/modules_not_learning_mode.php index 9fd7c43c57..2f67df7f0e 100755 --- a/pandora_console/include/help/clippy/modules_not_learning_mode.php +++ b/pandora_console/include/help/clippy/modules_not_learning_mode.php @@ -16,7 +16,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/help/clippy/operation_agentes_status_monitor.php b/pandora_console/include/help/clippy/operation_agentes_status_monitor.php index fdde262718..97bfb7ef6c 100644 --- a/pandora_console/include/help/clippy/operation_agentes_status_monitor.php +++ b/pandora_console/include/help/clippy/operation_agentes_status_monitor.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public License // as published by the Free Software Foundation; version 2 diff --git a/pandora_console/include/help/clippy/operation_agentes_ver_agente.php b/pandora_console/include/help/clippy/operation_agentes_ver_agente.php index c4a35c4ed2..9e1f6b0b8e 100644 --- a/pandora_console/include/help/clippy/operation_agentes_ver_agente.php +++ b/pandora_console/include/help/clippy/operation_agentes_ver_agente.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public License // as published by the Free Software Foundation; version 2 diff --git a/pandora_console/include/help/clippy/server_queued_modules.php b/pandora_console/include/help/clippy/server_queued_modules.php index 7635563664..63ed54c57d 100644 --- a/pandora_console/include/help/clippy/server_queued_modules.php +++ b/pandora_console/include/help/clippy/server_queued_modules.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public License // as published by the Free Software Foundation; version 2 diff --git a/pandora_console/include/help/clippy/servers_down.php b/pandora_console/include/help/clippy/servers_down.php index cd1afa26f2..afe4baff24 100644 --- a/pandora_console/include/help/clippy/servers_down.php +++ b/pandora_console/include/help/clippy/servers_down.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public License // as published by the Free Software Foundation; version 2 diff --git a/pandora_console/include/help/clippy/topology_group.php b/pandora_console/include/help/clippy/topology_group.php index c1b22989af..ab7f4e145b 100644 --- a/pandora_console/include/help/clippy/topology_group.php +++ b/pandora_console/include/help/clippy/topology_group.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public License // as published by the Free Software Foundation; version 2 diff --git a/pandora_console/include/include_graph_dependencies.php b/pandora_console/include/include_graph_dependencies.php index 5a2fc165e6..b9ec1c309b 100644 --- a/pandora_console/include/include_graph_dependencies.php +++ b/pandora_console/include/include_graph_dependencies.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public License // as published by the Free Software Foundation; version 2 diff --git a/pandora_console/include/lib/Agent.php b/pandora_console/include/lib/Agent.php index e73ce6fe6e..e82f54ea78 100644 --- a/pandora_console/include/lib/Agent.php +++ b/pandora_console/include/lib/Agent.php @@ -16,7 +16,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/lib/Calendar.php b/pandora_console/include/lib/Calendar.php index b27b9c7acf..613771bc6d 100644 --- a/pandora_console/include/lib/Calendar.php +++ b/pandora_console/include/lib/Calendar.php @@ -16,7 +16,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/lib/Cluster.php b/pandora_console/include/lib/Cluster.php index 5c21b8ab15..fbd4d39036 100644 --- a/pandora_console/include/lib/Cluster.php +++ b/pandora_console/include/lib/Cluster.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/lib/ClusterModule.php b/pandora_console/include/lib/ClusterModule.php index 8543c39a16..5dc906ecc5 100644 --- a/pandora_console/include/lib/ClusterModule.php +++ b/pandora_console/include/lib/ClusterModule.php @@ -16,7 +16,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/lib/ClusterViewer/ClusterManager.php b/pandora_console/include/lib/ClusterViewer/ClusterManager.php index 863f39bae0..0c8f958a1f 100644 --- a/pandora_console/include/lib/ClusterViewer/ClusterManager.php +++ b/pandora_console/include/lib/ClusterViewer/ClusterManager.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/lib/ClusterViewer/ClusterWizard.php b/pandora_console/include/lib/ClusterViewer/ClusterWizard.php index fa2211e0cd..5659be2d38 100644 --- a/pandora_console/include/lib/ClusterViewer/ClusterWizard.php +++ b/pandora_console/include/lib/ClusterViewer/ClusterWizard.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/lib/Console.php b/pandora_console/include/lib/Console.php index c7212f0eb0..03e8fee155 100644 --- a/pandora_console/include/lib/Console.php +++ b/pandora_console/include/lib/Console.php @@ -16,7 +16,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/lib/Core/Config.php b/pandora_console/include/lib/Core/Config.php index 4ad61496ab..0653644c6f 100644 --- a/pandora_console/include/lib/Core/Config.php +++ b/pandora_console/include/lib/Core/Config.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/lib/Core/DBMaintainer.php b/pandora_console/include/lib/Core/DBMaintainer.php index 0f7ef423e3..1dca271557 100644 --- a/pandora_console/include/lib/Core/DBMaintainer.php +++ b/pandora_console/include/lib/Core/DBMaintainer.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/lib/Dashboard/Widgets/AvgSumMaxMinModule.php b/pandora_console/include/lib/Dashboard/Widgets/AvgSumMaxMinModule.php index fc5e7c7721..a1a47e6144 100644 --- a/pandora_console/include/lib/Dashboard/Widgets/AvgSumMaxMinModule.php +++ b/pandora_console/include/lib/Dashboard/Widgets/AvgSumMaxMinModule.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/lib/Dashboard/Widgets/BasicChart.php b/pandora_console/include/lib/Dashboard/Widgets/BasicChart.php index 5874cc075e..3ac0fb368a 100644 --- a/pandora_console/include/lib/Dashboard/Widgets/BasicChart.php +++ b/pandora_console/include/lib/Dashboard/Widgets/BasicChart.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/lib/Dashboard/Widgets/BlockHistogram.php b/pandora_console/include/lib/Dashboard/Widgets/BlockHistogram.php index 690cfddece..194632e8ee 100644 --- a/pandora_console/include/lib/Dashboard/Widgets/BlockHistogram.php +++ b/pandora_console/include/lib/Dashboard/Widgets/BlockHistogram.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/lib/Dashboard/Widgets/ColorModuleTabs.php b/pandora_console/include/lib/Dashboard/Widgets/ColorModuleTabs.php index 052f438290..507186b871 100644 --- a/pandora_console/include/lib/Dashboard/Widgets/ColorModuleTabs.php +++ b/pandora_console/include/lib/Dashboard/Widgets/ColorModuleTabs.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/lib/Dashboard/Widgets/DataMatrix.php b/pandora_console/include/lib/Dashboard/Widgets/DataMatrix.php index 0d82033463..50bba3f7e3 100644 --- a/pandora_console/include/lib/Dashboard/Widgets/DataMatrix.php +++ b/pandora_console/include/lib/Dashboard/Widgets/DataMatrix.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/lib/Dashboard/Widgets/EventCardboard.php b/pandora_console/include/lib/Dashboard/Widgets/EventCardboard.php index 9f25dff837..69a1ab3e11 100644 --- a/pandora_console/include/lib/Dashboard/Widgets/EventCardboard.php +++ b/pandora_console/include/lib/Dashboard/Widgets/EventCardboard.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/lib/Dashboard/Widgets/GroupedMeterGraphs.php b/pandora_console/include/lib/Dashboard/Widgets/GroupedMeterGraphs.php index 9996ae6332..e3af730296 100644 --- a/pandora_console/include/lib/Dashboard/Widgets/GroupedMeterGraphs.php +++ b/pandora_console/include/lib/Dashboard/Widgets/GroupedMeterGraphs.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/lib/Dashboard/Widgets/ModulesByStatus.php b/pandora_console/include/lib/Dashboard/Widgets/ModulesByStatus.php index 0aa472fd8a..589e06fb56 100644 --- a/pandora_console/include/lib/Dashboard/Widgets/ModulesByStatus.php +++ b/pandora_console/include/lib/Dashboard/Widgets/ModulesByStatus.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/lib/Dashboard/Widgets/agent_module.php b/pandora_console/include/lib/Dashboard/Widgets/agent_module.php index a8f69cbca6..e32946e691 100644 --- a/pandora_console/include/lib/Dashboard/Widgets/agent_module.php +++ b/pandora_console/include/lib/Dashboard/Widgets/agent_module.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/lib/Dashboard/Widgets/alerts_fired.php b/pandora_console/include/lib/Dashboard/Widgets/alerts_fired.php index 7cda13b1ed..dc49a11ad1 100755 --- a/pandora_console/include/lib/Dashboard/Widgets/alerts_fired.php +++ b/pandora_console/include/lib/Dashboard/Widgets/alerts_fired.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/lib/Dashboard/Widgets/clock.php b/pandora_console/include/lib/Dashboard/Widgets/clock.php index b5e2514155..6f4af5543e 100644 --- a/pandora_console/include/lib/Dashboard/Widgets/clock.php +++ b/pandora_console/include/lib/Dashboard/Widgets/clock.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/lib/Dashboard/Widgets/custom_graph.php b/pandora_console/include/lib/Dashboard/Widgets/custom_graph.php index cbd448eba2..e398d636c5 100644 --- a/pandora_console/include/lib/Dashboard/Widgets/custom_graph.php +++ b/pandora_console/include/lib/Dashboard/Widgets/custom_graph.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/lib/Dashboard/Widgets/events_list.php b/pandora_console/include/lib/Dashboard/Widgets/events_list.php index 5bc67bd811..e6dc239d91 100644 --- a/pandora_console/include/lib/Dashboard/Widgets/events_list.php +++ b/pandora_console/include/lib/Dashboard/Widgets/events_list.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/lib/Dashboard/Widgets/example.php b/pandora_console/include/lib/Dashboard/Widgets/example.php index efd6ca8f87..0547493235 100644 --- a/pandora_console/include/lib/Dashboard/Widgets/example.php +++ b/pandora_console/include/lib/Dashboard/Widgets/example.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/lib/Dashboard/Widgets/graph_module_histogram.php b/pandora_console/include/lib/Dashboard/Widgets/graph_module_histogram.php index 03b78ca3f9..897139476a 100644 --- a/pandora_console/include/lib/Dashboard/Widgets/graph_module_histogram.php +++ b/pandora_console/include/lib/Dashboard/Widgets/graph_module_histogram.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/lib/Dashboard/Widgets/groups_status.php b/pandora_console/include/lib/Dashboard/Widgets/groups_status.php index ee75b848c2..46ee9da07b 100755 --- a/pandora_console/include/lib/Dashboard/Widgets/groups_status.php +++ b/pandora_console/include/lib/Dashboard/Widgets/groups_status.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/lib/Dashboard/Widgets/heatmap.php b/pandora_console/include/lib/Dashboard/Widgets/heatmap.php index 994591cafe..37172419bf 100644 --- a/pandora_console/include/lib/Dashboard/Widgets/heatmap.php +++ b/pandora_console/include/lib/Dashboard/Widgets/heatmap.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/lib/Dashboard/Widgets/maps_made_by_user.php b/pandora_console/include/lib/Dashboard/Widgets/maps_made_by_user.php index 99468ddffe..72c2ad2924 100644 --- a/pandora_console/include/lib/Dashboard/Widgets/maps_made_by_user.php +++ b/pandora_console/include/lib/Dashboard/Widgets/maps_made_by_user.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/lib/Dashboard/Widgets/maps_status.php b/pandora_console/include/lib/Dashboard/Widgets/maps_status.php index fbe1cb0625..79e29932ae 100755 --- a/pandora_console/include/lib/Dashboard/Widgets/maps_status.php +++ b/pandora_console/include/lib/Dashboard/Widgets/maps_status.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/lib/Dashboard/Widgets/module_icon.php b/pandora_console/include/lib/Dashboard/Widgets/module_icon.php index 88e6a87c87..9d9f2fb37c 100644 --- a/pandora_console/include/lib/Dashboard/Widgets/module_icon.php +++ b/pandora_console/include/lib/Dashboard/Widgets/module_icon.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/lib/Dashboard/Widgets/module_status.php b/pandora_console/include/lib/Dashboard/Widgets/module_status.php index 576d4fe751..f66b2ff284 100644 --- a/pandora_console/include/lib/Dashboard/Widgets/module_status.php +++ b/pandora_console/include/lib/Dashboard/Widgets/module_status.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/lib/Dashboard/Widgets/module_table_value.php b/pandora_console/include/lib/Dashboard/Widgets/module_table_value.php index 36872a4c2c..2887bcb765 100644 --- a/pandora_console/include/lib/Dashboard/Widgets/module_table_value.php +++ b/pandora_console/include/lib/Dashboard/Widgets/module_table_value.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/lib/Dashboard/Widgets/module_value.php b/pandora_console/include/lib/Dashboard/Widgets/module_value.php index bdceb715c2..74a4aafa6a 100644 --- a/pandora_console/include/lib/Dashboard/Widgets/module_value.php +++ b/pandora_console/include/lib/Dashboard/Widgets/module_value.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/lib/Dashboard/Widgets/monitor_health.php b/pandora_console/include/lib/Dashboard/Widgets/monitor_health.php index ee40a25e5d..43abe87a1e 100644 --- a/pandora_console/include/lib/Dashboard/Widgets/monitor_health.php +++ b/pandora_console/include/lib/Dashboard/Widgets/monitor_health.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/lib/Dashboard/Widgets/network_map.php b/pandora_console/include/lib/Dashboard/Widgets/network_map.php index ad00435527..2b7bcee186 100644 --- a/pandora_console/include/lib/Dashboard/Widgets/network_map.php +++ b/pandora_console/include/lib/Dashboard/Widgets/network_map.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/lib/Dashboard/Widgets/os_quick_report.php b/pandora_console/include/lib/Dashboard/Widgets/os_quick_report.php index 511eed54b5..ca6f767c27 100644 --- a/pandora_console/include/lib/Dashboard/Widgets/os_quick_report.php +++ b/pandora_console/include/lib/Dashboard/Widgets/os_quick_report.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/lib/Dashboard/Widgets/post.php b/pandora_console/include/lib/Dashboard/Widgets/post.php index cecc737b2b..5a9222e2eb 100755 --- a/pandora_console/include/lib/Dashboard/Widgets/post.php +++ b/pandora_console/include/lib/Dashboard/Widgets/post.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/lib/Dashboard/Widgets/reports.php b/pandora_console/include/lib/Dashboard/Widgets/reports.php index 6d579f4061..3d37caf817 100644 --- a/pandora_console/include/lib/Dashboard/Widgets/reports.php +++ b/pandora_console/include/lib/Dashboard/Widgets/reports.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/lib/Dashboard/Widgets/service_map.php b/pandora_console/include/lib/Dashboard/Widgets/service_map.php index 9a44af9819..5c009da21f 100644 --- a/pandora_console/include/lib/Dashboard/Widgets/service_map.php +++ b/pandora_console/include/lib/Dashboard/Widgets/service_map.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/lib/Dashboard/Widgets/service_view.php b/pandora_console/include/lib/Dashboard/Widgets/service_view.php index d20ab8ec91..c74ee1c1b5 100644 --- a/pandora_console/include/lib/Dashboard/Widgets/service_view.php +++ b/pandora_console/include/lib/Dashboard/Widgets/service_view.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/lib/Dashboard/Widgets/single_graph.php b/pandora_console/include/lib/Dashboard/Widgets/single_graph.php index 70b86f9722..36c76f73fd 100644 --- a/pandora_console/include/lib/Dashboard/Widgets/single_graph.php +++ b/pandora_console/include/lib/Dashboard/Widgets/single_graph.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/lib/Dashboard/Widgets/sla_percent.php b/pandora_console/include/lib/Dashboard/Widgets/sla_percent.php index 3d5c03e29c..804cd92f5d 100644 --- a/pandora_console/include/lib/Dashboard/Widgets/sla_percent.php +++ b/pandora_console/include/lib/Dashboard/Widgets/sla_percent.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/lib/Dashboard/Widgets/system_group_status.php b/pandora_console/include/lib/Dashboard/Widgets/system_group_status.php index 7ebb602e84..410e254d8b 100644 --- a/pandora_console/include/lib/Dashboard/Widgets/system_group_status.php +++ b/pandora_console/include/lib/Dashboard/Widgets/system_group_status.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/lib/Dashboard/Widgets/tactical.php b/pandora_console/include/lib/Dashboard/Widgets/tactical.php index 0702fe7306..0e69ed8372 100755 --- a/pandora_console/include/lib/Dashboard/Widgets/tactical.php +++ b/pandora_console/include/lib/Dashboard/Widgets/tactical.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/lib/Dashboard/Widgets/top_n.php b/pandora_console/include/lib/Dashboard/Widgets/top_n.php index ac5d530173..e8dc471747 100644 --- a/pandora_console/include/lib/Dashboard/Widgets/top_n.php +++ b/pandora_console/include/lib/Dashboard/Widgets/top_n.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/lib/Dashboard/Widgets/top_n_events_by_group.php b/pandora_console/include/lib/Dashboard/Widgets/top_n_events_by_group.php index 0c1f361b25..8c7297ca80 100644 --- a/pandora_console/include/lib/Dashboard/Widgets/top_n_events_by_group.php +++ b/pandora_console/include/lib/Dashboard/Widgets/top_n_events_by_group.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/lib/Dashboard/Widgets/top_n_events_by_module.php b/pandora_console/include/lib/Dashboard/Widgets/top_n_events_by_module.php index 79bbd54ed2..a1453aaa1d 100644 --- a/pandora_console/include/lib/Dashboard/Widgets/top_n_events_by_module.php +++ b/pandora_console/include/lib/Dashboard/Widgets/top_n_events_by_module.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/lib/Dashboard/Widgets/tree_view.php b/pandora_console/include/lib/Dashboard/Widgets/tree_view.php index bd4d05d347..55b16e117c 100644 --- a/pandora_console/include/lib/Dashboard/Widgets/tree_view.php +++ b/pandora_console/include/lib/Dashboard/Widgets/tree_view.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/lib/Dashboard/Widgets/url.php b/pandora_console/include/lib/Dashboard/Widgets/url.php index 3d9777de28..ad2f324de0 100644 --- a/pandora_console/include/lib/Dashboard/Widgets/url.php +++ b/pandora_console/include/lib/Dashboard/Widgets/url.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/lib/Dashboard/Widgets/ux_transaction.php b/pandora_console/include/lib/Dashboard/Widgets/ux_transaction.php index b9fd304f7d..0fab907405 100644 --- a/pandora_console/include/lib/Dashboard/Widgets/ux_transaction.php +++ b/pandora_console/include/lib/Dashboard/Widgets/ux_transaction.php @@ -6,7 +6,7 @@ //|___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| // // ============================================================================ - // Copyright (c) 2007-2023 Pandora FMS, http://www.artica.es + // Copyright (c) 2007-2023 Pandora FMS, http://www.pandorafms.com // This code is NOT free software. This code is NOT licenced under GPL2 licence // You cannnot redistribute it without written permission of copyright holder. // ============================================================================ diff --git a/pandora_console/include/lib/Dashboard/Widgets/wux_transaction.php b/pandora_console/include/lib/Dashboard/Widgets/wux_transaction.php index 70bef84f0e..3590ccd0ad 100644 --- a/pandora_console/include/lib/Dashboard/Widgets/wux_transaction.php +++ b/pandora_console/include/lib/Dashboard/Widgets/wux_transaction.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/lib/Dashboard/Widgets/wux_transaction_stats.php b/pandora_console/include/lib/Dashboard/Widgets/wux_transaction_stats.php index 670b2cb01b..ebc2dbbcf3 100644 --- a/pandora_console/include/lib/Dashboard/Widgets/wux_transaction_stats.php +++ b/pandora_console/include/lib/Dashboard/Widgets/wux_transaction_stats.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/lib/Entity.php b/pandora_console/include/lib/Entity.php index 46ac04e767..b93fe5d2ae 100644 --- a/pandora_console/include/lib/Entity.php +++ b/pandora_console/include/lib/Entity.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/lib/Event.php b/pandora_console/include/lib/Event.php index 0ccea011ad..2c24f35f44 100644 --- a/pandora_console/include/lib/Event.php +++ b/pandora_console/include/lib/Event.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/lib/Group.php b/pandora_console/include/lib/Group.php index 71a7a29bd0..4027977ec6 100644 --- a/pandora_console/include/lib/Group.php +++ b/pandora_console/include/lib/Group.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/lib/Module.php b/pandora_console/include/lib/Module.php index 453dccac93..e00a2dee58 100644 --- a/pandora_console/include/lib/Module.php +++ b/pandora_console/include/lib/Module.php @@ -16,7 +16,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/lib/ModuleStatus.php b/pandora_console/include/lib/ModuleStatus.php index 72bfde939f..d65383ac5b 100644 --- a/pandora_console/include/lib/ModuleStatus.php +++ b/pandora_console/include/lib/ModuleStatus.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/lib/ModuleType.php b/pandora_console/include/lib/ModuleType.php index a0bd664625..46a2a88acd 100644 --- a/pandora_console/include/lib/ModuleType.php +++ b/pandora_console/include/lib/ModuleType.php @@ -16,7 +16,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/lib/PublicLogin.php b/pandora_console/include/lib/PublicLogin.php index 5e4277903e..18b6d46b55 100644 --- a/pandora_console/include/lib/PublicLogin.php +++ b/pandora_console/include/lib/PublicLogin.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/lib/SpecialDay.php b/pandora_console/include/lib/SpecialDay.php index ad4ca442fb..b41852c2e5 100644 --- a/pandora_console/include/lib/SpecialDay.php +++ b/pandora_console/include/lib/SpecialDay.php @@ -16,7 +16,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/lib/Tools/Files.php b/pandora_console/include/lib/Tools/Files.php index 32eb3ea291..004be4d04d 100644 --- a/pandora_console/include/lib/Tools/Files.php +++ b/pandora_console/include/lib/Tools/Files.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/lib/Tools/Strings.php b/pandora_console/include/lib/Tools/Strings.php index 98c440a430..f940172ff5 100644 --- a/pandora_console/include/lib/Tools/Strings.php +++ b/pandora_console/include/lib/Tools/Strings.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/lib/User.php b/pandora_console/include/lib/User.php index 9ddb6783bc..8350ae7685 100644 --- a/pandora_console/include/lib/User.php +++ b/pandora_console/include/lib/User.php @@ -16,7 +16,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/lib/View.php b/pandora_console/include/lib/View.php index 26323cafe2..69f385ccf8 100644 --- a/pandora_console/include/lib/View.php +++ b/pandora_console/include/lib/View.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/load_session.php b/pandora_console/include/load_session.php index c6c4ef30aa..5578d1c617 100644 --- a/pandora_console/include/load_session.php +++ b/pandora_console/include/load_session.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/php_to_js_values.php b/pandora_console/include/php_to_js_values.php index a83f58d235..ede602208e 100644 --- a/pandora_console/include/php_to_js_values.php +++ b/pandora_console/include/php_to_js_values.php @@ -2,7 +2,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public License // as published by the Free Software Foundation; version 2 diff --git a/pandora_console/include/rest-api/models/VisualConsole/View.php b/pandora_console/include/rest-api/models/VisualConsole/View.php index f830d64ce7..2fb438e23d 100644 --- a/pandora_console/include/rest-api/models/VisualConsole/View.php +++ b/pandora_console/include/rest-api/models/VisualConsole/View.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/include/websocket_registrations.php b/pandora_console/include/websocket_registrations.php index d9e9eaaf69..694cd3b895 100644 --- a/pandora_console/include/websocket_registrations.php +++ b/pandora_console/include/websocket_registrations.php @@ -23,7 +23,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/index.php b/pandora_console/index.php index 4d344a99af..4f491ff6cf 100755 --- a/pandora_console/index.php +++ b/pandora_console/index.php @@ -16,7 +16,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/install.php b/pandora_console/install.php index 0de8bdaf45..9988a347d1 100644 --- a/pandora_console/install.php +++ b/pandora_console/install.php @@ -16,7 +16,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. @@ -604,7 +604,7 @@ function install_step1_licence()

GPL2 Licence terms agreement

Pandora FMS is an OpenSource software project licensed under the GPL2 licence. Pandora FMS includes, as well, another software also licensed under LGPL and BSD licenses. Before continue, you must accept the licence terms.. -

For more information, please refer to our website at http://pandorafms.org and contact us if you have any kind of question about the usage of Pandora FMS

+

For more information, please refer to our website at http://pandorafms.com/community/ and contact us if you have any kind of question about the usage of Pandora FMS

If you dont accept the licence terms, please, close your browser and delete Pandora FMS files.

"; diff --git a/pandora_console/mobile/include/db.class.php b/pandora_console/mobile/include/db.class.php index e2a26959f1..3640417be5 100644 --- a/pandora_console/mobile/include/db.class.php +++ b/pandora_console/mobile/include/db.class.php @@ -2,7 +2,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation for version 2. diff --git a/pandora_console/mobile/include/functions_web.php b/pandora_console/mobile/include/functions_web.php index 0ee6b3e072..17e64c4298 100644 --- a/pandora_console/mobile/include/functions_web.php +++ b/pandora_console/mobile/include/functions_web.php @@ -2,7 +2,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation for version 2. diff --git a/pandora_console/mobile/include/system.class.php b/pandora_console/mobile/include/system.class.php index 39f15c8855..b00ca3d6a8 100644 --- a/pandora_console/mobile/include/system.class.php +++ b/pandora_console/mobile/include/system.class.php @@ -2,7 +2,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation for version 2. diff --git a/pandora_console/mobile/include/ui.class.php b/pandora_console/mobile/include/ui.class.php index bcbe4ee836..76da7652a3 100755 --- a/pandora_console/mobile/include/ui.class.php +++ b/pandora_console/mobile/include/ui.class.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation for version 2. diff --git a/pandora_console/mobile/include/user.class.php b/pandora_console/mobile/include/user.class.php index d02babfa59..f98b986155 100644 --- a/pandora_console/mobile/include/user.class.php +++ b/pandora_console/mobile/include/user.class.php @@ -2,7 +2,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation for version 2. diff --git a/pandora_console/mobile/index.php b/pandora_console/mobile/index.php index af54334998..d98af7e243 100644 --- a/pandora_console/mobile/index.php +++ b/pandora_console/mobile/index.php @@ -2,7 +2,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation for version 2. diff --git a/pandora_console/mobile/operation/agent.php b/pandora_console/mobile/operation/agent.php index 9d0b435786..626f9728a7 100644 --- a/pandora_console/mobile/operation/agent.php +++ b/pandora_console/mobile/operation/agent.php @@ -16,7 +16,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/mobile/operation/agents.php b/pandora_console/mobile/operation/agents.php index cabab81bcc..1bf54207d0 100644 --- a/pandora_console/mobile/operation/agents.php +++ b/pandora_console/mobile/operation/agents.php @@ -16,7 +16,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/mobile/operation/alerts.php b/pandora_console/mobile/operation/alerts.php index c6864eda18..c68884bf8c 100644 --- a/pandora_console/mobile/operation/alerts.php +++ b/pandora_console/mobile/operation/alerts.php @@ -16,7 +16,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/mobile/operation/events.php b/pandora_console/mobile/operation/events.php index d1716d675b..077f0d57b3 100644 --- a/pandora_console/mobile/operation/events.php +++ b/pandora_console/mobile/operation/events.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/mobile/operation/groups.php b/pandora_console/mobile/operation/groups.php index c9772b9597..f9b6d03de7 100644 --- a/pandora_console/mobile/operation/groups.php +++ b/pandora_console/mobile/operation/groups.php @@ -2,7 +2,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation for version 2. diff --git a/pandora_console/mobile/operation/home.php b/pandora_console/mobile/operation/home.php index 6ba2cdf3aa..f20d2f4943 100644 --- a/pandora_console/mobile/operation/home.php +++ b/pandora_console/mobile/operation/home.php @@ -2,7 +2,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation for version 2. diff --git a/pandora_console/mobile/operation/module_data.php b/pandora_console/mobile/operation/module_data.php index 77063f30c9..92b283a356 100644 --- a/pandora_console/mobile/operation/module_data.php +++ b/pandora_console/mobile/operation/module_data.php @@ -16,7 +16,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/mobile/operation/module_graph.php b/pandora_console/mobile/operation/module_graph.php index 65baa499b0..a0a950dc0e 100644 --- a/pandora_console/mobile/operation/module_graph.php +++ b/pandora_console/mobile/operation/module_graph.php @@ -2,7 +2,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation for version 2. diff --git a/pandora_console/mobile/operation/modules.php b/pandora_console/mobile/operation/modules.php index 0a68feee0e..12b2b00b1c 100644 --- a/pandora_console/mobile/operation/modules.php +++ b/pandora_console/mobile/operation/modules.php @@ -16,7 +16,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/mobile/operation/server_status.php b/pandora_console/mobile/operation/server_status.php index 1a28445f1f..b2662aea66 100644 --- a/pandora_console/mobile/operation/server_status.php +++ b/pandora_console/mobile/operation/server_status.php @@ -16,7 +16,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/mobile/operation/services.php b/pandora_console/mobile/operation/services.php index 6d629c049b..851b757b4d 100644 --- a/pandora_console/mobile/operation/services.php +++ b/pandora_console/mobile/operation/services.php @@ -2,7 +2,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation for version 2. diff --git a/pandora_console/mobile/operation/tactical.php b/pandora_console/mobile/operation/tactical.php index fd11f83fde..10181bd15c 100755 --- a/pandora_console/mobile/operation/tactical.php +++ b/pandora_console/mobile/operation/tactical.php @@ -2,7 +2,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation for version 2. diff --git a/pandora_console/mobile/operation/visualmap.php b/pandora_console/mobile/operation/visualmap.php index 9b51bf11ec..cf695ebf5e 100644 --- a/pandora_console/mobile/operation/visualmap.php +++ b/pandora_console/mobile/operation/visualmap.php @@ -16,7 +16,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/mobile/operation/visualmaps.php b/pandora_console/mobile/operation/visualmaps.php index 8c3c0e2abb..12f2ce937e 100644 --- a/pandora_console/mobile/operation/visualmaps.php +++ b/pandora_console/mobile/operation/visualmaps.php @@ -16,7 +16,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/operation/agentes/agent_fields.php b/pandora_console/operation/agentes/agent_fields.php index 83a66a4700..4abc1eb11f 100755 --- a/pandora_console/operation/agentes/agent_fields.php +++ b/pandora_console/operation/agentes/agent_fields.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation for version 2. diff --git a/pandora_console/operation/agentes/agent_inventory.php b/pandora_console/operation/agentes/agent_inventory.php index 999684b863..6372324179 100644 --- a/pandora_console/operation/agentes/agent_inventory.php +++ b/pandora_console/operation/agentes/agent_inventory.php @@ -16,7 +16,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/operation/agentes/alerts_status.functions.php b/pandora_console/operation/agentes/alerts_status.functions.php index 5c5bf6dbe7..53873c6913 100755 --- a/pandora_console/operation/agentes/alerts_status.functions.php +++ b/pandora_console/operation/agentes/alerts_status.functions.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/operation/agentes/alerts_status.php b/pandora_console/operation/agentes/alerts_status.php index 546d73c755..dd89c27b5f 100755 --- a/pandora_console/operation/agentes/alerts_status.php +++ b/pandora_console/operation/agentes/alerts_status.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/operation/agentes/custom_fields.php b/pandora_console/operation/agentes/custom_fields.php index d6c9a3fb9f..3a7d04c4b3 100644 --- a/pandora_console/operation/agentes/custom_fields.php +++ b/pandora_console/operation/agentes/custom_fields.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation for version 2. diff --git a/pandora_console/operation/agentes/datos_agente.php b/pandora_console/operation/agentes/datos_agente.php index 35abb87592..55f2ce666e 100755 --- a/pandora_console/operation/agentes/datos_agente.php +++ b/pandora_console/operation/agentes/datos_agente.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation for version 2. diff --git a/pandora_console/operation/agentes/ehorus_client.php b/pandora_console/operation/agentes/ehorus_client.php index 9340e2d7f5..e85e30d1f6 100644 --- a/pandora_console/operation/agentes/ehorus_client.php +++ b/pandora_console/operation/agentes/ehorus_client.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation for version 2. diff --git a/pandora_console/operation/agentes/estado_agente.php b/pandora_console/operation/agentes/estado_agente.php index c5c9c1f1f4..3acc1335ce 100644 --- a/pandora_console/operation/agentes/estado_agente.php +++ b/pandora_console/operation/agentes/estado_agente.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/operation/agentes/estado_generalagente.php b/pandora_console/operation/agentes/estado_generalagente.php index da05ef5770..5fea7b9f24 100755 --- a/pandora_console/operation/agentes/estado_generalagente.php +++ b/pandora_console/operation/agentes/estado_generalagente.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/operation/agentes/estado_monitores.php b/pandora_console/operation/agentes/estado_monitores.php index dfef58ce56..83c6037169 100755 --- a/pandora_console/operation/agentes/estado_monitores.php +++ b/pandora_console/operation/agentes/estado_monitores.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/operation/agentes/export_csv.php b/pandora_console/operation/agentes/export_csv.php index 6bb88a6a2f..84f2f8541b 100644 --- a/pandora_console/operation/agentes/export_csv.php +++ b/pandora_console/operation/agentes/export_csv.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation for version 2. diff --git a/pandora_console/operation/agentes/exportdata.csv.php b/pandora_console/operation/agentes/exportdata.csv.php index c8173a58ae..bac6c50315 100644 --- a/pandora_console/operation/agentes/exportdata.csv.php +++ b/pandora_console/operation/agentes/exportdata.csv.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation for version 2. diff --git a/pandora_console/operation/agentes/exportdata.excel.php b/pandora_console/operation/agentes/exportdata.excel.php index 4336a46ff3..ae5f432002 100644 --- a/pandora_console/operation/agentes/exportdata.excel.php +++ b/pandora_console/operation/agentes/exportdata.excel.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation for version 2. diff --git a/pandora_console/operation/agentes/exportdata.php b/pandora_console/operation/agentes/exportdata.php index 5791699510..15dc5ab8c4 100644 --- a/pandora_console/operation/agentes/exportdata.php +++ b/pandora_console/operation/agentes/exportdata.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/operation/agentes/external_tools.php b/pandora_console/operation/agentes/external_tools.php index b4b27f933b..a940d558bf 100644 --- a/pandora_console/operation/agentes/external_tools.php +++ b/pandora_console/operation/agentes/external_tools.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/operation/agentes/graphs.php b/pandora_console/operation/agentes/graphs.php index 7807e925f7..d59f857d54 100644 --- a/pandora_console/operation/agentes/graphs.php +++ b/pandora_console/operation/agentes/graphs.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/operation/agentes/group_view.php b/pandora_console/operation/agentes/group_view.php index 6a863a4e78..8935ee28de 100644 --- a/pandora_console/operation/agentes/group_view.php +++ b/pandora_console/operation/agentes/group_view.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/operation/agentes/interface_traffic_graph_win.php b/pandora_console/operation/agentes/interface_traffic_graph_win.php index ec1dc4b0d4..f0fcc56f20 100644 --- a/pandora_console/operation/agentes/interface_traffic_graph_win.php +++ b/pandora_console/operation/agentes/interface_traffic_graph_win.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/operation/agentes/interface_view.functions.php b/pandora_console/operation/agentes/interface_view.functions.php index 5ffe072808..f8f7959752 100644 --- a/pandora_console/operation/agentes/interface_view.functions.php +++ b/pandora_console/operation/agentes/interface_view.functions.php @@ -3,7 +3,7 @@ * Pandora FMS - http://pandorafms.com * ================================================== * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; version 2 diff --git a/pandora_console/operation/agentes/interface_view.php b/pandora_console/operation/agentes/interface_view.php index 10ffafea71..390d83cfef 100644 --- a/pandora_console/operation/agentes/interface_view.php +++ b/pandora_console/operation/agentes/interface_view.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2007-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/operation/agentes/log_sources_status.php b/pandora_console/operation/agentes/log_sources_status.php index 58f7aea79f..95d956aaaa 100644 --- a/pandora_console/operation/agentes/log_sources_status.php +++ b/pandora_console/operation/agentes/log_sources_status.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation for version 2. diff --git a/pandora_console/operation/agentes/networkmap.dinamic.php b/pandora_console/operation/agentes/networkmap.dinamic.php index 0aeb6a1521..a2e0aa7752 100644 --- a/pandora_console/operation/agentes/networkmap.dinamic.php +++ b/pandora_console/operation/agentes/networkmap.dinamic.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation for version 2. diff --git a/pandora_console/operation/agentes/pandora_networkmap.editor.php b/pandora_console/operation/agentes/pandora_networkmap.editor.php index 968db594ac..feff3af15f 100644 --- a/pandora_console/operation/agentes/pandora_networkmap.editor.php +++ b/pandora_console/operation/agentes/pandora_networkmap.editor.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/operation/agentes/pandora_networkmap.php b/pandora_console/operation/agentes/pandora_networkmap.php index c379548f8f..4fd3a8d3db 100644 --- a/pandora_console/operation/agentes/pandora_networkmap.php +++ b/pandora_console/operation/agentes/pandora_networkmap.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/operation/agentes/pandora_networkmap.view.php b/pandora_console/operation/agentes/pandora_networkmap.view.php index 435278932c..fffd4aaa5b 100644 --- a/pandora_console/operation/agentes/pandora_networkmap.view.php +++ b/pandora_console/operation/agentes/pandora_networkmap.view.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/operation/agentes/realtime_win.php b/pandora_console/operation/agentes/realtime_win.php index b79371924f..a3cf94ca95 100644 --- a/pandora_console/operation/agentes/realtime_win.php +++ b/pandora_console/operation/agentes/realtime_win.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/operation/agentes/snapshot_view.php b/pandora_console/operation/agentes/snapshot_view.php index 6f512ac1b8..54a3bb612f 100644 --- a/pandora_console/operation/agentes/snapshot_view.php +++ b/pandora_console/operation/agentes/snapshot_view.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation for version 2. diff --git a/pandora_console/operation/agentes/stat_win.php b/pandora_console/operation/agentes/stat_win.php index 40877a3099..8536b06c54 100644 --- a/pandora_console/operation/agentes/stat_win.php +++ b/pandora_console/operation/agentes/stat_win.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/operation/agentes/status_events.php b/pandora_console/operation/agentes/status_events.php index bd51c83a87..9989257c3d 100755 --- a/pandora_console/operation/agentes/status_events.php +++ b/pandora_console/operation/agentes/status_events.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation for version 2. diff --git a/pandora_console/operation/agentes/status_monitor.php b/pandora_console/operation/agentes/status_monitor.php index 3422903ace..dcda9ad874 100644 --- a/pandora_console/operation/agentes/status_monitor.php +++ b/pandora_console/operation/agentes/status_monitor.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/operation/agentes/tactical.php b/pandora_console/operation/agentes/tactical.php index 6ce9edbe78..e1df4086f9 100755 --- a/pandora_console/operation/agentes/tactical.php +++ b/pandora_console/operation/agentes/tactical.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/operation/agentes/url_address.php b/pandora_console/operation/agentes/url_address.php index 6b7b657675..34106670ce 100644 --- a/pandora_console/operation/agentes/url_address.php +++ b/pandora_console/operation/agentes/url_address.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation for version 2. diff --git a/pandora_console/operation/agentes/ver_agente.php b/pandora_console/operation/agentes/ver_agente.php index a9d27e21f0..34e7a5c08d 100644 --- a/pandora_console/operation/agentes/ver_agente.php +++ b/pandora_console/operation/agentes/ver_agente.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/operation/cluster/cluster.php b/pandora_console/operation/cluster/cluster.php index cf2f9398f1..4e3c4c13a6 100755 --- a/pandora_console/operation/cluster/cluster.php +++ b/pandora_console/operation/cluster/cluster.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/operation/dashboard/dashboard.php b/pandora_console/operation/dashboard/dashboard.php index 0a3fc0b526..f28dafb752 100644 --- a/pandora_console/operation/dashboard/dashboard.php +++ b/pandora_console/operation/dashboard/dashboard.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/operation/dashboard/public_dashboard.php b/pandora_console/operation/dashboard/public_dashboard.php index 29b242eb55..2c0f4b47d8 100644 --- a/pandora_console/operation/dashboard/public_dashboard.php +++ b/pandora_console/operation/dashboard/public_dashboard.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/operation/events/events.build_query.php b/pandora_console/operation/events/events.build_query.php index ab3cf077bd..33330d5b30 100755 --- a/pandora_console/operation/events/events.build_query.php +++ b/pandora_console/operation/events/events.build_query.php @@ -3,7 +3,7 @@ * Pandora FMS - http://pandorafms.com * ================================================== * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/operation/events/events.php b/pandora_console/operation/events/events.php index 329c206293..4a60d75404 100644 --- a/pandora_console/operation/events/events.php +++ b/pandora_console/operation/events/events.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/operation/events/events_rss.php b/pandora_console/operation/events/events_rss.php index e1946b428b..ee14e349cd 100644 --- a/pandora_console/operation/events/events_rss.php +++ b/pandora_console/operation/events/events_rss.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/operation/events/export_csv.php b/pandora_console/operation/events/export_csv.php index 5571d5ebf7..36d75c0b6b 100644 --- a/pandora_console/operation/events/export_csv.php +++ b/pandora_console/operation/events/export_csv.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/operation/events/sound_events.php b/pandora_console/operation/events/sound_events.php index ae38d32c7f..99b84fcba3 100644 --- a/pandora_console/operation/events/sound_events.php +++ b/pandora_console/operation/events/sound_events.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/operation/gis_maps/ajax.php b/pandora_console/operation/gis_maps/ajax.php index 924981babf..ccf243d449 100644 --- a/pandora_console/operation/gis_maps/ajax.php +++ b/pandora_console/operation/gis_maps/ajax.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation for version 2. diff --git a/pandora_console/operation/gis_maps/public_console.php b/pandora_console/operation/gis_maps/public_console.php index 08aa05e4af..bd76a26940 100755 --- a/pandora_console/operation/gis_maps/public_console.php +++ b/pandora_console/operation/gis_maps/public_console.php @@ -2,7 +2,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 20012 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation for version 2. diff --git a/pandora_console/operation/gis_maps/render_view.php b/pandora_console/operation/gis_maps/render_view.php index 6884596f7d..90bb49877f 100644 --- a/pandora_console/operation/gis_maps/render_view.php +++ b/pandora_console/operation/gis_maps/render_view.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation for version 2. diff --git a/pandora_console/operation/heatmap.php b/pandora_console/operation/heatmap.php index 87ddb7e2e7..094f0eaa63 100644 --- a/pandora_console/operation/heatmap.php +++ b/pandora_console/operation/heatmap.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/operation/incidents/configure_integriaims_incident.php b/pandora_console/operation/incidents/configure_integriaims_incident.php index 4ed3c58c5f..d01b1d7fdb 100644 --- a/pandora_console/operation/incidents/configure_integriaims_incident.php +++ b/pandora_console/operation/incidents/configure_integriaims_incident.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation for version 2. diff --git a/pandora_console/operation/incidents/dashboard_detail_integriaims_incident.php b/pandora_console/operation/incidents/dashboard_detail_integriaims_incident.php index 19bea7eb42..c2d79a07ff 100644 --- a/pandora_console/operation/incidents/dashboard_detail_integriaims_incident.php +++ b/pandora_console/operation/incidents/dashboard_detail_integriaims_incident.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation for version 2. diff --git a/pandora_console/operation/incidents/incident_statistics.php b/pandora_console/operation/incidents/incident_statistics.php index 6f092e5b53..376dcc4581 100755 --- a/pandora_console/operation/incidents/incident_statistics.php +++ b/pandora_console/operation/incidents/incident_statistics.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation for version 2. diff --git a/pandora_console/operation/incidents/integriaims_export_csv.php b/pandora_console/operation/incidents/integriaims_export_csv.php index b5d39674b8..23e0de6167 100644 --- a/pandora_console/operation/incidents/integriaims_export_csv.php +++ b/pandora_console/operation/incidents/integriaims_export_csv.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation for version 2. diff --git a/pandora_console/operation/incidents/list_integriaims_incidents.php b/pandora_console/operation/incidents/list_integriaims_incidents.php index abb3abb39e..412fd5a16d 100644 --- a/pandora_console/operation/incidents/list_integriaims_incidents.php +++ b/pandora_console/operation/incidents/list_integriaims_incidents.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation for version 2. diff --git a/pandora_console/operation/inventory/inventory.php b/pandora_console/operation/inventory/inventory.php index 8e50b585bc..0b8ff7246b 100755 --- a/pandora_console/operation/inventory/inventory.php +++ b/pandora_console/operation/inventory/inventory.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/operation/menu.php b/pandora_console/operation/menu.php index da7604f742..7a1fcd0e91 100644 --- a/pandora_console/operation/menu.php +++ b/pandora_console/operation/menu.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/operation/messages/message_edit.php b/pandora_console/operation/messages/message_edit.php index 69f3a29bbc..6056de4a7f 100644 --- a/pandora_console/operation/messages/message_edit.php +++ b/pandora_console/operation/messages/message_edit.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/operation/messages/message_list.php b/pandora_console/operation/messages/message_list.php index 4c76c0d826..3a9e22a5fb 100644 --- a/pandora_console/operation/messages/message_list.php +++ b/pandora_console/operation/messages/message_list.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/operation/netflow/netflow_explorer.php b/pandora_console/operation/netflow/netflow_explorer.php index 0c6afca4c8..5954a09e82 100644 --- a/pandora_console/operation/netflow/netflow_explorer.php +++ b/pandora_console/operation/netflow/netflow_explorer.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/operation/netflow/nf_live_view.php b/pandora_console/operation/netflow/nf_live_view.php index a32117e7cb..3e42ccbe80 100644 --- a/pandora_console/operation/netflow/nf_live_view.php +++ b/pandora_console/operation/netflow/nf_live_view.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/operation/network/network_report.php b/pandora_console/operation/network/network_report.php index 912f8662bf..df361b581f 100644 --- a/pandora_console/operation/network/network_report.php +++ b/pandora_console/operation/network/network_report.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/operation/network/network_usage_map.php b/pandora_console/operation/network/network_usage_map.php index 233241e660..7eaba5a471 100644 --- a/pandora_console/operation/network/network_usage_map.php +++ b/pandora_console/operation/network/network_usage_map.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/operation/reporting/custom_reporting.php b/pandora_console/operation/reporting/custom_reporting.php index 3fd3d8f894..623370aa68 100644 --- a/pandora_console/operation/reporting/custom_reporting.php +++ b/pandora_console/operation/reporting/custom_reporting.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation for version 2. diff --git a/pandora_console/operation/reporting/graph_viewer.php b/pandora_console/operation/reporting/graph_viewer.php index cf9faf0ff3..6a61689de5 100644 --- a/pandora_console/operation/reporting/graph_viewer.php +++ b/pandora_console/operation/reporting/graph_viewer.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/operation/reporting/reporting_viewer.php b/pandora_console/operation/reporting/reporting_viewer.php index 167b4d7be5..2c7619e2ab 100755 --- a/pandora_console/operation/reporting/reporting_viewer.php +++ b/pandora_console/operation/reporting/reporting_viewer.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation for version 2. diff --git a/pandora_console/operation/reporting/reporting_xml.php b/pandora_console/operation/reporting/reporting_xml.php index 6f295710c9..2775aff99c 100755 --- a/pandora_console/operation/reporting/reporting_xml.php +++ b/pandora_console/operation/reporting/reporting_xml.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation for version 2. diff --git a/pandora_console/operation/search_agents.getdata.php b/pandora_console/operation/search_agents.getdata.php index a654f4e2c4..2318ad73e8 100644 --- a/pandora_console/operation/search_agents.getdata.php +++ b/pandora_console/operation/search_agents.getdata.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation; version 2 diff --git a/pandora_console/operation/search_agents.php b/pandora_console/operation/search_agents.php index 797d662a64..40c70274e7 100755 --- a/pandora_console/operation/search_agents.php +++ b/pandora_console/operation/search_agents.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation; version 2 diff --git a/pandora_console/operation/search_alerts.getdata.php b/pandora_console/operation/search_alerts.getdata.php index 465ef428ef..e718527966 100644 --- a/pandora_console/operation/search_alerts.getdata.php +++ b/pandora_console/operation/search_alerts.getdata.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation; version 2 diff --git a/pandora_console/operation/search_alerts.php b/pandora_console/operation/search_alerts.php index dd5fcb3c0a..1445618365 100755 --- a/pandora_console/operation/search_alerts.php +++ b/pandora_console/operation/search_alerts.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation; version 2 diff --git a/pandora_console/operation/search_graphs.getdata.php b/pandora_console/operation/search_graphs.getdata.php index e7a5169066..bc850ddaac 100644 --- a/pandora_console/operation/search_graphs.getdata.php +++ b/pandora_console/operation/search_graphs.getdata.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation; version 2 diff --git a/pandora_console/operation/search_graphs.php b/pandora_console/operation/search_graphs.php index fe37add630..a2ac257e24 100755 --- a/pandora_console/operation/search_graphs.php +++ b/pandora_console/operation/search_graphs.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation; version 2 diff --git a/pandora_console/operation/search_helps.getdata.php b/pandora_console/operation/search_helps.getdata.php index e81ecfab43..b28d729bed 100644 --- a/pandora_console/operation/search_helps.getdata.php +++ b/pandora_console/operation/search_helps.getdata.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation; version 2 diff --git a/pandora_console/operation/search_helps.php b/pandora_console/operation/search_helps.php index b440cc44fc..9f17238357 100644 --- a/pandora_console/operation/search_helps.php +++ b/pandora_console/operation/search_helps.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation; version 2 diff --git a/pandora_console/operation/search_main.php b/pandora_console/operation/search_main.php index 2d9f5b69fb..04b8034464 100644 --- a/pandora_console/operation/search_main.php +++ b/pandora_console/operation/search_main.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation; version 2 diff --git a/pandora_console/operation/search_maps.getdata.php b/pandora_console/operation/search_maps.getdata.php index 40f73f4aeb..60366bbc2d 100644 --- a/pandora_console/operation/search_maps.getdata.php +++ b/pandora_console/operation/search_maps.getdata.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation; version 2 diff --git a/pandora_console/operation/search_maps.php b/pandora_console/operation/search_maps.php index 6a5c521cb9..0971a54b63 100755 --- a/pandora_console/operation/search_maps.php +++ b/pandora_console/operation/search_maps.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation; version 2 diff --git a/pandora_console/operation/search_modules.getdata.php b/pandora_console/operation/search_modules.getdata.php index 350324ff7a..6a87ce0c97 100644 --- a/pandora_console/operation/search_modules.getdata.php +++ b/pandora_console/operation/search_modules.getdata.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation; version 2 diff --git a/pandora_console/operation/search_modules.php b/pandora_console/operation/search_modules.php index e28c6adb1a..78138c739b 100644 --- a/pandora_console/operation/search_modules.php +++ b/pandora_console/operation/search_modules.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation; version 2 diff --git a/pandora_console/operation/search_policies.getdata.php b/pandora_console/operation/search_policies.getdata.php index bd81cb4b39..2688c84341 100644 --- a/pandora_console/operation/search_policies.getdata.php +++ b/pandora_console/operation/search_policies.getdata.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/operation/search_policies.php b/pandora_console/operation/search_policies.php index d92ac8cc41..2c12eb9293 100644 --- a/pandora_console/operation/search_policies.php +++ b/pandora_console/operation/search_policies.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation; version 2 diff --git a/pandora_console/operation/search_reports.getdata.php b/pandora_console/operation/search_reports.getdata.php index c5d7ceb8c9..8fb850e097 100644 --- a/pandora_console/operation/search_reports.getdata.php +++ b/pandora_console/operation/search_reports.getdata.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation; version 2 diff --git a/pandora_console/operation/search_reports.php b/pandora_console/operation/search_reports.php index d6bf8f8a53..4ac1eb6c69 100755 --- a/pandora_console/operation/search_reports.php +++ b/pandora_console/operation/search_reports.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation; version 2 diff --git a/pandora_console/operation/search_results.php b/pandora_console/operation/search_results.php index 8265475e18..d94d01271b 100644 --- a/pandora_console/operation/search_results.php +++ b/pandora_console/operation/search_results.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation; version 2 diff --git a/pandora_console/operation/search_users.getdata.php b/pandora_console/operation/search_users.getdata.php index 591debbd39..65e6c1b234 100644 --- a/pandora_console/operation/search_users.getdata.php +++ b/pandora_console/operation/search_users.getdata.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation; version 2 diff --git a/pandora_console/operation/search_users.php b/pandora_console/operation/search_users.php index 12cf08d90c..2ea1667991 100755 --- a/pandora_console/operation/search_users.php +++ b/pandora_console/operation/search_users.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation; version 2 diff --git a/pandora_console/operation/snmpconsole/snmp_browser.php b/pandora_console/operation/snmpconsole/snmp_browser.php index e50164f680..bf0489bb3e 100644 --- a/pandora_console/operation/snmpconsole/snmp_browser.php +++ b/pandora_console/operation/snmpconsole/snmp_browser.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/operation/snmpconsole/snmp_mib_uploader.php b/pandora_console/operation/snmpconsole/snmp_mib_uploader.php index 4c8f0d73a5..29142810d4 100644 --- a/pandora_console/operation/snmpconsole/snmp_mib_uploader.php +++ b/pandora_console/operation/snmpconsole/snmp_mib_uploader.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/operation/snmpconsole/snmp_statistics.php b/pandora_console/operation/snmpconsole/snmp_statistics.php index fb8cba0d40..4acc319f26 100755 --- a/pandora_console/operation/snmpconsole/snmp_statistics.php +++ b/pandora_console/operation/snmpconsole/snmp_statistics.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation for version 2. diff --git a/pandora_console/operation/snmpconsole/snmp_view.php b/pandora_console/operation/snmpconsole/snmp_view.php index 63601a4b7b..9cdd3ca6cd 100755 --- a/pandora_console/operation/snmpconsole/snmp_view.php +++ b/pandora_console/operation/snmpconsole/snmp_view.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/operation/tree.php b/pandora_console/operation/tree.php index 239600694a..4484161d48 100755 --- a/pandora_console/operation/tree.php +++ b/pandora_console/operation/tree.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/operation/users/user_edit.php b/pandora_console/operation/users/user_edit.php index dec3713226..cf43c4a559 100644 --- a/pandora_console/operation/users/user_edit.php +++ b/pandora_console/operation/users/user_edit.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/operation/users/user_edit_header.php b/pandora_console/operation/users/user_edit_header.php index 9e74f0dbdd..49690779b6 100644 --- a/pandora_console/operation/users/user_edit_header.php +++ b/pandora_console/operation/users/user_edit_header.php @@ -16,7 +16,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/operation/users/user_edit_notifications.php b/pandora_console/operation/users/user_edit_notifications.php index d0c24c9a53..30f8134301 100644 --- a/pandora_console/operation/users/user_edit_notifications.php +++ b/pandora_console/operation/users/user_edit_notifications.php @@ -16,7 +16,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/operation/visual_console/legacy_public_view.php b/pandora_console/operation/visual_console/legacy_public_view.php index c60bdba9ac..1fb60883a3 100644 --- a/pandora_console/operation/visual_console/legacy_public_view.php +++ b/pandora_console/operation/visual_console/legacy_public_view.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 20012 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation for version 2. diff --git a/pandora_console/operation/visual_console/legacy_view.php b/pandora_console/operation/visual_console/legacy_view.php index 66a87665d1..7b84fe73ea 100644 --- a/pandora_console/operation/visual_console/legacy_view.php +++ b/pandora_console/operation/visual_console/legacy_view.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation for version 2. diff --git a/pandora_console/operation/visual_console/public_console.php b/pandora_console/operation/visual_console/public_console.php index cb87531398..12526705f9 100755 --- a/pandora_console/operation/visual_console/public_console.php +++ b/pandora_console/operation/visual_console/public_console.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 20012 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation for version 2. diff --git a/pandora_console/operation/visual_console/public_view.php b/pandora_console/operation/visual_console/public_view.php index ca5cfeab0f..91a967c88e 100644 --- a/pandora_console/operation/visual_console/public_view.php +++ b/pandora_console/operation/visual_console/public_view.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation; version 2 diff --git a/pandora_console/operation/visual_console/render_view.php b/pandora_console/operation/visual_console/render_view.php index 4cf7cf1b06..1c5566b4bc 100755 --- a/pandora_console/operation/visual_console/render_view.php +++ b/pandora_console/operation/visual_console/render_view.php @@ -3,7 +3,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== // Copyright (c) 2005-2023 Pandora FMS -// Please see http://pandorafms.org for full contribution list +// Please see http://pandorafms.com/community/ for full contribution list // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation for version 2. diff --git a/pandora_console/operation/visual_console/view.php b/pandora_console/operation/visual_console/view.php index 1b8292841a..2f6623c411 100644 --- a/pandora_console/operation/visual_console/view.php +++ b/pandora_console/operation/visual_console/view.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/tools/diagnostics.php b/pandora_console/tools/diagnostics.php index 38a9737f86..47543626f8 100644 --- a/pandora_console/tools/diagnostics.php +++ b/pandora_console/tools/diagnostics.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/update_manager_client/api.php b/pandora_console/update_manager_client/api.php index 5c21d28de7..76076fe1a4 100644 --- a/pandora_console/update_manager_client/api.php +++ b/pandora_console/update_manager_client/api.php @@ -20,7 +20,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/update_manager_client/lib/UpdateManager/API/Server.php b/pandora_console/update_manager_client/lib/UpdateManager/API/Server.php index 4c348c7803..72fa9ce51c 100644 --- a/pandora_console/update_manager_client/lib/UpdateManager/API/Server.php +++ b/pandora_console/update_manager_client/lib/UpdateManager/API/Server.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/update_manager_client/lib/UpdateManager/Client.php b/pandora_console/update_manager_client/lib/UpdateManager/Client.php index 528298b914..731b4bd6f2 100644 --- a/pandora_console/update_manager_client/lib/UpdateManager/Client.php +++ b/pandora_console/update_manager_client/lib/UpdateManager/Client.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/update_manager_client/lib/UpdateManager/UI/Manager.php b/pandora_console/update_manager_client/lib/UpdateManager/UI/Manager.php index 36800aea56..eead2d0b08 100644 --- a/pandora_console/update_manager_client/lib/UpdateManager/UI/Manager.php +++ b/pandora_console/update_manager_client/lib/UpdateManager/UI/Manager.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/update_manager_client/lib/UpdateManager/UI/View.php b/pandora_console/update_manager_client/lib/UpdateManager/UI/View.php index 0d9c79daa2..ae59193a8a 100644 --- a/pandora_console/update_manager_client/lib/UpdateManager/UI/View.php +++ b/pandora_console/update_manager_client/lib/UpdateManager/UI/View.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/update_manager_client/views/offline.php b/pandora_console/update_manager_client/views/offline.php index 059d9429d2..629ad74bdf 100644 --- a/pandora_console/update_manager_client/views/offline.php +++ b/pandora_console/update_manager_client/views/offline.php @@ -17,7 +17,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/update_manager_client/views/online.php b/pandora_console/update_manager_client/views/online.php index 7d991eeded..04a47cde47 100644 --- a/pandora_console/update_manager_client/views/online.php +++ b/pandora_console/update_manager_client/views/online.php @@ -17,7 +17,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/update_manager_client/views/register.php b/pandora_console/update_manager_client/views/register.php index 9d34726c55..00dfb6f4d3 100644 --- a/pandora_console/update_manager_client/views/register.php +++ b/pandora_console/update_manager_client/views/register.php @@ -17,7 +17,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/views/calendar/edit.php b/pandora_console/views/calendar/edit.php index eb12f120ef..983a8d5cea 100644 --- a/pandora_console/views/calendar/edit.php +++ b/pandora_console/views/calendar/edit.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/views/calendar/list.php b/pandora_console/views/calendar/list.php index 23e8019905..3411c31a8e 100644 --- a/pandora_console/views/calendar/list.php +++ b/pandora_console/views/calendar/list.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/views/calendar/special_days.php b/pandora_console/views/calendar/special_days.php index 0f4f4ea004..56dc2cada0 100644 --- a/pandora_console/views/calendar/special_days.php +++ b/pandora_console/views/calendar/special_days.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/views/calendar/special_days_edit.php b/pandora_console/views/calendar/special_days_edit.php index dbcfca7025..9e41374384 100644 --- a/pandora_console/views/calendar/special_days_edit.php +++ b/pandora_console/views/calendar/special_days_edit.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/views/cluster/edit.php b/pandora_console/views/cluster/edit.php index d6f424ca7e..c2d892ce33 100644 --- a/pandora_console/views/cluster/edit.php +++ b/pandora_console/views/cluster/edit.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/views/cluster/list.php b/pandora_console/views/cluster/list.php index 03ec4ba5a7..bd7e509876 100644 --- a/pandora_console/views/cluster/list.php +++ b/pandora_console/views/cluster/list.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/views/cluster/view.php b/pandora_console/views/cluster/view.php index c4e4035235..b98a7fcba6 100644 --- a/pandora_console/views/cluster/view.php +++ b/pandora_console/views/cluster/view.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/views/consoles/list.php b/pandora_console/views/consoles/list.php index 7ed8c92d18..a501cb7989 100644 --- a/pandora_console/views/consoles/list.php +++ b/pandora_console/views/consoles/list.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/views/dashboard/cell.php b/pandora_console/views/dashboard/cell.php index d9ffba349e..1a2fcb7b2f 100644 --- a/pandora_console/views/dashboard/cell.php +++ b/pandora_console/views/dashboard/cell.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/views/dashboard/configurationWidgets.php b/pandora_console/views/dashboard/configurationWidgets.php index 9e87ddbed1..cd0a268cdf 100644 --- a/pandora_console/views/dashboard/configurationWidgets.php +++ b/pandora_console/views/dashboard/configurationWidgets.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/views/dashboard/formDashboard.php b/pandora_console/views/dashboard/formDashboard.php index 925e36a4ac..05c6beb952 100644 --- a/pandora_console/views/dashboard/formDashboard.php +++ b/pandora_console/views/dashboard/formDashboard.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/views/dashboard/formSlides.php b/pandora_console/views/dashboard/formSlides.php index 797f4ad7a9..b3692877ca 100644 --- a/pandora_console/views/dashboard/formSlides.php +++ b/pandora_console/views/dashboard/formSlides.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/views/dashboard/header.php b/pandora_console/views/dashboard/header.php index b774cbd59b..7cd25f11f1 100644 --- a/pandora_console/views/dashboard/header.php +++ b/pandora_console/views/dashboard/header.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/views/dashboard/jsLayout.php b/pandora_console/views/dashboard/jsLayout.php index 900ceea53f..b43d6d0162 100644 --- a/pandora_console/views/dashboard/jsLayout.php +++ b/pandora_console/views/dashboard/jsLayout.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/views/dashboard/layout.php b/pandora_console/views/dashboard/layout.php index dfc479b893..c1957169e0 100644 --- a/pandora_console/views/dashboard/layout.php +++ b/pandora_console/views/dashboard/layout.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/views/dashboard/list.php b/pandora_console/views/dashboard/list.php index d87bd79508..70d1146077 100644 --- a/pandora_console/views/dashboard/list.php +++ b/pandora_console/views/dashboard/list.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/views/dashboard/listWidgets.php b/pandora_console/views/dashboard/listWidgets.php index 0f4c9473e7..a018645d9e 100644 --- a/pandora_console/views/dashboard/listWidgets.php +++ b/pandora_console/views/dashboard/listWidgets.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/views/dashboard/slides.php b/pandora_console/views/dashboard/slides.php index c85ea85aed..088a88b0e2 100644 --- a/pandora_console/views/dashboard/slides.php +++ b/pandora_console/views/dashboard/slides.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/views/dashboard/slidesWidget.php b/pandora_console/views/dashboard/slidesWidget.php index 7c671d50b9..697b177e09 100644 --- a/pandora_console/views/dashboard/slidesWidget.php +++ b/pandora_console/views/dashboard/slidesWidget.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/views/dashboard/tipsWindow.php b/pandora_console/views/dashboard/tipsWindow.php index 2efc70bec3..ccaf29fd04 100644 --- a/pandora_console/views/dashboard/tipsWindow.php +++ b/pandora_console/views/dashboard/tipsWindow.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/views/dashboard/widget.php b/pandora_console/views/dashboard/widget.php index 3d6b5cf4a0..8b6b003e2b 100644 --- a/pandora_console/views/dashboard/widget.php +++ b/pandora_console/views/dashboard/widget.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/ws.php b/pandora_console/ws.php index 7f5aabeb43..9c5cbcf451 100644 --- a/pandora_console/ws.php +++ b/pandora_console/ws.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.org for full contribution list + * Please see http://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_plugins/intel_dcm/extensions/intel_dcm/intel_dcm_lib.php b/pandora_plugins/intel_dcm/extensions/intel_dcm/intel_dcm_lib.php index b2e9add16b..a0f43733bc 100644 --- a/pandora_plugins/intel_dcm/extensions/intel_dcm/intel_dcm_lib.php +++ b/pandora_plugins/intel_dcm/extensions/intel_dcm/intel_dcm_lib.php @@ -5,7 +5,7 @@ // |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| // // ============================================================================ -// Copyright (c) 2007-2023 Pandora FMS, http://www.artica.es +// Copyright (c) 2007-2023 Pandora FMS, http://www.pandorafms.com // This code is NOT free software. This code is NOT licenced under GPL2 licence // You cannnot redistribute it without written permission of copyright holder. // ============================================================================ diff --git a/pandora_plugins/intel_dcm/extensions/intel_dcm_agent_management.php b/pandora_plugins/intel_dcm/extensions/intel_dcm_agent_management.php index 92936ab903..8c179876e4 100644 --- a/pandora_plugins/intel_dcm/extensions/intel_dcm_agent_management.php +++ b/pandora_plugins/intel_dcm/extensions/intel_dcm_agent_management.php @@ -5,7 +5,7 @@ // |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| // // ============================================================================ -// Copyright (c) 2007-2023 Pandora FMS, http://www.artica.es +// Copyright (c) 2007-2023 Pandora FMS, http://www.pandorafms.com // This code is NOT free software. This code is NOT licenced under GPL2 licence // You cannnot redistribute it without written permission of copyright holder. // ============================================================================ diff --git a/pandora_plugins/intel_dcm/extensions/intel_dcm_agent_view.php b/pandora_plugins/intel_dcm/extensions/intel_dcm_agent_view.php index 057f149561..64386d00ae 100644 --- a/pandora_plugins/intel_dcm/extensions/intel_dcm_agent_view.php +++ b/pandora_plugins/intel_dcm/extensions/intel_dcm_agent_view.php @@ -5,7 +5,7 @@ // |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| // // ============================================================================ -// Copyright (c) 2007-2023 Pandora FMS, http://www.artica.es +// Copyright (c) 2007-2023 Pandora FMS, http://www.pandorafms.com // This code is NOT free software. This code is NOT licenced under GPL2 licence // You cannnot redistribute it without written permission of copyright holder. // ============================================================================ diff --git a/pandora_plugins/intel_dcm/extensions/intel_dcm_setup.php b/pandora_plugins/intel_dcm/extensions/intel_dcm_setup.php index cc449a7501..d54b38a24d 100644 --- a/pandora_plugins/intel_dcm/extensions/intel_dcm_setup.php +++ b/pandora_plugins/intel_dcm/extensions/intel_dcm_setup.php @@ -5,7 +5,7 @@ // |___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______| // // ============================================================================ -// Copyright (c) 2007-2023 Pandora FMS, http://www.artica.es +// Copyright (c) 2007-2023 Pandora FMS, http://www.pandorafms.com // This code is NOT free software. This code is NOT licenced under GPL2 licence // You cannnot redistribute it without written permission of copyright holder. // ============================================================================ From db62a91cb64b1ea39a7b3bae8ffb2a9ffddccaa9 Mon Sep 17 00:00:00 2001 From: miguel angel rasteu Date: Thu, 8 Jun 2023 13:19:01 +0200 Subject: [PATCH 14/69] #11476 Fix https url --- pandora_console/ajax.php | 2 +- pandora_console/extensions/agents_alerts.php | 2 +- pandora_console/extensions/agents_modules.php | 2 +- pandora_console/extensions/api_checker.php | 2 +- pandora_console/extensions/db_status.php | 4 ++-- pandora_console/extensions/dbmanager.php | 4 ++-- pandora_console/extensions/disabled/matrix_events.php | 4 ++-- pandora_console/extensions/extension_uploader.php | 4 ++-- pandora_console/extensions/files_repo.php | 4 ++-- pandora_console/extensions/files_repo/files_repo_form.php | 4 ++-- .../extensions/files_repo/files_repo_get_file.php | 4 ++-- pandora_console/extensions/files_repo/files_repo_list.php | 4 ++-- .../extensions/files_repo/functions_files_repo.php | 4 ++-- pandora_console/extensions/insert_data.php | 2 +- pandora_console/extensions/matrix_events/ajax.php | 4 ++-- pandora_console/extensions/module_groups.php | 2 +- pandora_console/extensions/pandora_logs.php | 4 ++-- pandora_console/extensions/quick_shell.php | 2 +- pandora_console/extensions/realtime_graphs.php | 2 +- pandora_console/extensions/realtime_graphs/ajax.php | 4 ++-- pandora_console/extensions/resource_exportation.php | 2 +- pandora_console/extensions/resource_registration.php | 2 +- pandora_console/extensions/users_connected.php | 2 +- pandora_console/general/alert_enterprise.php | 4 ++-- pandora_console/general/error_screen.php | 4 ++-- pandora_console/general/first_task/cluster_builder.php | 4 ++-- pandora_console/general/first_task/collections.php | 4 ++-- pandora_console/general/first_task/custom_fields.php | 2 +- pandora_console/general/first_task/custom_graphs.php | 4 ++-- pandora_console/general/first_task/fields_manager.php | 4 ++-- pandora_console/general/first_task/incidents.php | 4 ++-- pandora_console/general/first_task/map_builder.php | 2 +- pandora_console/general/first_task/network_map.php | 4 ++-- pandora_console/general/first_task/planned_downtime.php | 2 +- pandora_console/general/first_task/recon_view.php | 4 ++-- pandora_console/general/first_task/service_list.php | 2 +- pandora_console/general/first_task/snmp_filters.php | 4 ++-- pandora_console/general/first_task/tags.php | 4 ++-- pandora_console/general/footer.php | 4 ++-- pandora_console/general/header.php | 4 ++-- pandora_console/general/help_feedback.php | 2 +- pandora_console/general/last_message.php | 4 ++-- pandora_console/general/links_menu.php | 4 ++-- pandora_console/general/login_help_dialog.php | 8 ++++---- pandora_console/general/login_page.php | 4 ++-- pandora_console/general/logoff.php | 4 ++-- pandora_console/general/logon_failed.php | 4 ++-- pandora_console/general/logon_ok.php | 2 +- pandora_console/general/main_menu.php | 2 +- pandora_console/general/maintenance.php | 2 +- pandora_console/general/news_dialog.php | 4 ++-- pandora_console/general/noaccess2.php | 4 ++-- pandora_console/general/node_deactivated.php | 2 +- pandora_console/general/pandora_help.php | 4 ++-- pandora_console/general/php_message.php | 4 ++-- pandora_console/general/register.php | 2 +- pandora_console/general/reporting_console_node.php | 2 +- pandora_console/general/sap_view.php | 2 +- pandora_console/general/ui/agents_list.php | 4 ++-- pandora_console/godmode/agentes/agent_conf_gis.php | 4 ++-- pandora_console/godmode/agentes/agent_deploy.php | 2 +- .../godmode/agentes/agent_disk_conf_editor.php | 2 +- pandora_console/godmode/agentes/agent_incidents.php | 4 ++-- pandora_console/godmode/agentes/agent_manager.php | 2 +- pandora_console/godmode/agentes/agent_template.php | 2 +- pandora_console/godmode/agentes/agent_wizard.php | 2 +- pandora_console/godmode/agentes/configurar_agente.php | 2 +- pandora_console/godmode/agentes/configure_field.php | 2 +- pandora_console/godmode/agentes/fields_manager.php | 2 +- pandora_console/godmode/agentes/modificar_agente.php | 2 +- pandora_console/godmode/agentes/module_manager.php | 2 +- pandora_console/godmode/agentes/module_manager_editor.php | 2 +- .../godmode/agentes/module_manager_editor_common.php | 2 +- .../godmode/agentes/module_manager_editor_data.php | 4 ++-- .../godmode/agentes/module_manager_editor_network.php | 2 +- .../godmode/agentes/module_manager_editor_plugin.php | 4 ++-- .../godmode/agentes/module_manager_editor_prediction.php | 2 +- .../godmode/agentes/module_manager_editor_web.php | 2 +- .../godmode/agentes/module_manager_editor_wmi.php | 4 ++-- .../godmode/agentes/pandora_networkmap_empty.editor.php | 2 +- .../godmode/agentes/planned_downtime.editor.php | 2 +- .../godmode/agentes/planned_downtime.export_csv.php | 4 ++-- pandora_console/godmode/agentes/planned_downtime.list.php | 2 +- .../godmode/agentes/status_monitor_custom_fields.php | 4 ++-- pandora_console/godmode/alerts/alert_actions.php | 2 +- pandora_console/godmode/alerts/alert_commands.php | 4 ++-- pandora_console/godmode/alerts/alert_list.builder.php | 4 ++-- pandora_console/godmode/alerts/alert_list.php | 4 ++-- pandora_console/godmode/alerts/alert_special_days.php | 2 +- pandora_console/godmode/alerts/alert_templates.php | 4 ++-- pandora_console/godmode/alerts/alert_view.php | 2 +- pandora_console/godmode/alerts/configure_alert_action.php | 4 ++-- .../godmode/alerts/configure_alert_command.php | 2 +- .../godmode/alerts/configure_alert_template.php | 2 +- pandora_console/godmode/audit_log.php | 2 +- pandora_console/godmode/category/category.php | 2 +- pandora_console/godmode/category/edit_category.php | 2 +- pandora_console/godmode/consoles/consoles.php | 2 +- pandora_console/godmode/db/db_main.php | 4 ++-- pandora_console/godmode/events/configuration_sounds.php | 2 +- pandora_console/godmode/events/custom_events.php | 4 ++-- pandora_console/godmode/events/event_edit_filter.php | 4 ++-- pandora_console/godmode/events/event_filter.php | 4 ++-- pandora_console/godmode/events/event_responses.editor.php | 2 +- pandora_console/godmode/events/event_responses.list.php | 2 +- pandora_console/godmode/events/event_responses.php | 2 +- pandora_console/godmode/events/events.php | 2 +- pandora_console/godmode/extensions.php | 4 ++-- pandora_console/godmode/gis_maps/configure_gis_map.php | 4 ++-- pandora_console/godmode/groups/configure_group.php | 2 +- pandora_console/godmode/groups/configure_modu_group.php | 4 ++-- pandora_console/godmode/groups/credential_store.php | 2 +- pandora_console/godmode/groups/group_list.php | 2 +- pandora_console/godmode/groups/modu_group_list.php | 2 +- pandora_console/godmode/groups/tactical.php | 2 +- .../godmode/massive/massive_add_action_alerts.php | 2 +- pandora_console/godmode/massive/massive_add_alerts.php | 2 +- pandora_console/godmode/massive/massive_add_profiles.php | 2 +- pandora_console/godmode/massive/massive_copy_modules.php | 2 +- .../godmode/massive/massive_delete_action_alerts.php | 2 +- pandora_console/godmode/massive/massive_delete_agents.php | 2 +- pandora_console/godmode/massive/massive_delete_alerts.php | 2 +- .../godmode/massive/massive_delete_modules.php | 2 +- .../godmode/massive/massive_delete_profiles.php | 2 +- pandora_console/godmode/massive/massive_edit_agents.php | 2 +- pandora_console/godmode/massive/massive_edit_modules.php | 2 +- pandora_console/godmode/massive/massive_edit_plugins.php | 2 +- pandora_console/godmode/massive/massive_edit_users.php | 2 +- .../godmode/massive/massive_enable_disable_alerts.php | 2 +- pandora_console/godmode/massive/massive_operations.php | 2 +- .../godmode/massive/massive_standby_alerts.php | 2 +- pandora_console/godmode/menu.php | 2 +- .../godmode/module_library/module_library_view.php | 2 +- .../godmode/modules/configuration_wizard_setup.php | 4 ++-- .../godmode/modules/manage_module_templates.php | 2 +- pandora_console/godmode/modules/manage_nc_groups.php | 2 +- pandora_console/godmode/modules/manage_nc_groups_form.php | 2 +- .../godmode/modules/manage_network_components.php | 2 +- .../godmode/modules/manage_network_components_form.php | 2 +- .../modules/manage_network_components_form_common.php | 4 ++-- .../modules/manage_network_components_form_network.php | 2 +- .../modules/manage_network_components_form_plugin.php | 2 +- .../modules/manage_network_components_form_wizard.php | 4 ++-- .../modules/manage_network_components_form_wmi.php | 4 ++-- .../godmode/modules/manage_network_templates.php | 4 ++-- .../godmode/modules/manage_network_templates_form.php | 4 ++-- pandora_console/godmode/modules/module_list.php | 2 +- .../godmode/modules/private_enterprise_numbers.php | 2 +- pandora_console/godmode/netflow/nf_edit.php | 2 +- pandora_console/godmode/netflow/nf_edit_form.php | 6 +++--- pandora_console/godmode/netflow/nf_item_list.php | 4 ++-- pandora_console/godmode/reporting/create_container.php | 4 ++-- .../godmode/reporting/graph_builder.graph_editor.php | 4 ++-- pandora_console/godmode/reporting/graph_builder.main.php | 2 +- pandora_console/godmode/reporting/graph_builder.php | 2 +- pandora_console/godmode/reporting/graph_container.php | 2 +- pandora_console/godmode/reporting/graphs.php | 2 +- pandora_console/godmode/reporting/map_builder.php | 2 +- .../godmode/reporting/reporting_builder.item_editor.php | 2 +- .../godmode/reporting/reporting_builder.list_items.php | 2 +- pandora_console/godmode/reporting/reporting_builder.php | 2 +- .../godmode/reporting/visual_console_builder.data.php | 2 +- .../godmode/reporting/visual_console_builder.editor.php | 2 +- .../godmode/reporting/visual_console_builder.elements.php | 2 +- .../godmode/reporting/visual_console_builder.php | 2 +- .../godmode/reporting/visual_console_builder.wizard.php | 2 +- .../godmode/reporting/visual_console_favorite.php | 2 +- pandora_console/godmode/servers/manage_recontask.php | 2 +- pandora_console/godmode/servers/manage_recontask_form.php | 2 +- pandora_console/godmode/servers/modificar_server.php | 2 +- pandora_console/godmode/servers/plugin.php | 2 +- pandora_console/godmode/servers/plugin_registration.php | 2 +- pandora_console/godmode/servers/recon_script.php | 2 +- pandora_console/godmode/servers/servers.build_table.php | 2 +- pandora_console/godmode/setup/file_manager.php | 2 +- pandora_console/godmode/setup/gis.php | 2 +- pandora_console/godmode/setup/gis_step_2.php | 2 +- pandora_console/godmode/setup/license.php | 2 +- pandora_console/godmode/setup/links.php | 4 ++-- pandora_console/godmode/setup/news.php | 4 ++-- pandora_console/godmode/setup/os.builder.php | 2 +- pandora_console/godmode/setup/os.list.php | 2 +- pandora_console/godmode/setup/os.php | 2 +- pandora_console/godmode/setup/performance.php | 2 +- pandora_console/godmode/setup/setup.php | 2 +- pandora_console/godmode/setup/setup_ehorus.php | 2 +- pandora_console/godmode/setup/setup_external_tools.php | 2 +- pandora_console/godmode/setup/setup_general.php | 2 +- pandora_console/godmode/setup/setup_integria.php | 2 +- pandora_console/godmode/setup/setup_netflow.php | 2 +- pandora_console/godmode/setup/setup_notifications.php | 2 +- pandora_console/godmode/setup/setup_sflow.php | 2 +- pandora_console/godmode/setup/setup_visuals.php | 2 +- pandora_console/godmode/setup/setup_websocket_engine.php | 2 +- pandora_console/godmode/setup/snmp_wizard.php | 4 ++-- pandora_console/godmode/setup/welcome_tips.php | 2 +- pandora_console/godmode/snmpconsole/snmp_alert.php | 2 +- pandora_console/godmode/snmpconsole/snmp_filters.php | 4 ++-- .../godmode/snmpconsole/snmp_trap_generator.php | 4 ++-- pandora_console/godmode/tag/edit_tag.php | 4 ++-- pandora_console/godmode/tag/tag.php | 2 +- pandora_console/godmode/um_client/api.php | 2 +- pandora_console/godmode/um_client/index.php | 2 +- .../godmode/update_manager/update_manager.history.php | 2 +- pandora_console/godmode/update_manager/update_manager.php | 2 +- .../godmode/update_manager/update_manager.setup.php | 2 +- pandora_console/godmode/users/configure_profile.php | 4 ++-- pandora_console/godmode/users/configure_user.php | 2 +- pandora_console/godmode/users/profile_list.php | 2 +- pandora_console/godmode/users/user_list.php | 2 +- pandora_console/godmode/users/user_management.php | 2 +- .../godmode/wizards/DiscoveryTaskList.class.php | 2 +- pandora_console/godmode/wizards/HostDevices.class.php | 2 +- pandora_console/godmode/wizards/Wizard.main.php | 2 +- pandora_console/include/Image/image_functions.php | 4 ++-- pandora_console/include/ajax/agent.php | 4 ++-- pandora_console/include/ajax/audit_log.php | 2 +- pandora_console/include/ajax/custom_fields.php | 2 +- pandora_console/include/ajax/double_auth.ajax.php | 2 +- pandora_console/include/ajax/events.php | 2 +- pandora_console/include/ajax/events_extended.php | 2 +- pandora_console/include/ajax/fav_menu.ajax.php | 2 +- pandora_console/include/ajax/graph.ajax.php | 4 ++-- pandora_console/include/ajax/group.php | 2 +- pandora_console/include/ajax/heatmap.ajax.php | 2 +- pandora_console/include/ajax/integria_incidents.ajax.php | 2 +- pandora_console/include/ajax/menu.ajax.php | 4 ++-- pandora_console/include/ajax/module.php | 2 +- pandora_console/include/ajax/order_interpreter.php | 2 +- pandora_console/include/ajax/planned_downtime.ajax.php | 4 ++-- pandora_console/include/ajax/profile.php | 4 ++-- pandora_console/include/ajax/reporting.ajax.php | 4 ++-- pandora_console/include/ajax/skins.ajax.php | 4 ++-- pandora_console/include/ajax/snmp.ajax.php | 4 ++-- pandora_console/include/ajax/snmp_browser.ajax.php | 4 ++-- pandora_console/include/ajax/task_list.ajax.php | 2 +- pandora_console/include/ajax/tips_window.ajax.php | 2 +- pandora_console/include/ajax/tree.ajax.php | 2 +- pandora_console/include/ajax/update_manager.php | 2 +- pandora_console/include/ajax/visual_console.ajax.php | 4 ++-- .../include/ajax/visual_console_builder.ajax.php | 4 ++-- pandora_console/include/ajax/web_server_module_debug.php | 2 +- pandora_console/include/ajax/welcome_window.php | 2 +- pandora_console/include/api.php | 2 +- pandora_console/include/auth/ldap.php | 4 ++-- pandora_console/include/auth/mysql.php | 2 +- pandora_console/include/chart_generator.php | 2 +- pandora_console/include/class/AgentDeployWizard.class.php | 2 +- pandora_console/include/class/AgentWizard.class.php | 2 +- pandora_console/include/class/AgentsAlerts.class.php | 2 +- pandora_console/include/class/AuditLog.class.php | 2 +- pandora_console/include/class/CalendarManager.class.php | 2 +- pandora_console/include/class/ConfigPEN.class.php | 2 +- pandora_console/include/class/ConsoleSupervisor.php | 2 +- pandora_console/include/class/CredentialStore.class.php | 2 +- pandora_console/include/class/CustomNetScan.class.php | 2 +- pandora_console/include/class/Diagnostics.class.php | 2 +- pandora_console/include/class/EventSound.class.php | 2 +- pandora_console/include/class/ExternalTools.class.php | 2 +- pandora_console/include/class/HTML.class.php | 2 +- pandora_console/include/class/Heatmap.class.php | 2 +- pandora_console/include/class/HelpFeedBack.class.php | 2 +- .../include/class/ManageNetScanScripts.class.php | 2 +- pandora_console/include/class/ModuleTemplates.class.php | 2 +- pandora_console/include/class/NetworkMap.class.php | 2 +- pandora_console/include/class/OrderInterpreter.class.php | 2 +- pandora_console/include/class/SatelliteAgent.class.php | 2 +- .../include/class/SatelliteCollection.class.php | 2 +- pandora_console/include/class/SnmpConsole.class.php | 2 +- pandora_console/include/class/TipsWindow.class.php | 2 +- pandora_console/include/class/Tree.class.php | 2 +- pandora_console/include/class/TreeGroup.class.php | 2 +- pandora_console/include/class/TreeGroupEdition.class.php | 2 +- pandora_console/include/class/TreeModule.class.php | 4 ++-- pandora_console/include/class/TreeModuleGroup.class.php | 4 ++-- pandora_console/include/class/TreeOS.class.php | 4 ++-- pandora_console/include/class/TreeService.class.php | 2 +- pandora_console/include/class/TreeTag.class.php | 4 ++-- .../include/class/WebServerModuleDebug.class.php | 2 +- pandora_console/include/class/WelcomeWindow.class.php | 2 +- pandora_console/include/config.inc.php | 2 +- pandora_console/include/config_process.php | 4 ++-- pandora_console/include/connection_check.php | 4 ++-- pandora_console/include/constants.php | 2 +- pandora_console/include/db/mysql.php | 4 ++-- pandora_console/include/db/oracle.php | 4 ++-- pandora_console/include/db/postgresql.php | 4 ++-- pandora_console/include/functions.php | 4 ++-- pandora_console/include/functions_agents.php | 2 +- pandora_console/include/functions_alerts.php | 4 ++-- pandora_console/include/functions_api.php | 2 +- pandora_console/include/functions_categories.php | 4 ++-- pandora_console/include/functions_clippy.php | 4 ++-- pandora_console/include/functions_component_groups.php | 4 ++-- pandora_console/include/functions_config.php | 2 +- pandora_console/include/functions_container.php | 4 ++-- pandora_console/include/functions_credential_store.php | 2 +- pandora_console/include/functions_cron.php | 2 +- pandora_console/include/functions_custom_fields.php | 2 +- pandora_console/include/functions_custom_graphs.php | 4 ++-- pandora_console/include/functions_db.php | 4 ++-- pandora_console/include/functions_event_responses.php | 4 ++-- pandora_console/include/functions_events.php | 2 +- pandora_console/include/functions_exportserver.php | 4 ++-- pandora_console/include/functions_extensions.php | 4 ++-- pandora_console/include/functions_filemanager.php | 2 +- pandora_console/include/functions_forecast.php | 4 ++-- pandora_console/include/functions_gis.php | 4 ++-- pandora_console/include/functions_graph.php | 2 +- pandora_console/include/functions_groups.php | 4 ++-- pandora_console/include/functions_groupview.php | 4 ++-- pandora_console/include/functions_html.php | 4 ++-- pandora_console/include/functions_incidents.php | 4 ++-- pandora_console/include/functions_integriaims.php | 4 ++-- pandora_console/include/functions_inventory.php | 2 +- pandora_console/include/functions_io.php | 4 ++-- pandora_console/include/functions_maps.php | 4 ++-- pandora_console/include/functions_massive_operations.php | 2 +- pandora_console/include/functions_menu.php | 2 +- pandora_console/include/functions_messages.php | 2 +- pandora_console/include/functions_migration.php | 4 ++-- pandora_console/include/functions_modules.php | 2 +- pandora_console/include/functions_netflow.php | 4 ++-- pandora_console/include/functions_network.php | 4 ++-- pandora_console/include/functions_network_components.php | 4 ++-- pandora_console/include/functions_network_profiles.php | 4 ++-- pandora_console/include/functions_networkmap.php | 2 +- pandora_console/include/functions_networkmaps.php | 2 +- pandora_console/include/functions_notifications.php | 2 +- pandora_console/include/functions_os.php | 4 ++-- pandora_console/include/functions_pandora_networkmap.php | 2 +- pandora_console/include/functions_planned_downtimes.php | 4 ++-- pandora_console/include/functions_plugins.php | 2 +- pandora_console/include/functions_post_process.php | 4 ++-- pandora_console/include/functions_profile.php | 4 ++-- pandora_console/include/functions_register.php | 2 +- pandora_console/include/functions_reporting.php | 2 +- pandora_console/include/functions_reporting_html.php | 2 +- pandora_console/include/functions_reporting_xml.php | 4 ++-- pandora_console/include/functions_reports.php | 4 ++-- pandora_console/include/functions_servers.php | 2 +- pandora_console/include/functions_snmp.php | 4 ++-- pandora_console/include/functions_snmp_browser.php | 2 +- pandora_console/include/functions_tactical.php | 2 +- pandora_console/include/functions_tags.php | 4 ++-- pandora_console/include/functions_themes.php | 4 ++-- pandora_console/include/functions_treeview.php | 4 ++-- pandora_console/include/functions_ui.php | 2 +- pandora_console/include/functions_ui_renders.php | 4 ++-- pandora_console/include/functions_update_manager.php | 2 +- pandora_console/include/functions_users.php | 4 ++-- pandora_console/include/functions_visual_map.php | 4 ++-- pandora_console/include/functions_visual_map_editor.php | 4 ++-- pandora_console/include/functions_wmi.php | 4 ++-- pandora_console/include/get_file.php | 2 +- pandora_console/include/graphs/export_data.php | 2 +- pandora_console/include/graphs/functions_d3.php | 4 ++-- .../include/help/clippy/agent_out_of_limits.php | 4 ++-- .../include/help/clippy/data_configuration_module.php | 4 ++-- .../include/help/clippy/extension_cron_send_email.php | 4 ++-- .../help/clippy/godmode_agentes_configurar_agente.php | 4 ++-- .../help/clippy/godmode_agentes_modificar_agente.php | 4 ++-- .../include/help/clippy/godmode_alerts_alert_actions.php | 4 ++-- .../help/clippy/godmode_alerts_configure_alert_action.php | 4 ++-- pandora_console/include/help/clippy/homepage.php | 4 ++-- .../include/help/clippy/interval_agent_min.php | 4 ++-- pandora_console/include/help/clippy/module_unknow.php | 4 ++-- pandora_console/include/help/clippy/modules_not_init.php | 4 ++-- .../include/help/clippy/modules_not_learning_mode.php | 2 +- .../help/clippy/operation_agentes_status_monitor.php | 4 ++-- .../include/help/clippy/operation_agentes_ver_agente.php | 4 ++-- .../include/help/clippy/server_queued_modules.php | 4 ++-- pandora_console/include/help/clippy/servers_down.php | 4 ++-- pandora_console/include/help/clippy/topology_group.php | 4 ++-- pandora_console/include/include_graph_dependencies.php | 4 ++-- pandora_console/include/lib/Agent.php | 2 +- pandora_console/include/lib/Calendar.php | 2 +- pandora_console/include/lib/Cluster.php | 2 +- pandora_console/include/lib/ClusterModule.php | 2 +- .../include/lib/ClusterViewer/ClusterManager.php | 2 +- .../include/lib/ClusterViewer/ClusterWizard.php | 2 +- pandora_console/include/lib/Console.php | 2 +- pandora_console/include/lib/Core/Config.php | 2 +- pandora_console/include/lib/Core/DBMaintainer.php | 2 +- .../include/lib/Dashboard/Widgets/AvgSumMaxMinModule.php | 2 +- .../include/lib/Dashboard/Widgets/BasicChart.php | 2 +- .../include/lib/Dashboard/Widgets/BlockHistogram.php | 2 +- .../include/lib/Dashboard/Widgets/ColorModuleTabs.php | 2 +- .../include/lib/Dashboard/Widgets/DataMatrix.php | 2 +- .../include/lib/Dashboard/Widgets/EventCardboard.php | 2 +- .../include/lib/Dashboard/Widgets/GroupedMeterGraphs.php | 2 +- .../include/lib/Dashboard/Widgets/ModulesByStatus.php | 2 +- .../include/lib/Dashboard/Widgets/agent_module.php | 2 +- .../include/lib/Dashboard/Widgets/alerts_fired.php | 2 +- pandora_console/include/lib/Dashboard/Widgets/clock.php | 2 +- .../include/lib/Dashboard/Widgets/custom_graph.php | 2 +- .../include/lib/Dashboard/Widgets/events_list.php | 2 +- pandora_console/include/lib/Dashboard/Widgets/example.php | 2 +- .../lib/Dashboard/Widgets/graph_module_histogram.php | 2 +- .../include/lib/Dashboard/Widgets/groups_status.php | 2 +- pandora_console/include/lib/Dashboard/Widgets/heatmap.php | 2 +- .../include/lib/Dashboard/Widgets/maps_made_by_user.php | 2 +- .../include/lib/Dashboard/Widgets/maps_status.php | 2 +- .../include/lib/Dashboard/Widgets/module_icon.php | 2 +- .../include/lib/Dashboard/Widgets/module_status.php | 2 +- .../include/lib/Dashboard/Widgets/module_table_value.php | 2 +- .../include/lib/Dashboard/Widgets/module_value.php | 2 +- .../include/lib/Dashboard/Widgets/monitor_health.php | 2 +- .../include/lib/Dashboard/Widgets/network_map.php | 2 +- .../include/lib/Dashboard/Widgets/os_quick_report.php | 2 +- pandora_console/include/lib/Dashboard/Widgets/post.php | 2 +- pandora_console/include/lib/Dashboard/Widgets/reports.php | 2 +- .../include/lib/Dashboard/Widgets/service_map.php | 2 +- .../include/lib/Dashboard/Widgets/service_view.php | 2 +- .../include/lib/Dashboard/Widgets/single_graph.php | 2 +- .../include/lib/Dashboard/Widgets/sla_percent.php | 2 +- .../include/lib/Dashboard/Widgets/system_group_status.php | 2 +- .../include/lib/Dashboard/Widgets/tactical.php | 2 +- pandora_console/include/lib/Dashboard/Widgets/top_n.php | 2 +- .../lib/Dashboard/Widgets/top_n_events_by_group.php | 2 +- .../lib/Dashboard/Widgets/top_n_events_by_module.php | 2 +- .../include/lib/Dashboard/Widgets/tree_view.php | 2 +- pandora_console/include/lib/Dashboard/Widgets/url.php | 2 +- .../include/lib/Dashboard/Widgets/wux_transaction.php | 2 +- .../lib/Dashboard/Widgets/wux_transaction_stats.php | 2 +- pandora_console/include/lib/Entity.php | 2 +- pandora_console/include/lib/Event.php | 2 +- pandora_console/include/lib/Group.php | 2 +- pandora_console/include/lib/Module.php | 2 +- pandora_console/include/lib/ModuleStatus.php | 2 +- pandora_console/include/lib/ModuleType.php | 2 +- pandora_console/include/lib/PublicLogin.php | 2 +- pandora_console/include/lib/SpecialDay.php | 2 +- pandora_console/include/lib/Tools/Files.php | 2 +- pandora_console/include/lib/Tools/Strings.php | 2 +- pandora_console/include/lib/User.php | 2 +- pandora_console/include/lib/View.php | 2 +- pandora_console/include/load_session.php | 2 +- pandora_console/include/php_to_js_values.php | 4 ++-- .../include/rest-api/models/VisualConsole/View.php | 2 +- pandora_console/include/websocket_registrations.php | 2 +- pandora_console/index.php | 2 +- pandora_console/install.php | 6 +++--- pandora_console/mobile/include/db.class.php | 4 ++-- pandora_console/mobile/include/functions_web.php | 4 ++-- pandora_console/mobile/include/system.class.php | 4 ++-- pandora_console/mobile/include/ui.class.php | 4 ++-- pandora_console/mobile/include/user.class.php | 4 ++-- pandora_console/mobile/index.php | 4 ++-- pandora_console/mobile/operation/agent.php | 2 +- pandora_console/mobile/operation/agents.php | 2 +- pandora_console/mobile/operation/alerts.php | 2 +- pandora_console/mobile/operation/events.php | 2 +- pandora_console/mobile/operation/groups.php | 4 ++-- pandora_console/mobile/operation/home.php | 4 ++-- pandora_console/mobile/operation/module_data.php | 2 +- pandora_console/mobile/operation/module_graph.php | 4 ++-- pandora_console/mobile/operation/modules.php | 2 +- pandora_console/mobile/operation/server_status.php | 2 +- pandora_console/mobile/operation/services.php | 4 ++-- pandora_console/mobile/operation/tactical.php | 4 ++-- pandora_console/mobile/operation/visualmap.php | 2 +- pandora_console/mobile/operation/visualmaps.php | 2 +- pandora_console/operation/agentes/agent_fields.php | 4 ++-- pandora_console/operation/agentes/agent_inventory.php | 2 +- .../operation/agentes/alerts_status.functions.php | 2 +- pandora_console/operation/agentes/alerts_status.php | 2 +- pandora_console/operation/agentes/custom_fields.php | 4 ++-- pandora_console/operation/agentes/datos_agente.php | 4 ++-- pandora_console/operation/agentes/ehorus.php | 2 +- pandora_console/operation/agentes/ehorus_client.php | 4 ++-- pandora_console/operation/agentes/estado_agente.php | 2 +- .../operation/agentes/estado_generalagente.php | 2 +- pandora_console/operation/agentes/estado_monitores.php | 2 +- pandora_console/operation/agentes/export_csv.php | 4 ++-- pandora_console/operation/agentes/exportdata.csv.php | 4 ++-- pandora_console/operation/agentes/exportdata.excel.php | 4 ++-- pandora_console/operation/agentes/exportdata.php | 2 +- pandora_console/operation/agentes/external_tools.php | 2 +- pandora_console/operation/agentes/gis_view.php | 2 +- pandora_console/operation/agentes/graphs.php | 2 +- pandora_console/operation/agentes/group_view.php | 2 +- .../operation/agentes/interface_traffic_graph_win.php | 2 +- .../operation/agentes/interface_view.functions.php | 4 ++-- pandora_console/operation/agentes/interface_view.php | 2 +- pandora_console/operation/agentes/log_sources_status.php | 4 ++-- pandora_console/operation/agentes/networkmap.dinamic.php | 4 ++-- .../operation/agentes/pandora_networkmap.editor.php | 2 +- pandora_console/operation/agentes/pandora_networkmap.php | 2 +- .../operation/agentes/pandora_networkmap.view.php | 2 +- pandora_console/operation/agentes/realtime_win.php | 2 +- pandora_console/operation/agentes/snapshot_view.php | 4 ++-- pandora_console/operation/agentes/stat_win.php | 2 +- pandora_console/operation/agentes/status_events.php | 4 ++-- pandora_console/operation/agentes/status_monitor.php | 2 +- pandora_console/operation/agentes/tactical.php | 2 +- pandora_console/operation/agentes/url_address.php | 4 ++-- pandora_console/operation/agentes/ver_agente.php | 2 +- pandora_console/operation/cluster/cluster.php | 2 +- pandora_console/operation/dashboard/dashboard.php | 2 +- pandora_console/operation/dashboard/public_dashboard.php | 2 +- pandora_console/operation/events/events.build_query.php | 4 ++-- pandora_console/operation/events/events.php | 2 +- pandora_console/operation/events/events_rss.php | 2 +- pandora_console/operation/events/export_csv.php | 2 +- pandora_console/operation/events/sound_events.php | 2 +- pandora_console/operation/gis_maps/ajax.php | 4 ++-- pandora_console/operation/gis_maps/gis_map.php | 2 +- pandora_console/operation/gis_maps/public_console.php | 4 ++-- pandora_console/operation/gis_maps/render_view.php | 4 ++-- pandora_console/operation/heatmap.php | 2 +- .../incidents/configure_integriaims_incident.php | 4 ++-- .../incidents/dashboard_detail_integriaims_incident.php | 4 ++-- .../operation/incidents/incident_statistics.php | 4 ++-- .../operation/incidents/integriaims_export_csv.php | 4 ++-- .../operation/incidents/list_integriaims_incidents.php | 4 ++-- pandora_console/operation/inventory/inventory.php | 2 +- pandora_console/operation/menu.php | 2 +- pandora_console/operation/messages/message_edit.php | 2 +- pandora_console/operation/messages/message_list.php | 2 +- pandora_console/operation/netflow/netflow_explorer.php | 2 +- pandora_console/operation/netflow/nf_live_view.php | 2 +- pandora_console/operation/network/network_report.php | 2 +- pandora_console/operation/network/network_usage_map.php | 2 +- pandora_console/operation/reporting/custom_reporting.php | 4 ++-- pandora_console/operation/reporting/graph_viewer.php | 2 +- pandora_console/operation/reporting/reporting_viewer.php | 4 ++-- pandora_console/operation/reporting/reporting_xml.php | 4 ++-- pandora_console/operation/search_agents.getdata.php | 4 ++-- pandora_console/operation/search_agents.php | 4 ++-- pandora_console/operation/search_alerts.getdata.php | 4 ++-- pandora_console/operation/search_alerts.php | 4 ++-- pandora_console/operation/search_graphs.getdata.php | 4 ++-- pandora_console/operation/search_graphs.php | 4 ++-- pandora_console/operation/search_helps.getdata.php | 4 ++-- pandora_console/operation/search_helps.php | 4 ++-- pandora_console/operation/search_main.php | 4 ++-- pandora_console/operation/search_maps.getdata.php | 4 ++-- pandora_console/operation/search_maps.php | 4 ++-- pandora_console/operation/search_modules.getdata.php | 4 ++-- pandora_console/operation/search_modules.php | 4 ++-- pandora_console/operation/search_policies.getdata.php | 2 +- pandora_console/operation/search_policies.php | 4 ++-- pandora_console/operation/search_reports.getdata.php | 4 ++-- pandora_console/operation/search_reports.php | 4 ++-- pandora_console/operation/search_results.php | 4 ++-- pandora_console/operation/search_users.getdata.php | 4 ++-- pandora_console/operation/search_users.php | 4 ++-- pandora_console/operation/snmpconsole/snmp_browser.php | 2 +- .../operation/snmpconsole/snmp_mib_uploader.php | 2 +- pandora_console/operation/snmpconsole/snmp_statistics.php | 4 ++-- pandora_console/operation/snmpconsole/snmp_view.php | 2 +- pandora_console/operation/tree.php | 2 +- pandora_console/operation/users/user_edit.php | 2 +- pandora_console/operation/users/user_edit_header.php | 2 +- .../operation/users/user_edit_notifications.php | 2 +- .../operation/visual_console/legacy_public_view.php | 4 ++-- pandora_console/operation/visual_console/legacy_view.php | 4 ++-- .../operation/visual_console/public_console.php | 4 ++-- pandora_console/operation/visual_console/public_view.php | 4 ++-- pandora_console/operation/visual_console/render_view.php | 4 ++-- pandora_console/operation/visual_console/view.php | 2 +- pandora_console/tools/diagnostics.php | 2 +- pandora_console/update_manager_client/api.php | 2 +- .../lib/UpdateManager/API/Server.php | 2 +- .../update_manager_client/lib/UpdateManager/Client.php | 2 +- .../lib/UpdateManager/UI/Manager.php | 2 +- .../update_manager_client/lib/UpdateManager/UI/View.php | 2 +- pandora_console/update_manager_client/views/offline.php | 2 +- pandora_console/update_manager_client/views/online.php | 2 +- pandora_console/update_manager_client/views/register.php | 2 +- pandora_console/views/calendar/edit.php | 2 +- pandora_console/views/calendar/list.php | 2 +- pandora_console/views/calendar/special_days.php | 2 +- pandora_console/views/calendar/special_days_edit.php | 2 +- pandora_console/views/cluster/edit.php | 2 +- pandora_console/views/cluster/list.php | 2 +- pandora_console/views/cluster/view.php | 2 +- pandora_console/views/consoles/list.php | 2 +- pandora_console/views/dashboard/cell.php | 2 +- pandora_console/views/dashboard/configurationWidgets.php | 2 +- pandora_console/views/dashboard/formDashboard.php | 2 +- pandora_console/views/dashboard/formSlides.php | 2 +- pandora_console/views/dashboard/header.php | 2 +- pandora_console/views/dashboard/jsLayout.php | 2 +- pandora_console/views/dashboard/layout.php | 2 +- pandora_console/views/dashboard/list.php | 2 +- pandora_console/views/dashboard/listWidgets.php | 2 +- pandora_console/views/dashboard/slides.php | 2 +- pandora_console/views/dashboard/slidesWidget.php | 2 +- pandora_console/views/dashboard/tipsWindow.php | 2 +- pandora_console/views/dashboard/widget.php | 2 +- pandora_console/ws.php | 2 +- 593 files changed, 812 insertions(+), 812 deletions(-) diff --git a/pandora_console/ajax.php b/pandora_console/ajax.php index b6d58a7292..b3b9463ee6 100644 --- a/pandora_console/ajax.php +++ b/pandora_console/ajax.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.com/community/ for full contribution list + * Please see https://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/extensions/agents_alerts.php b/pandora_console/extensions/agents_alerts.php index 7351b59a3e..03b785fd2c 100755 --- a/pandora_console/extensions/agents_alerts.php +++ b/pandora_console/extensions/agents_alerts.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.com/community/ for full contribution list + * Please see https://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/extensions/agents_modules.php b/pandora_console/extensions/agents_modules.php index 008e5884e8..215e478319 100644 --- a/pandora_console/extensions/agents_modules.php +++ b/pandora_console/extensions/agents_modules.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.com/community/ for full contribution list + * Please see https://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/extensions/api_checker.php b/pandora_console/extensions/api_checker.php index c0ee5853d8..98a988d487 100755 --- a/pandora_console/extensions/api_checker.php +++ b/pandora_console/extensions/api_checker.php @@ -15,7 +15,7 @@ * * ============================================================================ * Copyright (c) 2005-2023 Pandora FMS - * Please see http://pandorafms.com/community/ for full contribution list + * Please see https://pandorafms.com/community/ for full contribution list * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation for version 2. diff --git a/pandora_console/extensions/db_status.php b/pandora_console/extensions/db_status.php index 5bdf9644b6..456e97be54 100755 --- a/pandora_console/extensions/db_status.php +++ b/pandora_console/extensions/db_status.php @@ -1,9 +1,9 @@ '.__('The Update Manager client is included on %s. It helps system administrators update their %s automatically, since the Update Manager retrieves new modules, new plugins and new features (even full migrations tools for future versions) automatically.', get_product_name(), get_product_name()).'

'.'

'.__('OpenSource version updates are automated packages generated each week. These updates come WITHOUT ANY warranty or support. If your system is corrupted or a feature stops working properly, you will need to recover a backup by yourself.').'

'.'

'.__('The Enterprise version comes with a different update system, with fully tested, professionally-supported packages, and our support team is there to help you in case of problems or queries. Update Manager is another feature present in the Enterprise version and not included in the OpenSource version. There are lots of advanced business-oriented features contained in %s Enterprise Edition. For more information visit pandorafms.com', get_product_name()).'

'; + echo '

'.__('The Update Manager client is included on %s. It helps system administrators update their %s automatically, since the Update Manager retrieves new modules, new plugins and new features (even full migrations tools for future versions) automatically.', get_product_name(), get_product_name()).'

'.'

'.__('OpenSource version updates are automated packages generated each week. These updates come WITHOUT ANY warranty or support. If your system is corrupted or a feature stops working properly, you will need to recover a backup by yourself.').'

'.'

'.__('The Enterprise version comes with a different update system, with fully tested, professionally-supported packages, and our support team is there to help you in case of problems or queries. Update Manager is another feature present in the Enterprise version and not included in the OpenSource version. There are lots of advanced business-oriented features contained in %s Enterprise Edition. For more information visit pandorafms.com', get_product_name()).'

'; } else { - echo '

'.__('The new Update Manager client is included on %s. It helps system administrators update their %s automatically, since the Update Manager retrieves new modules, new plugins and new features (even full migrations tools for future versions) automatically.', get_product_name(), get_product_name()).'

'.'

'.__('The Update Manager is one of the most advanced features on the %s Enterprise Edition. For more information visit http://pandorafms.com.', get_product_name()).'

'.'

'.__('Update Manager sends anonymous information about %s usage (number of agents and modules running). To disable it, please remove the remote server address from the Update Manager plugin setup.', get_product_name()).'

'; + echo '

'.__('The new Update Manager client is included on %s. It helps system administrators update their %s automatically, since the Update Manager retrieves new modules, new plugins and new features (even full migrations tools for future versions) automatically.', get_product_name(), get_product_name()).'

'.'

'.__('The Update Manager is one of the most advanced features on the %s Enterprise Edition. For more information visit https://pandorafms.com.', get_product_name()).'

'.'

'.__('Update Manager sends anonymous information about %s usage (number of agents and modules running). To disable it, please remove the remote server address from the Update Manager plugin setup.', get_product_name()).'

'; } break; diff --git a/pandora_console/general/error_screen.php b/pandora_console/general/error_screen.php index 48a52f1131..b9ccfc0fc6 100644 --- a/pandora_console/general/error_screen.php +++ b/pandora_console/general/error_screen.php @@ -1,9 +1,9 @@ '; echo ''; - echo ''.html_print_image( + echo ''.html_print_image( 'images/enterprise_version.png', true, [ @@ -72,7 +72,7 @@ echo '
'; - echo ''.__('Enterprise version').''; + echo ''.__('Enterprise version').''; echo ''; echo ''; diff --git a/pandora_console/general/login_page.php b/pandora_console/general/login_page.php index e424a013e8..d3d9c7e686 100755 --- a/pandora_console/general/login_page.php +++ b/pandora_console/general/login_page.php @@ -1,9 +1,9 @@ 'Pandora FMS Enterprise', - 'message' => "

This feature is not included on the Open Source version. Please visit our website to learn more about the advanced features of Pandora FMS Enterprise edition

", + 'message' => "

This feature is not included on the Open Source version. Please visit our website to learn more about the advanced features of Pandora FMS Enterprise edition

", 'no_close' => 1, ]; diff --git a/pandora_console/godmode/agentes/agent_incidents.php b/pandora_console/godmode/agentes/agent_incidents.php index ed9e8dc6bf..ba43f1799c 100644 --- a/pandora_console/godmode/agentes/agent_incidents.php +++ b/pandora_console/godmode/agentes/agent_incidents.php @@ -1,9 +1,9 @@

GPL2 Licence terms agreement

Pandora FMS is an OpenSource software project licensed under the GPL2 licence. Pandora FMS includes, as well, another software also licensed under LGPL and BSD licenses. Before continue, you must accept the licence terms.. -

For more information, please refer to our website at http://pandorafms.com/community/ and contact us if you have any kind of question about the usage of Pandora FMS

+

For more information, please refer to our website at https://pandorafms.com/community/ and contact us if you have any kind of question about the usage of Pandora FMS

If you dont accept the licence terms, please, close your browser and delete Pandora FMS files.

"; @@ -1325,7 +1325,7 @@ function install_step5() please read documentation on how to install it.

Default user is 'admin' with password 'pandora', please change it both as soon as possible.

-

Don't forget to check http://pandorafms.com +

Don't forget to check https://pandorafms.com for updates.

Select if you want to rename 'install.php'.

diff --git a/pandora_console/mobile/include/db.class.php b/pandora_console/mobile/include/db.class.php index 3640417be5..2584532d81 100644 --- a/pandora_console/mobile/include/db.class.php +++ b/pandora_console/mobile/include/db.class.php @@ -1,8 +1,8 @@ Date: Thu, 8 Jun 2023 17:11:56 +0200 Subject: [PATCH 15/69] #11515 fixed validation of the SLA limit field in reports --- .../godmode/reporting/reporting_builder.item_editor.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pandora_console/godmode/reporting/reporting_builder.item_editor.php b/pandora_console/godmode/reporting/reporting_builder.item_editor.php index 38ac32b635..b4ce93867e 100755 --- a/pandora_console/godmode/reporting/reporting_builder.item_editor.php +++ b/pandora_console/godmode/reporting/reporting_builder.item_editor.php @@ -4139,7 +4139,7 @@ function print_SLA_list($width, $action, $idItem=null) @@ -4544,7 +4544,7 @@ function print_SLA_list($width, $action, $idItem=null) - + @@ -5846,7 +5846,7 @@ function addSLARow() { if ((((idAgent != '') && (idAgent > 0)) && ((idModule != '') && (idModule > 0))) - || serviceId != null) + && (slaLimit != '') || serviceId != null) { if (nameAgent != '') { //Truncate nameAgent From 41311c019f994e1febbacdcba2a0a7d2c3633d0a Mon Sep 17 00:00:00 2001 From: Jorge Rincon Date: Mon, 12 Jun 2023 12:26:38 +0200 Subject: [PATCH 16/69] #11517 Fixed the selection of Available Fields --- .../godmode/agentes/status_monitor_custom_fields.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pandora_console/godmode/agentes/status_monitor_custom_fields.php b/pandora_console/godmode/agentes/status_monitor_custom_fields.php index 2dfb79185d..73099cf91f 100644 --- a/pandora_console/godmode/agentes/status_monitor_custom_fields.php +++ b/pandora_console/godmode/agentes/status_monitor_custom_fields.php @@ -27,7 +27,7 @@ if (! check_acl($config['id_user'], 0, 'AR') return; } -$update = get_parameter('upd_button', ''); +$update = get_parameter('update_button', ''); $default = (int) get_parameter('default', 0); // Header. @@ -284,7 +284,7 @@ $(document).ready (function () { } }); - $("#submit-upd_button").click(function () { + $("#button-update_button").click(function () { $("#fields_selected").find("option[value='0']").remove(); $('#fields_selected option').map(function() { $(this).prop('selected', true); From cec9a263fee33915a0e610eb2932dda8a80f0636 Mon Sep 17 00:00:00 2001 From: miguel angel rasteu Date: Mon, 12 Jun 2023 13:55:26 +0200 Subject: [PATCH 17/69] #11529 Fix base64 decode --- pandora_console/include/functions_api.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/include/functions_api.php b/pandora_console/include/functions_api.php index a8e83789aa..59ee1eb945 100644 --- a/pandora_console/include/functions_api.php +++ b/pandora_console/include/functions_api.php @@ -8610,7 +8610,7 @@ function api_set_update_module_in_conf($id_agent, $module_name, $configuration_d return; } - $new_configuration_data = io_safe_output(urldecode($configuration_data_serialized['data'])); + $new_configuration_data = io_safe_output(base64_decode($configuration_data_serialized['data'])); // Get current configuration. $old_configuration_data = config_agents_get_module_from_conf($id_agent, io_safe_output($module_name)); From f04b700574ca122558dc35c3a400b4c4709fbd60 Mon Sep 17 00:00:00 2001 From: Daniel Cebrian Date: Mon, 12 Jun 2023 14:17:12 +0200 Subject: [PATCH 18/69] #11542 fixed width module graph --- .../include/lib/Dashboard/Widgets/single_graph.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pandora_console/include/lib/Dashboard/Widgets/single_graph.php b/pandora_console/include/lib/Dashboard/Widgets/single_graph.php index 09f1c15a16..facce0a161 100644 --- a/pandora_console/include/lib/Dashboard/Widgets/single_graph.php +++ b/pandora_console/include/lib/Dashboard/Widgets/single_graph.php @@ -397,7 +397,7 @@ class SingleGraphWidget extends Widget $module_name = \modules_get_agentmodule_name($this->values['moduleId']); $units_name = \modules_get_unit($this->values['moduleId']); - $trickHight = 10; + $trickHight = 0; if ($this->values['showLegend'] === 1) { // Needed for legend. $trickHight = 40; @@ -405,7 +405,7 @@ class SingleGraphWidget extends Widget $params = [ 'agent_module_id' => $this->values['moduleId'], - 'width' => ((int) $size['width'] - 5), + 'width' => '100%', 'height' => ((int) $size['height'] - $trickHight), 'period' => $this->values['period'], 'title' => $module_name, From 6a941f6cda7069866976d45eaf711351394fecd4 Mon Sep 17 00:00:00 2001 From: artica Date: Tue, 13 Jun 2023 01:01:02 +0200 Subject: [PATCH 19/69] Auto-updated build strings. --- pandora_agents/unix/DEBIAN/control | 2 +- pandora_agents/unix/DEBIAN/make_deb_package.sh | 2 +- pandora_agents/unix/pandora_agent | 2 +- pandora_agents/unix/pandora_agent.redhat.spec | 2 +- pandora_agents/unix/pandora_agent.spec | 2 +- pandora_agents/unix/pandora_agent_installer | 2 +- pandora_agents/win32/installer/pandora.mpi | 2 +- pandora_agents/win32/pandora.cc | 2 +- pandora_agents/win32/versioninfo.rc | 2 +- pandora_console/DEBIAN/control | 2 +- pandora_console/DEBIAN/make_deb_package.sh | 2 +- pandora_console/include/config_process.php | 2 +- pandora_console/install.php | 2 +- pandora_console/pandora_console.redhat.spec | 2 +- pandora_console/pandora_console.rhel7.spec | 2 +- pandora_console/pandora_console.spec | 2 +- pandora_server/DEBIAN/control | 2 +- pandora_server/DEBIAN/make_deb_package.sh | 2 +- pandora_server/lib/PandoraFMS/Config.pm | 2 +- pandora_server/lib/PandoraFMS/PluginTools.pm | 2 +- pandora_server/pandora_server.redhat.spec | 2 +- pandora_server/pandora_server.spec | 2 +- pandora_server/pandora_server_installer | 2 +- pandora_server/util/pandora_db.pl | 2 +- pandora_server/util/pandora_manage.pl | 2 +- 25 files changed, 25 insertions(+), 25 deletions(-) diff --git a/pandora_agents/unix/DEBIAN/control b/pandora_agents/unix/DEBIAN/control index 1d4149635d..66a03b4e71 100644 --- a/pandora_agents/unix/DEBIAN/control +++ b/pandora_agents/unix/DEBIAN/control @@ -1,5 +1,5 @@ package: pandorafms-agent-unix -Version: 7.0NG.771-230612 +Version: 7.0NG.771-230613 Architecture: all Priority: optional Section: admin diff --git a/pandora_agents/unix/DEBIAN/make_deb_package.sh b/pandora_agents/unix/DEBIAN/make_deb_package.sh index c3a8fd2ca6..858a45fdeb 100644 --- a/pandora_agents/unix/DEBIAN/make_deb_package.sh +++ b/pandora_agents/unix/DEBIAN/make_deb_package.sh @@ -14,7 +14,7 @@ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -pandora_version="7.0NG.771-230612" +pandora_version="7.0NG.771-230613" echo "Test if you has the tools for to make the packages." whereis dpkg-deb | cut -d":" -f2 | grep dpkg-deb > /dev/null diff --git a/pandora_agents/unix/pandora_agent b/pandora_agents/unix/pandora_agent index a352c0b4a0..ef16efc904 100755 --- a/pandora_agents/unix/pandora_agent +++ b/pandora_agents/unix/pandora_agent @@ -1023,7 +1023,7 @@ my $Sem = undef; my $ThreadSem = undef; use constant AGENT_VERSION => '7.0NG.771'; -use constant AGENT_BUILD => '230612'; +use constant AGENT_BUILD => '230613'; # Agent log default file size maximum and instances use constant DEFAULT_MAX_LOG_SIZE => 600000; diff --git a/pandora_agents/unix/pandora_agent.redhat.spec b/pandora_agents/unix/pandora_agent.redhat.spec index 907710352a..6fd33d580c 100644 --- a/pandora_agents/unix/pandora_agent.redhat.spec +++ b/pandora_agents/unix/pandora_agent.redhat.spec @@ -4,7 +4,7 @@ %global __os_install_post %{nil} %define name pandorafms_agent_linux %define version 7.0NG.771 -%define release 230612 +%define release 230613 Summary: Pandora FMS Linux agent, PERL version Name: %{name} diff --git a/pandora_agents/unix/pandora_agent.spec b/pandora_agents/unix/pandora_agent.spec index a2a534dc38..9e9680eae3 100644 --- a/pandora_agents/unix/pandora_agent.spec +++ b/pandora_agents/unix/pandora_agent.spec @@ -4,7 +4,7 @@ %global __os_install_post %{nil} %define name pandorafms_agent_linux %define version 7.0NG.771 -%define release 230612 +%define release 230613 Summary: Pandora FMS Linux agent, PERL version Name: %{name} diff --git a/pandora_agents/unix/pandora_agent_installer b/pandora_agents/unix/pandora_agent_installer index d37b7546ae..aa805c8686 100755 --- a/pandora_agents/unix/pandora_agent_installer +++ b/pandora_agents/unix/pandora_agent_installer @@ -10,7 +10,7 @@ # ********************************************************************** PI_VERSION="7.0NG.771" -PI_BUILD="230612" +PI_BUILD="230613" OS_NAME=`uname -s` FORCE=0 diff --git a/pandora_agents/win32/installer/pandora.mpi b/pandora_agents/win32/installer/pandora.mpi index 2b6c7e973b..287524b70c 100644 --- a/pandora_agents/win32/installer/pandora.mpi +++ b/pandora_agents/win32/installer/pandora.mpi @@ -186,7 +186,7 @@ UpgradeApplicationID {} Version -{230612} +{230613} ViewReadme {Yes} diff --git a/pandora_agents/win32/pandora.cc b/pandora_agents/win32/pandora.cc index 17ecf772e6..bb87ce5cc6 100644 --- a/pandora_agents/win32/pandora.cc +++ b/pandora_agents/win32/pandora.cc @@ -30,7 +30,7 @@ using namespace Pandora; using namespace Pandora_Strutils; #define PATH_SIZE _MAX_PATH+1 -#define PANDORA_VERSION ("7.0NG.771 Build 230612") +#define PANDORA_VERSION ("7.0NG.771 Build 230613") string pandora_path; string pandora_dir; diff --git a/pandora_agents/win32/versioninfo.rc b/pandora_agents/win32/versioninfo.rc index 60f98109e0..ef8804ffd4 100644 --- a/pandora_agents/win32/versioninfo.rc +++ b/pandora_agents/win32/versioninfo.rc @@ -11,7 +11,7 @@ BEGIN VALUE "LegalCopyright", "Artica ST" VALUE "OriginalFilename", "PandoraAgent.exe" VALUE "ProductName", "Pandora FMS Windows Agent" - VALUE "ProductVersion", "(7.0NG.771(Build 230612))" + VALUE "ProductVersion", "(7.0NG.771(Build 230613))" VALUE "FileVersion", "1.0.0.0" END END diff --git a/pandora_console/DEBIAN/control b/pandora_console/DEBIAN/control index 69740c6039..355799260a 100644 --- a/pandora_console/DEBIAN/control +++ b/pandora_console/DEBIAN/control @@ -1,5 +1,5 @@ package: pandorafms-console -Version: 7.0NG.771-230612 +Version: 7.0NG.771-230613 Architecture: all Priority: optional Section: admin diff --git a/pandora_console/DEBIAN/make_deb_package.sh b/pandora_console/DEBIAN/make_deb_package.sh index b49b86bafe..6308d9e02c 100644 --- a/pandora_console/DEBIAN/make_deb_package.sh +++ b/pandora_console/DEBIAN/make_deb_package.sh @@ -14,7 +14,7 @@ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -pandora_version="7.0NG.771-230612" +pandora_version="7.0NG.771-230613" package_pear=0 package_pandora=1 diff --git a/pandora_console/include/config_process.php b/pandora_console/include/config_process.php index 46af878b44..335b6ccd5b 100644 --- a/pandora_console/include/config_process.php +++ b/pandora_console/include/config_process.php @@ -20,7 +20,7 @@ /** * Pandora build version and version */ -$build_version = 'PC230612'; +$build_version = 'PC230613'; $pandora_version = 'v7.0NG.771'; // Do not overwrite default timezone set if defined. diff --git a/pandora_console/install.php b/pandora_console/install.php index 6a344564ef..5d6bbccc44 100644 --- a/pandora_console/install.php +++ b/pandora_console/install.php @@ -131,7 +131,7 @@
[ qw() ] ); diff --git a/pandora_server/pandora_server.redhat.spec b/pandora_server/pandora_server.redhat.spec index b5df2f09c4..e7cb8ac1e2 100644 --- a/pandora_server/pandora_server.redhat.spec +++ b/pandora_server/pandora_server.redhat.spec @@ -4,7 +4,7 @@ %global __os_install_post %{nil} %define name pandorafms_server %define version 7.0NG.771 -%define release 230612 +%define release 230613 Summary: Pandora FMS Server Name: %{name} diff --git a/pandora_server/pandora_server.spec b/pandora_server/pandora_server.spec index 0585f3ef32..7cedfd718b 100644 --- a/pandora_server/pandora_server.spec +++ b/pandora_server/pandora_server.spec @@ -4,7 +4,7 @@ %global __os_install_post %{nil} %define name pandorafms_server %define version 7.0NG.771 -%define release 230612 +%define release 230613 Summary: Pandora FMS Server Name: %{name} diff --git a/pandora_server/pandora_server_installer b/pandora_server/pandora_server_installer index 16fa64c656..b02bb10a64 100755 --- a/pandora_server/pandora_server_installer +++ b/pandora_server/pandora_server_installer @@ -9,7 +9,7 @@ # ********************************************************************** PI_VERSION="7.0NG.771" -PI_BUILD="230612" +PI_BUILD="230613" MODE=$1 if [ $# -gt 1 ]; then diff --git a/pandora_server/util/pandora_db.pl b/pandora_server/util/pandora_db.pl index ef6031d11d..226f680445 100755 --- a/pandora_server/util/pandora_db.pl +++ b/pandora_server/util/pandora_db.pl @@ -35,7 +35,7 @@ use PandoraFMS::Config; use PandoraFMS::DB; # version: define current version -my $version = "7.0NG.771 Build 230612"; +my $version = "7.0NG.771 Build 230613"; # Pandora server configuration my %conf; diff --git a/pandora_server/util/pandora_manage.pl b/pandora_server/util/pandora_manage.pl index 43d36797b1..9bf780ab25 100755 --- a/pandora_server/util/pandora_manage.pl +++ b/pandora_server/util/pandora_manage.pl @@ -36,7 +36,7 @@ use Encode::Locale; Encode::Locale::decode_argv; # version: define current version -my $version = "7.0NG.771 Build 230612"; +my $version = "7.0NG.771 Build 230613"; # save program name for logging my $progname = basename($0); From eea9a9e47b697be5f38de5af66dc3f6f4f849566 Mon Sep 17 00:00:00 2001 From: Jorge Rincon Date: Tue, 13 Jun 2023 09:12:32 +0200 Subject: [PATCH 20/69] #11538 Fixed styles for dark theme --- .../operation/events/sound_events.php | 124 +++--------------- 1 file changed, 19 insertions(+), 105 deletions(-) diff --git a/pandora_console/operation/events/sound_events.php b/pandora_console/operation/events/sound_events.php index bae7c0cdd2..2e9650ecb7 100644 --- a/pandora_console/operation/events/sound_events.php +++ b/pandora_console/operation/events/sound_events.php @@ -60,119 +60,33 @@ echo ''; ?> <?php echo __('Acoustic console'); ?> - - - - - - - - - - - - + + + + + + + + + + + + - '; if ($config['style'] === 'pandora_black' && !is_metaconsole()) { - echo ''; + echo ''; } else { - echo ''; + echo ''; } echo ''; echo ''; -echo ui_require_css_file('wizard', 'include/styles/', true); -echo ui_require_css_file('discovery', 'include/styles/', true); -echo ui_require_css_file('sound_events', 'include/styles/', true); $output = '
'; // Header tabs. $output .= '