mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Merge remote-tracking branch 'origin/develop' into ent-3178-integrar-terminal-web-en-la-consola-de-pandora-y-explorar-otras-utilidades-anyterm-replace
This commit is contained in:
commit
5b3fd5dd79
@ -1,5 +1,5 @@
|
|||||||
package: pandorafms-agent-unix
|
package: pandorafms-agent-unix
|
||||||
Version: 7.0NG.739-191021
|
Version: 7.0NG.739-191022
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Section: admin
|
Section: admin
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
# GNU General Public License for more details.
|
# GNU General Public License for more details.
|
||||||
|
|
||||||
pandora_version="7.0NG.739-191021"
|
pandora_version="7.0NG.739-191022"
|
||||||
|
|
||||||
echo "Test if you has the tools for to make the packages."
|
echo "Test if you has the tools for to make the packages."
|
||||||
whereis dpkg-deb | cut -d":" -f2 | grep dpkg-deb > /dev/null
|
whereis dpkg-deb | cut -d":" -f2 | grep dpkg-deb > /dev/null
|
||||||
|
@ -42,7 +42,7 @@ my $Sem = undef;
|
|||||||
my $ThreadSem = undef;
|
my $ThreadSem = undef;
|
||||||
|
|
||||||
use constant AGENT_VERSION => '7.0NG.739';
|
use constant AGENT_VERSION => '7.0NG.739';
|
||||||
use constant AGENT_BUILD => '191021';
|
use constant AGENT_BUILD => '191022';
|
||||||
|
|
||||||
# Agent log default file size maximum and instances
|
# Agent log default file size maximum and instances
|
||||||
use constant DEFAULT_MAX_LOG_SIZE => 600000;
|
use constant DEFAULT_MAX_LOG_SIZE => 600000;
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
#
|
#
|
||||||
%define name pandorafms_agent_unix
|
%define name pandorafms_agent_unix
|
||||||
%define version 7.0NG.739
|
%define version 7.0NG.739
|
||||||
%define release 191021
|
%define release 191022
|
||||||
|
|
||||||
Summary: Pandora FMS Linux agent, PERL version
|
Summary: Pandora FMS Linux agent, PERL version
|
||||||
Name: %{name}
|
Name: %{name}
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
#
|
#
|
||||||
%define name pandorafms_agent_unix
|
%define name pandorafms_agent_unix
|
||||||
%define version 7.0NG.739
|
%define version 7.0NG.739
|
||||||
%define release 191021
|
%define release 191022
|
||||||
|
|
||||||
Summary: Pandora FMS Linux agent, PERL version
|
Summary: Pandora FMS Linux agent, PERL version
|
||||||
Name: %{name}
|
Name: %{name}
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
# **********************************************************************
|
# **********************************************************************
|
||||||
|
|
||||||
PI_VERSION="7.0NG.739"
|
PI_VERSION="7.0NG.739"
|
||||||
PI_BUILD="191021"
|
PI_BUILD="191022"
|
||||||
OS_NAME=`uname -s`
|
OS_NAME=`uname -s`
|
||||||
|
|
||||||
FORCE=0
|
FORCE=0
|
||||||
|
@ -186,7 +186,7 @@ UpgradeApplicationID
|
|||||||
{}
|
{}
|
||||||
|
|
||||||
Version
|
Version
|
||||||
{191021}
|
{191022}
|
||||||
|
|
||||||
ViewReadme
|
ViewReadme
|
||||||
{Yes}
|
{Yes}
|
||||||
|
@ -30,7 +30,7 @@ using namespace Pandora;
|
|||||||
using namespace Pandora_Strutils;
|
using namespace Pandora_Strutils;
|
||||||
|
|
||||||
#define PATH_SIZE _MAX_PATH+1
|
#define PATH_SIZE _MAX_PATH+1
|
||||||
#define PANDORA_VERSION ("7.0NG.739(Build 191021)")
|
#define PANDORA_VERSION ("7.0NG.739(Build 191022)")
|
||||||
|
|
||||||
string pandora_path;
|
string pandora_path;
|
||||||
string pandora_dir;
|
string pandora_dir;
|
||||||
|
@ -11,7 +11,7 @@ BEGIN
|
|||||||
VALUE "LegalCopyright", "Artica ST"
|
VALUE "LegalCopyright", "Artica ST"
|
||||||
VALUE "OriginalFilename", "PandoraAgent.exe"
|
VALUE "OriginalFilename", "PandoraAgent.exe"
|
||||||
VALUE "ProductName", "Pandora FMS Windows Agent"
|
VALUE "ProductName", "Pandora FMS Windows Agent"
|
||||||
VALUE "ProductVersion", "(7.0NG.739(Build 191021))"
|
VALUE "ProductVersion", "(7.0NG.739(Build 191022))"
|
||||||
VALUE "FileVersion", "1.0.0.0"
|
VALUE "FileVersion", "1.0.0.0"
|
||||||
END
|
END
|
||||||
END
|
END
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
package: pandorafms-console
|
package: pandorafms-console
|
||||||
Version: 7.0NG.739-191021
|
Version: 7.0NG.739-191022
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Section: admin
|
Section: admin
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
# GNU General Public License for more details.
|
# GNU General Public License for more details.
|
||||||
|
|
||||||
pandora_version="7.0NG.739-191021"
|
pandora_version="7.0NG.739-191022"
|
||||||
|
|
||||||
package_pear=0
|
package_pear=0
|
||||||
package_pandora=1
|
package_pandora=1
|
||||||
|
@ -842,7 +842,9 @@ foreach ($modules as $module) {
|
|||||||
$module['str_warning'],
|
$module['str_warning'],
|
||||||
$module['max_critical'],
|
$module['max_critical'],
|
||||||
$module['min_critical'],
|
$module['min_critical'],
|
||||||
$module['str_critical']
|
$module['str_critical'],
|
||||||
|
$module['warning_inverse'],
|
||||||
|
$module['critical_inverse']
|
||||||
);
|
);
|
||||||
} else {
|
} else {
|
||||||
$data[7] = '';
|
$data[7] = '';
|
||||||
|
@ -3144,7 +3144,7 @@ if ($enterpriseEnable && defined('METACONSOLE')) {
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($action !== 'update') {
|
if ($action !== 'update' && !is_metaconsole()) {
|
||||||
ui_print_page_header(
|
ui_print_page_header(
|
||||||
$textReportName,
|
$textReportName,
|
||||||
'images/op_reporting.png',
|
'images/op_reporting.png',
|
||||||
@ -3184,17 +3184,19 @@ if ($resultOperationDB !== null) {
|
|||||||
$activeTab = 'list_items';
|
$activeTab = 'list_items';
|
||||||
$buttons[$activeTab]['active'] = true;
|
$buttons[$activeTab]['active'] = true;
|
||||||
|
|
||||||
ui_print_page_header(
|
if (!is_metaconsole()) {
|
||||||
$textReportName,
|
ui_print_page_header(
|
||||||
'images/op_reporting.png',
|
$textReportName,
|
||||||
false,
|
'images/op_reporting.png',
|
||||||
$helpers,
|
false,
|
||||||
false,
|
$helpers,
|
||||||
$buttons,
|
false,
|
||||||
false,
|
$buttons,
|
||||||
'',
|
false,
|
||||||
60
|
'',
|
||||||
);
|
60
|
||||||
|
);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1113,7 +1113,7 @@ if (check_login()) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if ($module['id_tipo_modulo'] != 25) {
|
if ($module['id_tipo_modulo'] != 25) {
|
||||||
$data[6] = ui_print_module_warn_value($module['max_warning'], $module['min_warning'], $module['str_warning'], $module['max_critical'], $module['min_critical'], $module['str_critical']);
|
$data[6] = ui_print_module_warn_value($module['max_warning'], $module['min_warning'], $module['str_warning'], $module['max_critical'], $module['min_critical'], $module['str_critical'], $module['warning_inverse'], $module['critical_inverse']);
|
||||||
} else {
|
} else {
|
||||||
$data[6] = '';
|
$data[6] = '';
|
||||||
}
|
}
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
/**
|
/**
|
||||||
* Pandora build version and version
|
* Pandora build version and version
|
||||||
*/
|
*/
|
||||||
$build_version = 'PC191021';
|
$build_version = 'PC191022';
|
||||||
$pandora_version = 'v7.0NG.739';
|
$pandora_version = 'v7.0NG.739';
|
||||||
|
|
||||||
// Do not overwrite default timezone set if defined.
|
// Do not overwrite default timezone set if defined.
|
||||||
|
@ -4190,10 +4190,22 @@ function reporting_sql_graph(
|
|||||||
$return['description'] = $content['description'];
|
$return['description'] = $content['description'];
|
||||||
$return['date'] = reporting_get_date_text();
|
$return['date'] = reporting_get_date_text();
|
||||||
|
|
||||||
|
$module_source = db_get_all_rows_sql(
|
||||||
|
'SELECT id_agent_module
|
||||||
|
FROM tgraph_source
|
||||||
|
WHERE id_graph = '.$content['id_gs']
|
||||||
|
);
|
||||||
|
|
||||||
|
if (isset($module_source) && is_array($module_source)) {
|
||||||
|
$modules = [];
|
||||||
|
foreach ($module_source as $key => $value) {
|
||||||
|
$modules[$key] = $value['id_agent_module'];
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
switch ($type) {
|
switch ($type) {
|
||||||
case 'dinamic':
|
case 'dinamic':
|
||||||
case 'static':
|
case 'static':
|
||||||
case 'data':
|
|
||||||
$return['chart'] = graph_custom_sql_graph(
|
$return['chart'] = graph_custom_sql_graph(
|
||||||
$content['id_rc'],
|
$content['id_rc'],
|
||||||
$width,
|
$width,
|
||||||
@ -4205,6 +4217,19 @@ function reporting_sql_graph(
|
|||||||
$content['top_n_value']
|
$content['top_n_value']
|
||||||
);
|
);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
case 'data':
|
||||||
|
$data = [];
|
||||||
|
foreach ($modules as $key => $value) {
|
||||||
|
$data[$value] = modules_get_agentmodule_data(
|
||||||
|
$value,
|
||||||
|
$content['period'],
|
||||||
|
$report['datetime']
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
$return['chart'] = $data;
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
return reporting_check_structure_content($return);
|
return reporting_check_structure_content($return);
|
||||||
@ -7560,10 +7585,19 @@ function reporting_custom_graph(
|
|||||||
$content['name'] = __('Simple graph');
|
$content['name'] = __('Simple graph');
|
||||||
}
|
}
|
||||||
|
|
||||||
$id_agent = agents_get_module_id(
|
$module_source = db_get_all_rows_sql(
|
||||||
$content['id_agent_module']
|
'SELECT id_agent_module
|
||||||
|
FROM tgraph_source
|
||||||
|
WHERE id_graph = '.$content['id_gs']
|
||||||
);
|
);
|
||||||
$id_agent_module = $content['id_agent_module'];
|
|
||||||
|
if (isset($module_source) && is_array($module_source)) {
|
||||||
|
$modules = [];
|
||||||
|
foreach ($module_source as $key => $value) {
|
||||||
|
$modules[$key] = $value['id_agent_module'];
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
$agent_description = agents_get_description($id_agent);
|
$agent_description = agents_get_description($id_agent);
|
||||||
$agent_group = agents_get_agent_group($id_agent);
|
$agent_group = agents_get_agent_group($id_agent);
|
||||||
$agent_address = agents_get_address($id_agent);
|
$agent_address = agents_get_address($id_agent);
|
||||||
@ -7593,7 +7627,6 @@ function reporting_custom_graph(
|
|||||||
switch ($type) {
|
switch ($type) {
|
||||||
case 'dinamic':
|
case 'dinamic':
|
||||||
case 'static':
|
case 'static':
|
||||||
case 'data':
|
|
||||||
$params = [
|
$params = [
|
||||||
'period' => $content['period'],
|
'period' => $content['period'],
|
||||||
'width' => $width,
|
'width' => $width,
|
||||||
@ -7624,6 +7657,19 @@ function reporting_custom_graph(
|
|||||||
);
|
);
|
||||||
|
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
case 'data':
|
||||||
|
$data = [];
|
||||||
|
foreach ($modules as $key => $value) {
|
||||||
|
$data[$value] = modules_get_agentmodule_data(
|
||||||
|
$value,
|
||||||
|
$content['period'],
|
||||||
|
$report['datetime']
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
$return['chart'] = $data;
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($type_report == 'custom_graph') {
|
if ($type_report == 'custom_graph') {
|
||||||
|
@ -2527,9 +2527,22 @@ function ui_print_module_warn_value(
|
|||||||
$str_warning,
|
$str_warning,
|
||||||
$max_critical,
|
$max_critical,
|
||||||
$min_critical,
|
$min_critical,
|
||||||
$str_critical
|
$str_critical,
|
||||||
|
$warning_inverse=0,
|
||||||
|
$critical_inverse=0
|
||||||
) {
|
) {
|
||||||
$data = "<span title='".__('Warning').': '.__('Max').$max_warning.'/'.__('Min').$min_warning.' - '.__('Critical').': '.__('Max').$max_critical.'/'.__('Min').$min_critical."'>";
|
$war_inv = '';
|
||||||
|
$crit_inv = '';
|
||||||
|
|
||||||
|
if ($warning_inverse == 1) {
|
||||||
|
$war_inv = ' (inv)';
|
||||||
|
}
|
||||||
|
|
||||||
|
if ($critical_inverse == 1) {
|
||||||
|
$crit_inv = ' (inv)';
|
||||||
|
}
|
||||||
|
|
||||||
|
$data = "<span title='".__('Warning').': '.__('Max').$max_warning.'/'.__('Min').$min_warning.$war_inv.' - '.__('Critical').': '.__('Max').$max_critical.'/'.__('Min').$min_critical.$crit_inv."'>";
|
||||||
|
|
||||||
if ($max_warning != $min_warning) {
|
if ($max_warning != $min_warning) {
|
||||||
$data .= format_for_graph($max_warning).'/'.format_for_graph($min_warning);
|
$data .= format_for_graph($max_warning).'/'.format_for_graph($min_warning);
|
||||||
@ -5696,11 +5709,10 @@ function ui_print_comments($comments)
|
|||||||
// Only show the last comment. If commment its too long,the comment will short with ...
|
// Only show the last comment. If commment its too long,the comment will short with ...
|
||||||
// If $config['prominent_time'] is timestamp the date show Month, day, hour and minutes.
|
// If $config['prominent_time'] is timestamp the date show Month, day, hour and minutes.
|
||||||
// Else show comments hours ago
|
// Else show comments hours ago
|
||||||
|
if ($last_comment[0][0]['action'] != 'Added comment') {
|
||||||
if ($last_comment[0][0]['action'] != 'Added comment'){
|
|
||||||
$last_comment[0][0]['comment'] = $last_comment[0][0]['action'];
|
$last_comment[0][0]['comment'] = $last_comment[0][0]['action'];
|
||||||
}
|
}
|
||||||
|
|
||||||
$short_comment = substr($last_comment[0][0]['comment'], 0, '80px');
|
$short_comment = substr($last_comment[0][0]['comment'], 0, '80px');
|
||||||
if ($config['prominent_time'] == 'timestamp') {
|
if ($config['prominent_time'] == 'timestamp') {
|
||||||
$comentario = '<i>'.date($config['date_format'], $last_comment[0][0]['utimestamp']).' ('.$last_comment[0][0]['id_user'].'): '.$last_comment[0][0]['comment'].'';
|
$comentario = '<i>'.date($config['date_format'], $last_comment[0][0]['utimestamp']).' ('.$last_comment[0][0]['id_user'].'): '.$last_comment[0][0]['comment'].'';
|
||||||
|
10
pandora_console/include/styles/wux.css
Normal file
10
pandora_console/include/styles/wux.css
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
/*
|
||||||
|
* Wux style
|
||||||
|
*/
|
||||||
|
|
||||||
|
.wux_execution_result_transaction {
|
||||||
|
width: auto;
|
||||||
|
height: auto;
|
||||||
|
float: right;
|
||||||
|
margin-right: 200px;
|
||||||
|
}
|
@ -129,7 +129,7 @@
|
|||||||
<div style='height: 10px'>
|
<div style='height: 10px'>
|
||||||
<?php
|
<?php
|
||||||
$version = '7.0NG.739';
|
$version = '7.0NG.739';
|
||||||
$build = '191021';
|
$build = '191022';
|
||||||
$banner = "v$version Build $build";
|
$banner = "v$version Build $build";
|
||||||
|
|
||||||
error_reporting(0);
|
error_reporting(0);
|
||||||
|
@ -1541,7 +1541,9 @@ if (!empty($result)) {
|
|||||||
$row['str_warning'],
|
$row['str_warning'],
|
||||||
$row['max_critical'],
|
$row['max_critical'],
|
||||||
$row['min_critical'],
|
$row['min_critical'],
|
||||||
$row['str_critical']
|
$row['str_critical'],
|
||||||
|
$row['warning_inverse'],
|
||||||
|
$row['critical_inverse']
|
||||||
);
|
);
|
||||||
|
|
||||||
if (is_numeric($row['datos']) && !modules_is_string_type($row['module_type'])) {
|
if (is_numeric($row['datos']) && !modules_is_string_type($row['module_type'])) {
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
#
|
#
|
||||||
%define name pandorafms_console
|
%define name pandorafms_console
|
||||||
%define version 7.0NG.739
|
%define version 7.0NG.739
|
||||||
%define release 191021
|
%define release 191022
|
||||||
|
|
||||||
# User and Group under which Apache is running
|
# User and Group under which Apache is running
|
||||||
%define httpd_name httpd
|
%define httpd_name httpd
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
#
|
#
|
||||||
%define name pandorafms_console
|
%define name pandorafms_console
|
||||||
%define version 7.0NG.739
|
%define version 7.0NG.739
|
||||||
%define release 191021
|
%define release 191022
|
||||||
|
|
||||||
# User and Group under which Apache is running
|
# User and Group under which Apache is running
|
||||||
%define httpd_name httpd
|
%define httpd_name httpd
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
#
|
#
|
||||||
%define name pandorafms_console
|
%define name pandorafms_console
|
||||||
%define version 7.0NG.739
|
%define version 7.0NG.739
|
||||||
%define release 191021
|
%define release 191022
|
||||||
%define httpd_name httpd
|
%define httpd_name httpd
|
||||||
# User and Group under which Apache is running
|
# User and Group under which Apache is running
|
||||||
%define httpd_name apache2
|
%define httpd_name apache2
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
package: pandorafms-server
|
package: pandorafms-server
|
||||||
Version: 7.0NG.739-191021
|
Version: 7.0NG.739-191022
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Section: admin
|
Section: admin
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
# GNU General Public License for more details.
|
# GNU General Public License for more details.
|
||||||
|
|
||||||
pandora_version="7.0NG.739-191021"
|
pandora_version="7.0NG.739-191022"
|
||||||
|
|
||||||
package_cpan=0
|
package_cpan=0
|
||||||
package_pandora=1
|
package_pandora=1
|
||||||
|
@ -45,7 +45,7 @@ our @EXPORT = qw(
|
|||||||
|
|
||||||
# version: Defines actual version of Pandora Server for this module only
|
# version: Defines actual version of Pandora Server for this module only
|
||||||
my $pandora_version = "7.0NG.739";
|
my $pandora_version = "7.0NG.739";
|
||||||
my $pandora_build = "191021";
|
my $pandora_build = "191022";
|
||||||
our $VERSION = $pandora_version." ".$pandora_build;
|
our $VERSION = $pandora_version." ".$pandora_build;
|
||||||
|
|
||||||
# Setup hash
|
# Setup hash
|
||||||
|
@ -32,7 +32,7 @@ our @ISA = qw(Exporter);
|
|||||||
|
|
||||||
# version: Defines actual version of Pandora Server for this module only
|
# version: Defines actual version of Pandora Server for this module only
|
||||||
my $pandora_version = "7.0NG.739";
|
my $pandora_version = "7.0NG.739";
|
||||||
my $pandora_build = "191021";
|
my $pandora_build = "191022";
|
||||||
our $VERSION = $pandora_version." ".$pandora_build;
|
our $VERSION = $pandora_version." ".$pandora_build;
|
||||||
|
|
||||||
our %EXPORT_TAGS = ( 'all' => [ qw() ] );
|
our %EXPORT_TAGS = ( 'all' => [ qw() ] );
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
#
|
#
|
||||||
%define name pandorafms_server
|
%define name pandorafms_server
|
||||||
%define version 7.0NG.739
|
%define version 7.0NG.739
|
||||||
%define release 191021
|
%define release 191022
|
||||||
|
|
||||||
Summary: Pandora FMS Server
|
Summary: Pandora FMS Server
|
||||||
Name: %{name}
|
Name: %{name}
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
#
|
#
|
||||||
%define name pandorafms_server
|
%define name pandorafms_server
|
||||||
%define version 7.0NG.739
|
%define version 7.0NG.739
|
||||||
%define release 191021
|
%define release 191022
|
||||||
|
|
||||||
Summary: Pandora FMS Server
|
Summary: Pandora FMS Server
|
||||||
Name: %{name}
|
Name: %{name}
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
# **********************************************************************
|
# **********************************************************************
|
||||||
|
|
||||||
PI_VERSION="7.0NG.739"
|
PI_VERSION="7.0NG.739"
|
||||||
PI_BUILD="191021"
|
PI_BUILD="191022"
|
||||||
|
|
||||||
MODE=$1
|
MODE=$1
|
||||||
if [ $# -gt 1 ]; then
|
if [ $# -gt 1 ]; then
|
||||||
|
@ -34,7 +34,7 @@ use PandoraFMS::Config;
|
|||||||
use PandoraFMS::DB;
|
use PandoraFMS::DB;
|
||||||
|
|
||||||
# version: define current version
|
# version: define current version
|
||||||
my $version = "7.0NG.739 PS191021";
|
my $version = "7.0NG.739 PS191022";
|
||||||
|
|
||||||
# Pandora server configuration
|
# Pandora server configuration
|
||||||
my %conf;
|
my %conf;
|
||||||
|
@ -36,7 +36,7 @@ use Encode::Locale;
|
|||||||
Encode::Locale::decode_argv;
|
Encode::Locale::decode_argv;
|
||||||
|
|
||||||
# version: define current version
|
# version: define current version
|
||||||
my $version = "7.0NG.739 PS191021";
|
my $version = "7.0NG.739 PS191022";
|
||||||
|
|
||||||
# save program name for logging
|
# save program name for logging
|
||||||
my $progname = basename($0);
|
my $progname = basename($0);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user